Skip to content

Instantly share code, notes, and snippets.

@schnell18
Created April 2, 2014 14:18
Show Gist options
  • Save schnell18/9935094 to your computer and use it in GitHub Desktop.
Save schnell18/9935094 to your computer and use it in GitHub Desktop.
Setup Raspberry Pi SD card on MacOS X
diskutil list
diskutil unmountDisk /dev/<disk# from diskutil>
sudo dd bs=1m if=<your image file>.img of=/dev/<disk# from diskutil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment