Cannot access Pins in Raspberry pi 5

Hello @fredhii, I have used the GPIO on the Pi 5 with balena, so it is possible.

You can see an example that worked for me here: pi-digital-signage-demo/signage at master · alanb128/pi-digital-signage-demo · GitHub . Note the installation method of lgpio in the Dockerfile.template and the use of the library in the signage.py script.

2 Likes