initsram

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

initsram

811 次查看
piaochunri
Contributor II

When I was using S32G399ARDB3,bsp is 35.0, I want to start M7 bin file .But when I used command of 'initsram 0x34100000 0x700000',Console shows it is an unkown command.Why?

1 回复

790 次查看
chenyin_h
NXP Employee
NXP Employee

Thanks for the questions

I have checked the BSP and found this u-boot command seems not be enabled by default, it may be the reason of the issue you met.

We do not commonly use the u-boot to boot the M7 application, If you do want to try it, you may init SRAM by using the

mw.q 0x34100000 0x0 0x700000

 

Best Regards

Chenyin

0 项奖励
回复