enesbcs / rpieasy

Easy MultiSensor device based on Raspberry PI
GNU General Public License v3.0
157 stars 33 forks source link

RPI5 / Rock Pi 4S support? #287

Open bbking78 opened 4 months ago

bbking78 commented 4 months ago

Hi, thanks for the great work! Is the RPI5 already supported? I could not make it work and https://forums.raspberrypi.com/viewtopic.php?t=359829 states that the GPIO access has changed... I also did not have success with a Rock Pi 4S either....

Thanks!

enesbcs commented 4 months ago

tonhuisman added Pi5 descriptors at commit https://github.com/enesbcs/rpieasy/commit/d1ba2a38ee9e110ddf96e42e2529a269e87474bd and i have added rpi-lgpio library hack to RPIEasy dependencies https://github.com/enesbcs/rpieasy/commit/cd5ae7119e08bc636a36dbe28154a3f71c9c9ea2 which library claims to be Pi5 compatible. Although i does not have a Pi5 so i have no idea if it works.