Forum Discussion
Altera_Forum
Honored Contributor
19 years agodevice driver module
Hello, I am currently writing a kernel device driver module. Added and modified Makefiles and Kconfig, and it seems to work. As I am actively developing and debugging code, it takes a long...
Altera_Forum
Honored Contributor
19 years agoyou can insert module with
insmod mymodule and remove a module with rmmod mymodule when your linux is running. However it is necessary to enable module loading and unloading feature, when you configure your kernel Have a nice day