Forum Discussion
Altera_Forum
Honored Contributor
16 years agoTurn on Leds
Hi, I have managed to introduce linux in target DE2. These last days I was able to control a port of leds with the archive "nios2.h", but when I rebuilted the kernel I saw an interesting option...
Altera_Forum
Honored Contributor
16 years agoYou can use gpio to control the LEDs,
http://www.nioswiki.com/gpio You can control LED on/off with led sysfs class in /sys/class/leds. - Hippo