Skip to content

Instantly share code, notes, and snippets.

@zalun
Created September 17, 2016 14:03
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 zalun/fc98d549cd57b01174ef8013b7d86390 to your computer and use it in GitHub Desktop.
Save zalun/fc98d549cd57b01174ef8013b7d86390 to your computer and use it in GitHub Desktop.
write image to SD
diskutil list
diskutil unmount (/dev/disk2s1)
dd if=(image) of=(/dev/disk2) bs=1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment