Skip to content

Instantly share code, notes, and snippets.

@koreapyj
Created August 10, 2023 19:47
Show Gist options
  • Save koreapyj/6e42dfd6c2fc30f5f302b54b182eaae3 to your computer and use it in GitHub Desktop.
Save koreapyj/6e42dfd6c2fc30f5f302b54b182eaae3 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