Skip to content

Raspberry pi preparing your sd card

danthemellowman edited this page Mar 31, 2013 · 5 revisions

Instructions

If you did not order a preloaded RPi SD card, read this page on instructions for prepairing a RPi SD Card.

Images

OS Specific Setup Tutorials and Apps

From the Command Line OS X

  • run diskutil list to list the disks ** you want to identify the disk not the partition of your SD Card i.e. disk2 not disk2s1
  • run diskutil unmountDisk /dev/<disk# from diskutil>
  • run sudo dd bs=1m if=<your image file>.img of=/dev/<disk# from diskutil> Note:this will take a few minutes
Clone this wiki locally