So this was working for me to use old GPIO libraries (like for the waveshare relay hat) on the Pi5
but then today i accidentally hit "update" and now i get these old errors again, and even if i try to remove the GPIO and install the lgpio, i still get the SOC error
Code:
sudo apt remove python3-rpi.gpio sudo apt install python3-rpi-lgpio
Code:
GPIO.setup(Relay_Ch1,GPIO.OUT)RuntimeError: Cannot determine SOC peripheral base address
Statistics: Posted by hikinghack — Fri Jun 28, 2024 6:31 pm