Skip to content

Instantly share code, notes, and snippets.

@lstellway
Last active July 19, 2018 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lstellway/d2f6698ff18044c53247890b36fcd0eb to your computer and use it in GitHub Desktop.
Save lstellway/d2f6698ff18044c53247890b36fcd0eb to your computer and use it in GitHub Desktop.
OSX DiskUtility Format
sudo diskutil eraseDisk FAT32 NAME MBRFormat /dev/disk1
Copy Image
sudo dd bs=1m if=/path/to/raspbian.img of=/dev/disk1
Setup
https://www.losant.com/blog/getting-started-with-the-raspberry-pi-zero-w-without-a-monitor
PiZero W does not support 5GHz WiFi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment