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.

DM385 cmemk.ko 怎么加载?



环境 : DM385 , ipnc 3.5

请问 insmod ./kermod/cmemk.ko 后面的参数怎么给 ?

在init.sh 里面看到了 rmmod ./kermod/cmemk.ko 2> /dev/null

但是在整个程序中没有找到 insmod cmemk.ko 的位置

但是程序运行 App_ipcBitsInit(); 时候就会报下面的找不到/dev/cmem :

CMEM Error: init: Failed to open /dev/cmem: 'No such file or directory'
CMEM Error: CMEM file descriptor -1 (failed 'open()'), ensure CMEMK kernel module cmemk.ko has been installed with 'insmod'CMEM Error: CMEM file descriptor -1 (failed 'open()'), ensure CMEMK kernel module cmemk.ko has been installed with 'insmod'

请问这个是怎么加载,后面的参数是怎么给?