Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEP0030

212 bytes added, 14:57, 12 July 2011
m
no edit summary
IGEP0030 has 4 LED's which you can control, for example, using 'echo'. Here is an example of turning LED's On:
<pre>echo timer 1 &gt; /sys/devices/platform/leds-gpio/leds/d210\:green/triggerbrightnessecho 1 &gt; /sys/devices/platform/leds-gpio/leds/d210\:red/brightnessecho 1 &gt; /sys/devices/platform/leds-gpio/leds/d440\:green/brightnessecho 1 &gt; /sys/devices/platform/leds-gpio/leds/d440\:red/brightness
</pre>
You can turn them down using the same command and write '0' instead of '1'. (Note: read [[What_can_I_do_with_IGEP0030What can I do with IGEP0030@Known issues|known issues]] below)<br>
If you want to trigger the leds you can enable this mode and select the trigger source (none by default) to: mmc0, mmc1, timer, heartbeat and default-on.<br>
0
edits