Skip to content

Instantly share code, notes, and snippets.

@ericfourrier
Last active January 23, 2016 23:55
Show Gist options
  • Save ericfourrier/3330336f9e8420b1d68e to your computer and use it in GitHub Desktop.
Save ericfourrier/3330336f9e8420b1d68e to your computer and use it in GitHub Desktop.
# unmount card on mac
diskutil unmount /dev/disk2s1
# copy data
sudo dd bs=4m if=2015-11-21-raspbian-jessie.img of=/dev/rdisk2 # 2 is the number of the volume, put your own path after if
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment