Forum Discussion
Altera_Forum
Honored Contributor
20 years agoLinux device driver and Interrupt
I have made my own sopc component with interrupt. This component are going to be used on an cyclone 2, with web server. Do I need to write a device driver in to uClinux to communicate with thi...
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.