05-26-2024, 12:41 PM
I have installed MoOde 9.0.0 (coming from 8.3.9).
I used to have this in my /boot/config.txt file to enable a Rpi power-on/power-off button at the front of my media player:
This allows me to physically shutdown and power-up my RPi inside my media player.
Apparently, this file moved to /boot/firmware/config.txt, but at the top of this file is tells me the file is managed by MoOde.
Am I 'allowed' to add the above configuration to the new config.txt file? Or is there a better way to do this?
-Frank
I used to have this in my /boot/config.txt file to enable a Rpi power-on/power-off button at the front of my media player:
Code:
dtoverlay=gpio-shutdown,gpio_pin=3,active_low=1,gpio_pull=up
This allows me to physically shutdown and power-up my RPi inside my media player.
Apparently, this file moved to /boot/firmware/config.txt, but at the top of this file is tells me the file is managed by MoOde.
Am I 'allowed' to add the above configuration to the new config.txt file? Or is there a better way to do this?
-Frank