RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    RetroPie / Raspberry Pi 5 / RETROFLAG Dream Case

    Scheduled Pinned Locked Moved Help and Support
    dream caseraspberry pi 5shutdown script
    2 Posts 1 Posters 364 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      ChibiDom
      last edited by

      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-picase

      Thanks for the help !
      Regards.

      1 Reply Last reply Reply Quote 0
      • C
        ChibiDom
        last edited by ChibiDom

        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.service

        Before activate the service I used :
        sudo chmod +x /path/to/your/reset_button.py

        For finish :
        sudo systemctl daemon-reload
        sudo systemctl enable reset_button.service
        sudo systemctl start reset_button.service
        sudo systemctl status reset_button.service

        And the reset button will work !

        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        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.