Boot from SD on ls1088ardb (LSDK 1803)

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

Boot from SD on ls1088ardb (LSDK 1803)

623 Views
jopado
Contributor I

I've created a bootable SD per instructions in LSDK 18.03 Documentation.  Booting progresses well until filesystem mounting when I encounter the error show below.  I have attached full console output from the boot attempt.  

Any idea how to fix this issue?

[ 4.709262] EXT4-fs (mmcblk0p3): couldn't mount as ext3 due to feature incompatibilities
[ 4.725594] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[ 4.733701] VFS: Mounted root (ext4 filesystem) on device 179:3.
[ 4.743098] devtmpfs: error mounting -2
[ 4.747212] Freeing unused kernel memory: 1216K
[ 4.751815] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.
[ 4.765982] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.14.16 #1
[ 4.771981] Hardware name: LS1088A RDB Board (DT)

Labels (1)
0 Kudos
1 Reply

370 Views
Pavel
NXP Employee
NXP Employee

Test your board using command sequence from the Section 4.3 of NXP LSDK 1803 documentation:

https://www.nxp.com/docs/en/supporting-information/LSDK-KC-REV18.03.pdf

 

=> tftp a0000000 lsdk_linux_arm64_tiny.itb

=> bootm a0000000#<board-name>

The <board-name> can be: ls1012ardb, ls1012afrdm, ls1043ardb, ls1046ardb, ls1088ardb, ls2088ardb


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos