RetroPie / Raspberry Pi 5 / RETROFLAG Dream Case
-
Hello, I succesfully make a Raspbarry Pi 5 ARM64 with RetroPie in the RetroFlag Dream Case.
But you know why the button Reset and Shutdown doesn't work ?
You know if I must install this script ? : https://github.com/RetroFlag/retroflag-picaseThanks for the help !
Regards. -
Hi
I sucessfully to created a service for activate the Reset Button with this documentation : https://wiki.52pi.com/index.php?title=C-0063#How_to_Program_the_Reset_Button_on_Retro_Flag_Dream_Case
I notice some error, because I installed :
sudo apt install python3-rpi-lgpio
And not :
sudo apt-get install python3-rpi.gpio
The script doesn't work.I replaced sp.getoutput("sudo init 0") with sp.getoutput("sudo reboot") in the reset_button.py file.
And I removed the user / group from the file reset_button.serviceBefore activate the service I used :
sudo chmod +x /path/to/your/reset_button.pyFor finish :
sudo systemctl daemon-reload
sudo systemctl enable reset_button.service
sudo systemctl start reset_button.service
sudo systemctl status reset_button.serviceAnd the reset button will work !
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.