bamarni / pi64

A 64-bit OS for the Raspberry Pi 3
712 stars 126 forks source link

Power LED #6

Closed skykingisepic closed 7 years ago

skykingisepic commented 7 years ago

Add support to control Power LED (see this): Requires latest firmware https://github.com/raspberrypi/linux/issues/1332 (read 3rd from last post) Also: act_led not triggered to mmc - no act_led activity (after two blinks at boot)

gkelley@metrocast.net

bamarni commented 7 years ago

Thanks for the link, I've been able to control it through the mailbox service after enabling CONFIG_BCM_VCIO, however led0 and led1 are still missing under /sys/class/leds, so led triggers shouldn't work at all. Any idea on what I'm still missing for this?

bamarni commented 7 years ago

The other issue was the missing kernel driver for gpio expander, I just made a release containing both fixes.