Skip to content

Instantly share code, notes, and snippets.

@miyu4u
Forked from koreapyj/fix.sh
Created August 17, 2023 11:48
Show Gist options
  • Save miyu4u/7d1260ca1bf951506e66f500e81ee482 to your computer and use it in GitHub Desktop.
Save miyu4u/7d1260ca1bf951506e66f500e81ee482 to your computer and use it in GitHub Desktop.
Fix PiKVM WiFi malfunction issues on Raspberry Pi Zero 2 W
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