Hi,
when i try to boot the EVM board from NAND i'm getting the below characters...............what is the point that i have missed
������������������������������������
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
when i try to boot the EVM board from NAND i'm getting the below characters...............what is the point that i have missed
������������������������������������
Naveen,
NAVEEN RUNJALA said:thanq so much finally i got that board is booting from nand..........the problem is in SW4.....i configured that as in your shared link.
It seems that in SW4 DIP ON switches are also labeled on the wrong side. And from the AM335x TRM (Table 26-7 SYSBOOT Configuration Pins) we have requirement sysboot[11:10] (correspond to SW4 [4:3]) must be 00 for NAND boot (SW4 [4:3] should be UP).
I will check about the root fs and come back to you with new post about that.
Regards,
Pavel
Naveen,
After the below set of commands (which we see are working fine):
U-Boot # mmc rescan
U-Boot # nand erase.chip
U-Boot # load mmc 0 0x81000000 MLO
U-Boot # nand write 0x81000000 NAND.SPL
U-Boot # nand write 0x81000000 NAND.SPL.backup1
U-Boot # nand write 0x81000000 NAND.SPL.backup2
U-Boot # nand write 0x81000000 NAND.SPL.backup3
U-Boot # load mmc 0 0x81000000 u-boot.img
U-Boot # nand write 0x81000000 NAND.u-boot
U-Boot # load mmc 0 0x81000000 zImage
U-Boot # nand write 0x81000000 NAND.kernel
U-Boot # run findfdt
U-Boot # load mmc 0 0x81000000 $fdtfile
U-Boot # nand write 0x81000000 NAND.u-boot-spl-os
U-Boot # saveenv
Can you try the below commands. Try these after the above commands. Do not restart (power off/on the board), stay in this u-boot prompt:
U-Boot # printenv
U-Boot # mtdparts
U-Boot # load mmc 0 0x81000000 arago-base-tisdk-image-am335x-evm.ubi
U-Boot # nand write 0x81000000 0x780000 0x2EE0000
Provide me full console log.
Regards,
Pavel