I’m trying to build some custom build custom rootfs for radxa zero 3w board and I have issues with making wifi work. So can somebody answer several questions about this board and wifi module on it:
- How can I understand which wifi module installed on my board? It seems that there is at least two options:
aic8800ds2
andap6212
with different dtb. - Am I right that correct driver for both of them is
bcmdhd
which source code are located here? - It seems that I cannot find correct image in https://github.com/radxa-build/radxa-zero3/releases that will boot from SD card and will have wifi module working. b3 version boots but I there is no wlan devices after boot. b5 & b6 versions simply does not boots. I’ve didn’t tried to boot b4 version yet. Maybe someone knows the image version that 100% working with zero 3w version of board?
Thanks in advance.