forked from openframeworks/openFrameworks
-
Notifications
You must be signed in to change notification settings - Fork 11
Raspberry pi preparing your sd card
danthemellowman edited this page Mar 31, 2013
·
5 revisions
- download through: http://www.raspberrypi.org/downloads
- distribution info: http://elinux.org/RPi_Distributions
- mac: RPi-sd card builder or RasPiWrite
- win: instructions
- linux: instructions
- cross: BerryBoot
- 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