Created
August 10, 2023 19:47
-
-
Save koreapyj/6e42dfd6c2fc30f5f302b54b182eaae3 to your computer and use it in GitHub Desktop.
Fix PiKVM WiFi malfunction issues on Raspberry Pi Zero 2 W
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rw | |
cd /lib/firmware/brcm | |
ln -s ../cypress/cyfmac43430-sdio.bin brcmfmac43436s-sdio.raspberrypi,model-zero-2-w.bin | |
ln -s ../cypress/cyfmac43430-sdio.clm_blob brcmfmac43436s-sdio.raspberrypi,model-zero-2-w.clm_blob | |
ln -s brcmfmac43430-sdio.raspberrypi,3-model-b.txt brcmfmac43436s-sdio.raspberrypi,model-zero-2-w.txt | |
ro | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment