-
Notifications
You must be signed in to change notification settings - Fork 0
Installing Automatic Shutdown Feature
HILO edited this page Oct 7, 2023
·
1 revision
Just Add the following line into the
/boot/config.txt
dtoverlay=gpio-shutdown,gpio_pin=17
-
Open and login the SSH terminal as a superuser
-
From the terminal window, open a file with nano editor.
root> nano /boot/config.txt
-
Insert a line as follows...
dtoverlay=gpio-shutdown,gpio_pin=17 -
Write and Quit from the nano editor.
-
Reboot your Raspberry-pi.
After this modification, when you turn off the mains switch of FreeDSP OCTAVIA the embedded Raspberry-pi will shut down automatically.