Skip to content

Instantly share code, notes, and snippets.

@stevenvo
Created October 19, 2015 23:30
Show Gist options
  • Save stevenvo/ae642d37cb3383146a59 to your computer and use it in GitHub Desktop.
Save stevenvo/ae642d37cb3383146a59 to your computer and use it in GitHub Desktop.
DD raspberry pi image onto SD card
diskUtil unmountDisk /dev/disk2
sudo dd bs=1m if=2015-01-31-raspbian_x300.img of=/dev/rdisk2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment