Skip to content

Commit dbf7832

Browse files
committed
Update README.md
Signed-off-by: Mario Bălănică <[email protected]>
1 parent eff37d1 commit dbf7832

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,20 @@ This has been observed in cases where firmware was present on more than one devi
317317
318318
**Note:** the number of eFuses is limited, thus MAC addresses can only be changed a few times.
319319
320+
### Wi-Fi / Bluetooth not working on mainline Linux
321+
The most likely cause is missing upstream firmware support. Check `dmesg` for messages that indicate firmware load errors.
322+
323+
This can usually be fixed by manually copying the necessary blobs to `/usr/lib/firmware`.
324+
325+
For instance, on Khadas Edge2 with an onboard AP6275P module (BCM/SYN43752):
326+
```bash
327+
sudo wget https://github.com/armbian/firmware/raw/refs/heads/master/brcm/brcmfmac43752-pcie.bin -P /usr/lib/firmware/brcm/
328+
sudo wget https://github.com/armbian/firmware/raw/refs/heads/master/brcm/brcmfmac43752-pcie.clm_blob -P /usr/lib/firmware/brcm/
329+
sudo wget https://github.com/armbian/firmware/raw/refs/heads/master/brcm/brcmfmac43752-pcie.txt -P /usr/lib/firmware/brcm/
330+
sudo wget https://github.com/armbian/firmware/raw/refs/heads/master/brcm/BCM4362A2.hcd -P /usr/lib/firmware/brcm/
331+
```
332+
then reboot.
333+
320334
## Advanced troubleshooting
321335
The firmware will log detailed information to the serial console when using a debug version. See the [release notes](https://github.com/edk2-porting/edk2-rk3588/releases) for details on how to obtain this version.
322336

0 commit comments

Comments
 (0)