Skip to content

Instantly share code, notes, and snippets.

@shiroyuki
Created February 7, 2013 02:43
Show Gist options
  • Select an option

  • Save shiroyuki/4727981 to your computer and use it in GitHub Desktop.

Select an option

Save shiroyuki/4727981 to your computer and use it in GitHub Desktop.
Raspberry Pi Setup Procedure
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