You are looking at an old revision of the page LEDs. This revision was created by Nikolaus Schaller.
Table of Content
How to control the LEDs
LEDs
are controlled by the TCA6507 driver.
LED numbers
The examples below all refer to LED 0. Substitute the correct LED number:
- 0: AUX Red
- 1: AUX Green
- 3: Power Red
- 4: Power Green
- 6: WLAN/Bluetooth Reset (active low - don't use blink modes)
LED on
echo "255" >/sys/devices/platform/....
LED off
echo "0" >/sys/devices/platform/....
LED blink
echo "0" >/sys/devices/platform/....