Because of the scarcity/ horrible prices of RPI boards, I bought one of these to use as a Kodi box.
https://www.robotics.org.za/RAD-PI-ZERO-1GB
It seems very capable and has no problem playing anything I've thrown at it.
However using a mouse with Kodi is not much fun so I would prefer to have a remote. This is what I'm battling with.
I first got a Coreelec image but it is buggy and crashes often, so I am running Armbian with auto login and opening Kodi.
Code:
pi@radxa-zero:~$ uname -a
Linux radxa-zero 5.10.110-meson64 #22.05.1 SMP PREEMPT Sat May 28 07:50:27 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
The Radxa's HDMI supports CEC but it doesn't work. I don't know if it is an Armbian problem or not, but it also didn't work with Coreelec. I tried various guides but I suspect that my television set is the culprit as it doesn't list it in it's CEC menu.
I then connected a IR receiver from my dead RPI to the gpio pin GPIOA15.
Now comes the time to tell the board what I have done and this is where I am stuck.
There doesn't seem to be an overlay for the IR (
https://wiki.radxa.com/Device-tree-overlays ) from Radxa or a .dtb that I could find.
Does anybody have any ideas to either get the CEC or the GPIO method to work?
Edit: Here is the reference page
https://wiki.radxa.com/Zero/hardware , it has the datasheet etc.