Hi,
I’m looking for the gpio control for this image : https://github.com/radxa-build/radxa-zero/releases/download/test-build-3/radxa-zero_debian_bookworm-test_cli_t3.img.xz
librmaa does not seem to exist in this repository so i cannot install it.
if i add the repository in this tutorial :https://wiki.radxa.com/Zero/dev/libmraa (buster)
i get broken packages:
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
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.
is there another was to control GPIO?
Please advise