Skip to content

Instantly share code, notes, and snippets.

@asmega
Last active January 9, 2019 13:06
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 asmega/6acfd2a391ca4927a69b3f5266538af0 to your computer and use it in GitHub Desktop.
Save asmega/6acfd2a391ca4927a69b3f5266538af0 to your computer and use it in GitHub Desktop.
sd card write
diskutil list
# diskutil unmountDisk /dev/diskN
diskutil unmountDisk /dev/disk3
sudo dd bs=1m if=2017-06-21-raspbian-jessie.img of=/dev/rdiskN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment