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.

dm6467 程序启动问题



大家好,我用dm6467开发板想开机启动自己编的程序,我编辑的是/etc/init.d/rcS文件,在这个文件的最后我加了cd /opt/dvsdk/dm6467

sh loadmodules.sh

cd /opt/tirvideo

sh loadmodules.sh

./***.out

reboot后,启动前几步没问题,在运行最后的.out文件是提示:Failed to open /dev/cmem: 'No such file or directory'

这个是怎么回事?是不是uImage的版本和module的版本不一致造成,如果是应该怎么解决?求帮助