Test your board using command sequence like to command sequence from the Section 4.4.9.6.1 of the SDK 1.9 Documentation:
- Booting Up the System
Execute the following commands to TFTP the images to the board, then boot into Linux.
=>tftp 1000000 <uImage_name>
=>tftp 5000000 fsl-image-core-<platform>.ext2.gz.u-boot
=>tftp 2000000 <platform_dtb_name>
=>bootm 1000000 5000000 2000000
Is there problem if this command sequence is used?
Test your board is similar command sequence is used for booting from SPI.
Read uImage:
sf read 0x1000000 0xa0000 4136b0
Read platform dtb file
sf read 2000000 0x4c0000 0x3c28
Add command for reading your file system.
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------