Elektrine lite

← Feed

@cr1901@mastodon.social

Post #1275619

2024-09-01 22:46 UTC

@manawyrm How do you configure that, out of curiosity? I know you can configure LEDs to do specific things (e.g. on my TinkerBoard, the yellow LED is a "heartbeat"), but I don't know the specifics...

Replies (1)

  • @manawyrm@chaos.social 2024-09-01 22:48

    @cr1901 On the Pi, using the dtoverlay mechanism you can configure the pins however you want. In my case I‘m using the gpio-shutdown overlay, which turns a GPIO on as long as the kernel is running and then turns it off after shutdown/halt (so you can cut power)

    Open ##1275620