which function loads the kernel image into RAM in imx6q

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

which function loads the kernel image into RAM in imx6q

466 Views
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

Labels (1)
0 Kudos
1 Reply

412 Views
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 Kudos