Hi,
Like the title says the UART overlays are not working on the armbian radxa zero device if I use the official out-of-the-box image.
Using the armbian-config I can enable UART A and B but these changes do not reflect in the /dev/tty devices (using other distros is can see /dev/ttyAML0, /dev/ttyAML1 and /dev/ttyAML4). Unless the devices are called something else i confirm that the overlays are not working.
That being said I want to recompile a armbian image with the correct overlays but I am a complete noob.
Here is my plan :
i successfully compiled a minimal cli armbian image for the radxa zero without any modification (whooohoo)
i found the overlays from the official radxa github (whooohoo) : https://github.com/radxa/overlays/blob/main/arch/arm64/boot/dts/amlogic/overlays/README.overlays
Now i want to include these overlays in the armbian project so that they can be compiled in the image.
Reading the documentation i think that i need to include these files somewhere in the package directory:
or somewhere in the config directory
I also think I need to include some compiling instructions.
I feel like I'm so close but at the same time, I feel like I'm so far.
Any direction is very much appreciated.
Thank you
ps the board is officially supported but I can't find the appropriate topic.