You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a separate issue (#313), I reported how the script does not work on the raspberry pi 5 with bookworm operating system and what I did to get it working. I did not install the GPIO-halt utility as part of that installation.
However, I have since noticed that the raspberry pi 5 power button has stopped working. The hard-reset still works, but the short press and the double-press interactions no longer work. I tried from a fresh install of the operating system and confirmed that it does work until the arcade bonnet script is installed.
I came back and tried to install the GPIO halt utility and the arcade-bonnet.sh script was unable to successfully install. The error from the script is as follows:
gpio-halt.c:63:10: fatal error: bcm_host.h: No such file or directory
63 | #include <bcm_host.h>
| ^~~~~~~~~~~~
Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Script Command
https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/arcade-bonnet.sh >arcade-bonnet.sh sudo bash arcade-bonnet.sh
Operating System
64 Raspberry Pi Os (bookworm)
Hardware
Raspberry Pi 5 8Gb
Behavior
The raspberry pi 5 includes a power button, which if you press once should bring up the shutdown dialog, if you press twice should prompt the Pi to restart, and if you hold it down it will do a hard power off. More info here: https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#power-button
In a separate issue (#313), I reported how the script does not work on the raspberry pi 5 with bookworm operating system and what I did to get it working. I did not install the GPIO-halt utility as part of that installation.
However, I have since noticed that the raspberry pi 5 power button has stopped working. The hard-reset still works, but the short press and the double-press interactions no longer work. I tried from a fresh install of the operating system and confirmed that it does work until the arcade bonnet script is installed.
I came back and tried to install the GPIO halt utility and the
arcade-bonnet.sh
script was unable to successfully install. The error from the script is as follows:Description
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: