Created
February 7, 2013 02:43
-
-
Save shiroyuki/4727981 to your computer and use it in GitHub Desktop.
Raspberry Pi Setup Procedure
This file contains hidden or 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
| export RPI_IMAGE=/Volumes/Sonata/Terminal/2012-12-16-wheezy-raspbian.img | |
| # Procedure for MacBook Air 13" (Mac OS X 10.8.x) with External HDD | |
| # /dev/disk3s1 is the partition mounted for the SD card. | |
| # /dev/rdisk3 is the actual device block for the SD card. | |
| sudo diskutil unmount /dev/disk3s1 | |
| sudo dd bs=1m if=/Volumes/Sonata/Terminal/2012-12-16-wheezy-raspbian.img of=/dev/rdisk3 | |
| sudo diskutil eject /dev/rdisk3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment