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.
we have generated all the images using the instructions described here "http://www.omappedia.org/wiki/6AO.1.0_Engineering_Drop"
i) how to partition the SD card?
ii) we have got MLO files while preparing eMMC images. we have two MLO files noted
MLO and GP_MLO files.
should i copy the both MLO files?
sudo '/media/madhu/Passport/Android8/myandroid/ENGG_6AO.1.0/omap3-mkcard.sh' /dev/mmcblk0p1
the out put log is in above imgs
if i use
sudo '/media/madhu/Passport/Android8/myandroid/ENGG_6AO.1.0/omap3-mkcard.sh' -f /dev/mmcblk0p1
out put will be
Usage: /media/madhu/Passport/Android8/myandroid/ENGG_6AO.1.0/omap3-mkcard.sh <drive>
it is error message in the script.
I am able to get the u-boot promp and set the environment variables
=> env default -f -a => setenv partitions $partitions_android => env save .
and reset the board and put the board in fastboot mode by uisng
"fastboot 0".