Superpi case - shutdown script not working.
-
Hi guys,
New to the forum and pi.
Recently picked up a superpi case from Amazon and it came today, so thought I'd have a go at setting it all up.
Issue I'm having is with the shutdown. When I set the switch to off, it doesn't power off the system, just does a reboot.
Is anyone able to help please? I've tried 2 pi 3b devices and clean version of retropie (latest)
Anyone able to help me please?
Thanks
Dan
-
@campbell87 use this one
wget -O - "https://raw.githubusercontent.com/crcerror/retroflag-picase/master/install.sh" | sudo bash
RetroFlag uses reboot command for both switches since months. Don't know why.
-
hi @cyperghost thanks for the script. I have ran this and attempted to shut down by powering off the switch on the superpi case.
it goes through a script but then just sits on [38.2000375] reboot: Power down.
nothing else seems to happen
-
@campbell87 Do you have a Pi3, you may need a reboot for taking action. Otherwise take a look into your
\boot\config.txt
There should be a linedtoveray=
Are there several ones?You can try to uninstall the old residues by running:
wget -O - "https://raw.githubusercontent.com/crcerror/retroflag-picase/master/uninstall_all.sh" | sudo bash
and then reinstall again
-
Hi @cyperghost . I have these references for dtoverlay
un comment to enable infrared communication
#dtoverlay=gpio-ir, gpio_pin=17
#dtoverlay=gpio-ir-tx, gpio_pin=18[Pi4]
#dtoverlay=vc4-fkms-v3d[all]
#dtoverlay=vc4-fkms-v3d
Overlay setup for proper power cut, needed for retroflag cases
#dtoverlay=gpio-poweroff, gpiopin=4, active_low=1, input=1I did do a hard reboot but doesn't shut down. Restart seems to work fine.
I have a pi3b+
-
@campbell87 said in Superpi case - shutdown script not working.:
#dtoverlay=gpio-poweroff, gpiopin=4, active_low=1, input=1
#
is a comment character, everything after it is ignored. If the needed configuration line has a leading#
, then remove the#
to take effect. -
@mitu i removed the # and tested. Still it hung on the reboot: shutdown
i tried a re-install of the script and getting the same issue. Reset seems to work with no issues. Its just the shutdown thats not working.
Ive tried on 2 pi3b+ devices, and both having the same issue. Do you think it could be hardware related at all?
-
@campbell87 said in Superpi case - shutdown script not working.:
Ive tried on 2 pi3b+ devices, and both having the same issue. Do you think it could be hardware related at all?
If it's hardware, then it might be the case. Can't be sure. The line you un-commented should signal the case that it has completed shutdown/poweroff.
What happens if you manually power off the Pi ?
-
@mitu do you mean to trigger a shutdown without the case connected?
-
@campbell87 From what I see is that you used the uninstall script. Because the
dtoverlay=gpio-poweroff
is commented.You said you installed the orginal from RetroFlag at first, because then there shouldbe a line like
dtoverlay=RetroFlag_pw_io.dtbo
instead.Can you check
/etc/init.d/rc.local
please?
Maybe there are 2 scripts launched at the same time. To edit this file you need sudo rights sosudo nano /etc/init.d/rc.local
does the trick. Thx@mitu do you mean to trigger a shutdown without the case connected?
He means a shutdown by software, via ES menu for example.
It should do following. The Pie will not shutdown completly, you still have to press the button for complete shutdown. -
@mitu said in Superpi case - shutdown script not working.:
If it's hardware, then it might be the case. Can't be sure. The line you un-commented should signal the case that it has completed shutdown/poweroff.
Yes infact, this is needed for RPi4 for RPi3 the old script should still work. So a further test could be, to use the script I've posted and commentd the dto-line out from
/boot/config.txt
if then the Pie still hangs it's to 100% an hardware issue. Maybe connection is broken or something alike. GPIO4 needs a low signal --> PowerCut -
@cyperghost still no luck :(. I have sent a mail to the supplier along with some images of the case, so il see what they come back with.
Thanks guys for the support :)
-
@campbell87 Hmmmm. Last chance, try to install the original script from retroflag. Then shutdown with software command, after that push the button, the light have to go off! If not your case is faulty then!
-
@cyperghost so I've done a fresh install of retropie. You want me to try and install the original script from retroflag and perform a shutdown from emulation station?
When I set up the pi case, I have the safe shutdown switch to on, and leave the power switch in the on position, then I plug in the power.
I will give it one last go and report back.
-
@campbell87 Yes, you power on with the switch, then perform a shutdown via EmulationStation, the Pi should still show a red light. The you press the Power Button and the LED light should go off. If not then it's the case.
-
@cyperghost so i did a shutdown via emulation station, and the picase light went off, but the pi stayed on. I then used the power switch to turn if off, but instead it boots it back up.
-
@campbell87 This is impossible! I have the impression that your case is faulty. There is never a powercut done in this constellation!
Everything worked as suggested:
- Picase light goes off
- Pie stays on (red light) Important and correct behaviour
- You press the powerswitch and it boots???? That's wrong - it should go off then
This is telling me that GPIO4 was never set to off and the whole thing still keeps powered on.
-
@cyperghost Yea, so i connected the power when the picase swtich was on, and the safe shutdown switch was on. I then shut down emulation station. The case light went off, and there was a steady red light on the pi.
I then turned the power switch on the picase to off, and it booted up and loaded into emulation station.
2nd thing i tried was leave the picase on and safe shutdown switch on, and then connect the power. Once i was in emulation station, i turned off the power switch on the case, the light on the case was flashing, script ran, and case went off for a few seconds, then booted back up again.
Tried same on both my pi devices.
-
@campbell87 Okay then please do following
editsudo nano /opt/RetroFlag/SafeShutdown.py
Then on Line 31 is
os.system("sudo shutdown -r now")
Just writeos.system("sudo poweroff")
insteadReboot and let ES boot up, press then the power button - if then there is still a light on the Pi then you can easily get a new housing, it's defnitly wrecked then.
-
@cyperghost made the change, but still same behaviour :(.
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.