Created
October 19, 2015 23:30
-
-
Save stevenvo/ae642d37cb3383146a59 to your computer and use it in GitHub Desktop.
DD raspberry pi image onto SD card
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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