Forum Discussion

wchen50's avatar
wchen50
Icon for New Contributor rankNew Contributor
7 years ago

Altera DE0-Nano gpio

In my testing, I want to access the fpga gpio. I can use set the fpga gpio pin from user space (open /dev/mem, then use mmap, etc). However I cannot set the fpga from kernel space. In my kernel code...