Radxa Zero - Amlogic 905Y2 - wifi network in librelec

  • 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?

    Edited once, last by frakkin64 (November 19, 2022 at 8:40 PM).