Hi
I am using this latest debian bookworm cli rockpi-s image from https://github.com/radxa-build/rock-pi-s/releases/tag/b40
I have installed libmraa2, libmraa-dev and mraa-tools.
then why mraa-gpio list shows No pins
Also not able to install python3-mraa.
What am I missing here?
Can someone here guide please?
Update : I was able to build mraa from source somehow from steps mentioned in https://wiki.radxa.com/Mraa
Still I am having the error while enabling pwm or even with gpio
Sep 03 19:09:44 rock-pi-s libmraa[544]: libmraa version v2.1.0-26-gd59936f initialised by user 'root' with EUID 0
Sep 03 19:09:44 rock-pi-s libmraa[544]: gpio: platform doesn't support chardev, falling back to sysfs
Sep 03 19:09:44 rock-pi-s libmraa[544]: libmraa initialised for platform 'Radxa ROCK Pi S' of type 25
Sep 03 19:09:45 rock-pi-s libmraa[544]: pwm_init: pwm0. Failed to open export for writing: No such file or directory
Sep 03 19:11:22 rock-pi-s libmraa[11145]: libmraa version v2.1.0-26-gd59936f initialised by user 'root' with EUID 0
Sep 03 19:11:22 rock-pi-s libmraa[11145]: gpio: platform doesn't support chardev, falling back to sysfs
Sep 03 19:11:22 rock-pi-s libmraa[11145]: libmraa initialised for platform 'Radxa ROCK Pi S' of type 25
Sep 03 19:11:30 rock-pi-s libmraa[11145]: gpio79: init: Failed to open 'export' for writing: No such file or directory
How to fix this?
This is so irritating just having something basic like GPIO to work on rock pi.
The oldest image available on wiki downloads works fine with mraa but has very outdated kernel.
How to fix this error in the new images?
Please help. Why do these new images are released on github if they don’t support these functionalities.