Skip to content

Instantly share code, notes, and snippets.

@macmladen
Created December 13, 2012 12:16
Show Gist options
  • Save macmladen/4276026 to your computer and use it in GitHub Desktop.
Save macmladen/4276026 to your computer and use it in GitHub Desktop.
RaspberryPi SD card creation
diskutil list
sudo diskutil unmount /dev/disk1s1
sudo dd bs=1m if=2012-10-28-wheezy-raspbian.img of=/dev/rdisk1
sudo diskutil eject /dev/rdisk1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment