waveform80 / rpi-lgpio

A compatibility shim for lgpio emulating the RPi.GPIO API
https://rpi-lgpio.readthedocs.io/
Other
9 stars 5 forks source link

Updated Pi5 bookworm today and get SOC error #17

Open quitmeyer opened 2 months ago

quitmeyer commented 2 months ago

This library is great and let's me use my code on pi5 or pi4

normally i just:

sudo apt remove python3-rpi.gpio

sudo apt install python3-rpi-lgpio

and it works!

but i made a mistake today and updated the pi5, and now i get the SOC error that i got before. I tried reinstalling lgpio and uninstall gpio again, but nothing is working

Iphran commented 1 week ago

Same Issue here but found out using: apt show the package version is: 0.4-1~rpt1, and rpi-lgpio already 0.6. I just dump 0.6 file into where the package installed, and it's working.