FRWY-LS1012A-PB can't get kernel image

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

FRWY-LS1012A-PB can't get kernel image

840 Views
ahmed_mostafa
Contributor II

I'm trying to bootup the FRWY-LS1012A from the SD card. I followed the steps in user guide

https://www.nxp.com/docs/en/user-guide/LSDKUG_Rev21.08.pdf

section 4.1.5.4 steps 1-6 but i see the issue below. Can't get kernel Image!

What should I do to resolve this. Do i have to use special SD cards instead? I'm using Gigastone UHS-I class 10 32Gb.

LS1012A_bootup.PNG

Labels (1)
Tags (3)
0 Kudos
2 Replies

830 Views
Pavel
NXP Employee
NXP Employee

Try to load your .itb file from SD to DDR at address 0x92000000 and issue the following command:

bootm 0x92000000#ls1012afrwy

 

Use "mmc read" command for loading your .itb file from SD.

0 Kudos

824 Views
Brown69
Contributor I

Try to load your .itb file from SD to DDR at address 0x92000000 and issue the following command:

bootm 0x92000000#ls1012afrwy

My CC Pay

Use "mmc read" command for loading your .itb file from SD.

Thank you for the reply, My Query has been solved.

0 Kudos