Please, add support for ROCK3A in GitHub - radxa-pkg/mraa: Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more.
I tried to build this pkg and no pin is detecting
Version 2.1.0 at
GitHub - radxa/mraa: Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more. works well btw
Nasca
November 13, 2023, 3:49am
2
This repository [radxa/mraa] (https://github.com/radxa/mraa ) is no longer maintained.
Repository radxa-pkg/mraa is used for building on-line mraa-package, it means that we can get libmraa by apt, and it update according to eclipse/mraa
We will support mraa for ROCK 3A this week.
Nasca
December 5, 2023, 2:01am
4
PR for Radxa ROCK 3A is still waiting for the upstream merger. We’ll release immediately after the upstream merger.
Nasca
December 11, 2023, 7:25am
6
radxa-pkg was updated 5 hours ago.
1 Like
I can’t install it cause it have libpython3.9 dependency, which have no release candidate on ubuntu 22
@Nasca can you help with that issue?
How to install that package to ubuntu 22.04?
Nasca
December 28, 2023, 9:32am
9
Maybe, you need to compile it based on eclipe/mraa on ubuntu 22.04.
Nasca
December 28, 2023, 9:34am
10
Or you can tell me the link to the system image you downloaded and I can compile it for you.
I decided to add deadsnakes ppa to be able to install libpython3.9
btw that dependency error when caused by python-mraa (because I tried to install these simultaneously)
thanks for willing to help anyways!