Other Parts Discussed in Thread: UNIFLASH
Tool/software: Linux
In the process of porting am3354, I encountered a problem that the create-sdcard.sh script was not found in the SDK package.I refer to the official post, 
I have download the Full SDK package,and follow steps to build.but there is many errors .Here is build steps:
$ git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk $ cd tisdk $ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.01.00.06-config.txt $ cd build $ . conf/setenv $ export PATH=$HOME/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$PATH
$ MACHINE=am335x-evm bitbake arago-core-tisdk-image