Forum Discussion
Altera_Forum
Honored Contributor
13 years agoLinux Module (driver) - How to communicate with hardware
Hey guys, right now I am trying to make a linux module to communicate with hardware on my CycloneV SOC running Linux 3.7. So far I have register_chrdev() followed by request_mem_region() and then ior...
Altera_Forum
Honored Contributor
13 years agoYou'll need to post some actual code so we can try to find what's wrong with it.