LS1012A autoboot does not start

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

LS1012A autoboot does not start

140 Views
JYK
Contributor I

JYK_0-1779243329824.png

Hello, I was using the ls1012a board well.

Boot doesn't start like the picture a while ago.

I want to know what the problem is.

0 Kudos
Reply
1 Reply

64 Views
yipingwang
NXP TechSupport
NXP TechSupport

Are you using LS1012AFRWY demo board?

As LS1012AFRWY has only 2 MB QSPI flash, rootfs cannot fit into
the firmware image on the QSPI flash memory. You need to load the TinyDistroby tftp or sd/usb device.
=> tftp 0x92000000 tftp_path/lsdk2108_yocto_tiny_LS_arm64.itb; pfe stop;
bootm 0x92000000#ls1012afrwy

 

You could download lsdk2108_yocto_tiny_LS_arm64.itb with the following command.

$ wget https://www.nxp.com/lgfiles/sdk/lsdk2108/lsdk2108_yocto_tiny_LS_arm64.itb

0 Kudos
Reply