which function loads the kernel image into RAM in imx6q

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

which function loads the kernel image into RAM in imx6q

551 次查看
laxmankumar
Contributor II

Hi,

im working on imx6qsabresd 

My requirement is stop the uboot at kernel loading into the RAM. because i want to check the battery and power key press.

In which function of uboot can i stop  kernel image to load into RAM. i want to stop the function which is loading kernel image into RAM.

Please help me..

Thank you,

Regards,

laxman

标签 (1)
0 项奖励
回复
1 回复

497 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Laxman Kumar,

The BSP uses the bootm command to load the kernel into memory. You can find more about this format and u-boot in general in u-boot’s Reference Manual:

https://www.denx.de/wiki/DULG/Manual

I hope this helps!

Regards,

0 项奖励
回复