Forum Discussion
Altera_Forum
Honored Contributor
20 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- Can I add device driver after the kernel is compiled?[/b] --- Quote End --- Yes, you can. But you have to copy the compiled object to your rootfs, and no module dependency list will take care of it. So this is not prefered. You should follow what we do in the hello world module.