When doing this, I restart my rpi5 to check if the LED lights on the fans and if the fans turn off, this happens. The fans and lights turn off until the computer shuts down. the green light on the front of the pironman 5 turns from green to red and the fans and lights turn back on and i am unable to get the box going again unless i flash the eeprom which wipes my drive and I have to start over. Any help on this would be greatly appreciated.
This is apparently the first step you do when installing the pironman software on Ubuntu.
Configuring Shutdown to Deactivate GPIO Powerο
To prevent the OLED screen and RGB fans, powered by the Raspberry Pi GPIO, from remaining active post-shutdown, itβs essential to configure the Raspberry Pi for GPIO power deactivation.
- Manually edit the
EEPROM
configuration file with this command:
sudo rpi-eeprom-config -e
Modify the POWER_OFF_ON_HALT
setting in the file to 1
. For instance:
BOOT_UART=1 POWER_OFF_ON_HALT=1 BOOT_ORDER=0xf41