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.

TDA4VM: make linux_fs_install_sd 出错

Part Number: TDA4VM


Copy executable files to SD card :

cd ${PSDKR_PATH}/vision_apps
make linux_fs_install_sd
出现以下错误:
cp: cannot create regular file '/media/root/BOOT/': Not a directory
makerules/makefile_linux_arm.mak:165: recipe for target 'linux_fs_install_sd' failed
make: *** [linux_fs_install_sd] Error 1
请问是什么原因?怎么解决?