Hi all,
I am using OMAP5432 based board and I would like to boot the board from eMMC. Can anyone let me know the procedures to do this? How to download the SPL and u-boot from my PC to the board.
Thanks in advance.
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 all,
I am using OMAP5432 based board and I would like to boot the board from eMMC. Can anyone let me know the procedures to do this? How to download the SPL and u-boot from my PC to the board.
Thanks in advance.
Hello,
I suppose you are planning to flash android on your OMAP5432 emmc, right?
In that case here is the guide to do that:
http://omapedia.org/wiki/Panda5AJ.1.5.1_Release_Notes#Flashing_eMMC_images
Best Regards,
Yordan
hi, Yordan
I am planning to flash ubuntu on my OMAP5432 eMMC.
I want to get the u-boot about eMMC configration, not u-boot.bin or u-boot.imag.
thanks.
Hello,
In that case you should use the mk-eMMC-boot.sh script, which is present in OMAP5 GLSDK.
Also you should use GLSDK 6_00_00_07 (http://downloads.ti.com/dsps/dsps_public_sw/glsdk/6_00_00_07/index_FDS.html), which is the only official TI SDK, that is ubuntu based.
Best Regards,
Yordan
Hi,
I am trying something similar. I have already booted the OMAP 5432 board by the Ubuntu Image on the SD card. Although I need to utilize the space on the SD card so I would like to load the OS image on the eMMC.
I am not sure if the step mentioned above is for after booting the board through the SD card or where to find mk-eMMC-boot.sh file.
I also found a mention of running './mk-eMMC-boot.sh --device /dev/mmcblk1' w/o the quotes on the OMAP5 wiki page but I got a reply saying folder or file not found.
Thanks in advance.
Hi,
This script should be run on the target.
Please refer to the following link on instructions how to boot from eMMC: http://processors.wiki.ti.com/index.php/OMAP5_GLSDK_Software_Developers_Guide#Using_eMMC_Boot
Best Regards,
Yordan
Hi Yordan,
Thanks for your reply. I ran the script on the target but I get a message saying './mk-eMMC-boot.sh: No such file or directory'.
Also SYSBOOT [0-3] = 0101 is the same configuration as mentioned for the SD card which said SYSBOOT[4:1]=1010.
Thanks for your help!