Skip to content

Instantly share code, notes, and snippets.

View miyu4u's full-sized avatar

miyu kim miyu4u

  • Seoul
View GitHub Profile
@miyu4u
miyu4u / fix.sh
Created August 17, 2023 11:48 — forked from koreapyj/fix.sh
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