-
-
Save miyu4u/7d1260ca1bf951506e66f500e81ee482 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