Last active
July 19, 2018 07:33
-
-
Save lstellway/d2f6698ff18044c53247890b36fcd0eb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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