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 --- # copy module files to rootfs and generate modules.dep make ARCH=nios2nommu CROSS_COMPILE=nios2-linux-uclibc- INSTALL_MOD_PATH=~/rootfs modules_install[/b] --- Quote End --- first , i don't konw what's means the "INSTALL_MOD_PATH=~/rootfs modules_install" can you tell me ? second . if i want to config it when i use "menuconfig" what should i modify. can you give me a document ?