RE: PICO-PI-IMX7 and Siging In/Um?

WiFi still doesn’t work…

No those are binary files that are “loaded” by the kernel into memory and placed into the WiFI module … They aren’t not meant to be run…

Currently the issue i see is:

debian@arm:~$ dmesg | grep brcm
[   12.908853] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4339-sdio for chip BCM4339/2
[   14.957270] usbcore: registered new interface driver brcmfmac
[   14.995554] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.bin failed with error -2
[   16.043622] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50

Which means the firmware is not being correctly loaded…

Regards,