SPRACY5 July 2021 AM67 , AM67 , AM67A , AM67A , AM68 , AM68 , AM68A , AM68A , AM69 , AM69 , AM69A , AM69A , DRA821U , DRA821U , DRA821U-Q1 , DRA821U-Q1 , DRA829J , DRA829J , DRA829J-Q1 , DRA829J-Q1 , DRA829V , DRA829V , DRA829V-Q1 , DRA829V-Q1 , TDA4AEN-Q1 , TDA4AEN-Q1 , TDA4AH-Q1 , TDA4AH-Q1 , TDA4AL-Q1 , TDA4AL-Q1 , TDA4AP-Q1 , TDA4AP-Q1 , TDA4VE-Q1 , TDA4VE-Q1 , TDA4VEN-Q1 , TDA4VEN-Q1 , TDA4VH-Q1 , TDA4VH-Q1 , TDA4VL-Q1 , TDA4VL-Q1 , TDA4VM , TDA4VM , TDA4VM-Q1 , TDA4VM-Q1 , TDA4VP-Q1 , TDA4VP-Q1
Follow the instructions below to create a tiny file system. A default tisdk-tiny-image-j7-evm.tar.xz is also packaged with the SDK.
git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk
cd tisdk/
# Copy config file from the 7.00 installer yocto-build/configs/psdkla/psdkla-07_00_00.txt
./oe-layertool-setup.sh -f psdkla-07_00_00.txt
# export proxy
export ftp_proxy=http://webproxy.ext.ti.com:80
export http_proxy=http://webproxy.ext.ti.com:80
export https_proxy=http://webproxy.ext.ti.com:80
cd build
# Edit config file if you want to reuse downloads folder
vi conf/local.conf
. conf/setenv
# this is the path to the toolchains for ARMv7 and ARMv8
TOOLCHAIN_BASE=/sdk/tools MACHINE=j7-evm bitbake -k tisdk-tiny-image
# build image can be found here
la -la tisdk/build/arago-tmp-external-arm-glibc/deploy/images/j7-evm/tisdk-tiny-image-j7-evm.tar.xz