Installing to SD card rootfs
All the install targets copy the files in the rootfs pointed by the DESTDIR variable. By default, Rules.make points the DESTDIR to the NFS path for filesystem. If you want to install the files to the SD card, you should be able to specify different path to DESTDIR on commandline. e.g. run following for installing everything in the SD card rootfs.
host# sudo DESTDIR=/media/$USER/rootfs make install #Replace the path to SD card rootfs partition as appropriate
etastc8@etastc8-VirtualBox:~/ti-processor-sdk-linux-j7-evm-08_00_00_08$ sudo DESTDIR=/media/etastc8/rootfs make install
[sudo] password for etastc8:
=======================================
Installing the Linux Kernel DTBs
=======================================
The extracted target filesystem directory doesn't exist.
Please run setup.sh in the SDK's root directory and then try again.
Makefile:231: recipe for target 'linux-dtbs_install' failed
make: *** [linux-dtbs_install] Error 1
I try to run the run setup.sh again and still report the same error