Part Number:SK-TDA4VM
https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/08_00_00_08/exports/docs/linux/Overview_Top_Level_Makefile.html
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
Shine:
我看到您在e2e上发的帖子已有工程师回复了,请继续跟进您的帖子。https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1064125/sk-tda4vm-destdir-media-user-rootfs-make-install-command-run-error