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
I use am5728 platform to build filesystem, it's ok ,but I want to burn the file system to EMMC and boot from EMMC,but i have not script for reference.
do you have scripts to reference for me ?
The SDK version :ti-processor-sdk-android-am57xx-evm-04.00.00.04
Thanks
Hello Weijie,
Android Processor SDK 4.2 & 4.3 have a setup.sh script that loads the file system onto EMMC as documented here. (or here for the older 4.2 content, but the pages should have the same info).
The comments in ti-processor-sdk-android-am57xx-evm-04.00.00.04/setup.sh make it sound like that script also loads the file system onto EMMC in 4.0. Could you make sure you follow all steps in the prerequisites section of the above documentation and try using setup.sh?
Regards,
Nick
Hi Nick
I know this script, what I want is to burn the file system on the target board instead of using minicom to burn it.
Thnaks