Raspberry pi5 case fans not turning off after shutdown

So i shut the pi down but the case fans just keep spinning plz help

This indicates that you have not configured the shutdown to disable the GPIO power.
Please follow the steps in our online tutorial to proceed:Set Up on Raspberry Pi/Ubuntu/Kali/Homebridge OS — SunFounder Pironman 5 documentation

1 Like

If you are using Pironman 5 on Batocera, please follow our tutorial link:
https://docs.sunfounder.com/projects/pironman5/en/latest/set_up/set_up_batocera.html
The Batocera system has adapted to the Pironman 5, but the adaptation is not yet fully optimized. When you power off the Raspberry Pi, the GPIO power is likely not disabled, which causes the RGB lights or RGB fan to remain on. Therefore, we currently recommend unplugging the power to turn it off completely.

This worked, but then the fans and lights didn’t come on on the next boot.

Did you try to update kernel? sudo rpi-update

No, i did not update the kernel due to concerns of the nvme drive i have.

What version of the pironman5 software are you currently running?
Please execute the command sudo pironman5 -v to check the software version.
We have currently updated the software version to 1.2.25.
We recommend you reinstall the pironman5 software and then check its functionality.
cd ~
git clone -b base GitHub - sunfounder/pironman5: Code for Raspberry Pi 5 case (Pironman5) --depth 1
cd ~/pironman5
sudo python3 install.py

You mentioned that the NVMe SSD is experiencing issues? You installed the system on the SSD and are using our software, is that correct?
Because you executed the sudo rpi-eeprom-config -e command and configured:
BOOT_UART=1
POWER_OFF_ON_HALT=1
BOOT_ORDER-Oxf41
Regarding BOOT_ORDER-Oxf41, it lacks the configuration to boot the system from the SSD, which is why the system fails to boot from the SSD after restarting the case.

The correct configuration should be:
BOOT_UART=1
POWER_OFF_ON_HALT=1
BOOT_ORDER-Oxf416

1 Like

Thank you for your reply.

According to the -v 1.2.22

The NVME is fine. I was just concerned about power it off ‘incorrectly’ as that can lead to issues i’m told.
When I first got the system i noticed that the fans were always on even when i shut down the system. I am past that now… Holding down the power button for 10 seconds shuts it down ‘properly’ (?)

The fan behaviour is incosistent, so i was thinking about a compete uninstall and reinstall.
Wish this had a gui… on the web interface (34001) for this.

For Raspberry Pi OS:

If you are using a desktop operating system, press the power button twice briefly to initiate a safe shutdown.

If you are using a non-desktop operating system, press the power button once briefly to initiate a safe shutdown.

If the RGB fan on the I/O expansion board continues to run after a safe shutdown, it is likely because the GPIO power has not been configured to deactivate upon shutdown. In this case, please follow the tutorial steps to configure it accordingly:

https://docs.sunfounder.com/projects/pironman5/en/latest/pironman5/set_up/set_up_rpi_os.html#configuring-shutdown-to-deactivate-gpio-power