Before run our application ,we are trying to load the dsplinkk.ko and cmemk.ko module automatically through boot time insted of run ./loadmodule.sh.
How to load these modules, please suggest me on this.
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.
Before run our application ,we are trying to load the dsplinkk.ko and cmemk.ko module automatically through boot time insted of run ./loadmodule.sh.
How to load these modules, please suggest me on this.
The formal way is add dslinkk.ko and cmemk.ko loading info into /lib/modules/<kernel_version>/modules.dep
Or another workaround is following any script in /etc/init.d/ to create a script in the same location to load the kernel modules, and add a symbolic link under /etc/rc5.d/.