04-02-2016, 04:15 AM
(04-01-2016, 10:51 PM)tllim Wrote:(04-01-2016, 07:15 AM)stephen fleming Wrote: I am curious about what the purpose of the LED next to the charge LED on the board is. On the pin-out diagram of the expansion connector it is identified as System LED.
This LED is software programmable, and no dedicate assigned function.
Please consider telling us to which pin it is connected, then using longsleep's minimal Ubuntu image, define it in the .dts file and then put something like
Code:
(echo heartbeat >/sys/class/leds/green_led/trigger ; sleep 60 ; echo none >/sys/class/leds/green_led/trigger) &