Hi
I have a Pi 5 and an Argon ONE V3 M.2 NVME PCIE Case.
My Pi is up to date, with regard to OS updates, and I’m running Raspberry Pi OS. After following the Pi5 install manual, I’ve tried to installed the Argon scripts as follows.
The manual says the EEPROM script is to be run from here, which I have completed:
curl https://download.argon40.com/argon-eeprom.sh | bash
My EEPROM configs is as below:
root@NMSPi:~# rpi-eeprom-config
[all]
WAKE_ON_GPIO=0
PCIE_PROBE=1
PSU_MAX_CURRENT=5000
BOOT_UART=1
POWER_OFF_ON_HALT=1
BOOT_ORDER=0xf416
I’ve also ran the script (into bash) from this location, as per the instructions:
curl https://download.argon40.com/argon1.sh | bash
I can control the fan speed of my unit with argon-config.
If I shutdown my Pi I can see the last item on screen says
[ Ok ] Reached target poweroff.target - System Power Off
However the Pi does not power down, The red LED on the front of the Argon’s case also stays illuminated. If I double press the Argon’s power button a reboot occurs when Linux is running. I can’t trigger a shutdown with a short press of the power button, unlike my Argon One for Pi4. The Power button does work if I press and hold it, but this just cuts power off if Linux is running, not a graceful shutdown. I’ve checked the Pi to Argon case interfaces and it all looks ok. The HDMI outputs on the Argon case work fine and I can control the Argon’s fan speed ok from bash.
I also have an Argon One with a Pi4, which has a correctly working power button.
Any idea how I can get my Pi to power down on a shutdown and make the Argon’s power button also call for a graceful shutdown?
Thanks