SPRAD09A December 2021 – July 2022 DRA821U , DRA821U-Q1
Boot switch setting:
No need to change the boot switches in this step:
Commands: (Do this on the ubuntu, not the EVM)
Open $PSDKLA/bin/mksdboot.sh (This is to switch the TinyFS)
Do the following change from:
root_fs="$sdkdir/filesystem/tisdk-default-image-j7200-evm.tar.xz"
to
root_fs="$sdkdir/filesystem/tisdk-tiny-image-j7200-evm.tar.xz"
Do this:
sudo dpkg-reconfigure dash (This is very important Step!)
sudo ./mksdboot.sh --device /dev/sdb --sdk /opt/ti-processor-sdk-linux-j7200-evm-08_00_00_05/
or
sudo ./mksdboot.sh --device /dev/sdc --sdk /opt/ti-processor-sdk-linux-j7200-evm-08_00_00_05/
Re insert the SD card onto ubuntu.
make linux
sudo make linux_install
Go to TargetNFS, find the lib + usr/lib + sbin , do those 3 copy actions, then "sync".
Do this:
sudo cp -r lib/* /media/root/rootfs/lib (See the “root”, you need to change this according your ubuntu env).
sudo cp -r usr/lib/* /media/root/rootfs/usr/lib
cp sbin/mkfs.ext4 /media/root/rootfs/mnt/ (This is very important!!)
sync