Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow to create a Kernel driver
Dear Hippo I have read you guide how to create a simple kernel driver . i wish you can give a more information to do it . <div class='quotetop'>QUOTE </div> --- Quote Start --- ...
Altera_Forum
Honored Contributor
20 years agoYou have to modify Kconfig and Makefile for the drivers. Look at the sud dirs of kernel drivers.
make modules_install is need only when you use modules. It copies the moudels files .ko into rootfs. It is not needed if you do not use moduels.