Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

control pogoplug E02 Leds (6 replies)

$
0
0
I've checked various pages but haven't found a solution for access my LEDs:
So my Pogo has a red and a green one, sys/class looks like:
lrwxrwxrwx 1 root root 0 Aug 16 16:01 sheevaplug:blue:health -> ../../devices/gpio-leds/leds/sheevaplug:blue:health
lrwxrwxrwx 1 root root 0 Aug 16 16:01 sheevaplug:red:misc -> ../../devices/gpio-leds/leds/sheevaplug:red:misc

ok, pogo is not a sheeva, but should work somehow. So I can get green LED on by entering
echo "default-on" > /sys/class/leds/sheevaplug\:blue\:health/trigger
but I can't get red one to light up by
echo "default-on" > /sys/class/leds/sheevaplug\:red\:misc/trigger
any ideas?

Viewing all articles
Browse latest Browse all 3247

Trending Articles