This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Typedef rc_led_t

Typedef Documentation

typedef enum rc_led_t rc_led_t

Availabe LEDs on the BeagleBone platform.

This list may expand for future boards. Note that the WIFI and USR LEDs are normally controlled by separate processes. They can be controlled, but may conflict as other processes continue to try to write to them simultaneously.

The BAT LED’s are controlled by the rc_battery_monitor service. If you want to control these LEDs yourself please stop the service first.

sudo systemctl stop rc_battery_monitor
sudo systemctl disable rc_battery_monitor