Hello
We have custom ANDROID device of AM335x. Its have both NAND and SD card. Currently i'm booting from SD card i need to flash my OS into NAND memory.
Advice me how do flash the NAND and boot from NAND ?
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.
Hello
We have custom ANDROID device of AM335x. Its have both NAND and SD card. Currently i'm booting from SD card i need to flash my OS into NAND memory.
Advice me how do flash the NAND and boot from NAND ?
Hi,
Please refer to below link for NAND booting.
http://processors.wiki.ti.com/index.php/TI-Android-JB-4.1.2-DevKit-4.0.1_UserGuide#NAND_Booting
Regards,
Pankaj Bharadiya
Thanks for your reply.
I tried that already but its not successful, I've attached the log here.
I'm using AM335xevm_sk kernel. so may be kernel mismatch problem occur.
Kindly check the log and help me.
SANGILI KUMAR said:[1;38r[38;1H
[1;39r[38;1H[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
[1;38r[38;1H
[1;39r[38;1H[ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait ip=none
[1;38r[38;1H
[1;39r[38;1H[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
From attached logs I can see that your kernel bootargs are wrong. Please specify correct bootargs as mentioned in below link and try
Regards,
Pankaj Bharadiya
Hello sir
I've changed the u-boot arg and cmd but still can't boot from NAND.
Here i've attached the log. surely yo can guess the problem from this log kindly check it.