I try to use libreelec 10.85.0 or 11.0 nightly for Amlogic - Radxa zero box but wireless network is not showing.
Can someone activate wifi network on radxa zero and libreelec images ?
I try to use libreelec 10.85.0 or 11.0 nightly for Amlogic - Radxa zero box but wireless network is not showing.
Can someone activate wifi network on radxa zero and libreelec images ?
brcmfmac appears to already configured as a module on the Amlogic kernel. might want to post logs/dmesg output.
CONFIG_BRCMFMAC=m
CONFIG_BRCMFMAC_SDIO=y
It looks like firmware may be missing, this is what Armbian uses:
brcmfmac: F1 signature read @0x18000000=0x15294345
brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43456-sdio for chip BCM4345/9
brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.radxa,zero.bin failed with error -2
brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.radxa,zero.txt failed with error -2
You can pull the brcmfmac43456-sdio* firmware files from https://github.com/armbian/firmware/tree/master/brcm and drop them in
/storage/.config/firmware/brcm
And see what happens. The comment in GitHub suggests the files were contributed to Armbian by LibreELEC, so it might be something in the pipeline.
Edit: BTW, Pretty sure now firmware & module is there. So I think you would need to post dmesg output, or test the latest nightly?
I try to use libreelec 10.85.0 or 11.0 nightly for Amlogic - Radxa zero box but wireless network is not showing.
Tested LE11, based on master. Boots and Wi-Fi is working. Here is a pastekodi, if you want to compare.