Hi all
Device tree overlays can be used to easily add some extra functionalities to RPi devices via the GPIO pins, without using custom scripts. A power on/shutdown button (gpio-shutdown
) and automatic temperature fan control (gpio-fan
) can be enabled in Raspbian by just adding some lines to /boot/config.txt
.
I tested these device tree overlays with Lakka and found that, using the latest stable release (2.3.2), gpio-shutdown
works fine, but gpio-fan
does not work. However, when testing the 2020-02-13 nightly build (latest one for RPi4), the situation is reversed: gpio-shutdown
does not work anymore, but gpio-fan
now works fine…
Can this be fixed with some workaround, so that both DT overlays work?
Best regards
jonas