NaK Posted May 28, 2023 Posted May 28, 2023 For the Rock PI S, what is the recommended gpio library? I tried using Radxa libmraa but encountered the following errors (using bullseye-stable): $ sudo apt-get install -y libmraa ... The following packages have unmet dependencies: libmraa : Depends: libjson-c3 but it is not installable Depends: python but it is not installable Depends: python2.7 but it is not installable Depends: libpython2.7 but it is not installable Depends: python3.7 but it is not installable Depends: libpython3.7 but it is not installable E: Unable to correct problems, you have held broken packages. 0 Quote
NaK Posted May 29, 2023 Author Posted May 29, 2023 Compiling libmraa from source worked, per the instructions here. 1 Quote
NaK Posted June 5, 2023 Author Posted June 5, 2023 (edited) Note: I needed to include swig (in addition to swig 4.0) to compile. Edited June 5, 2023 by NaK 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.