This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-TDA4VM: Installing to SD card rootfs report error

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