geerlingguy / diet-raspbian

DEPRECATED - Trim the fat from the default Raspbian image.
http://files.midwesternmac.com/#raspberry-pi-images
34 stars 6 forks source link

Document how to clone diet-raspbian image to more microSD cards #2

Closed geerlingguy closed 9 years ago

geerlingguy commented 9 years ago

How to pop the trim microSD card into a Mac, build an image from it, and compress that image, then clone that image to new cards with dd.

geerlingguy commented 9 years ago
  1. Pop the microSD card into your Mac's card reader.
  2. Locate the card: $ diskutil list (should be something like /dev/disk3).
  3. Make an image of the card: $ sudo dd if=/dev/disk3 of=~/Desktop/diet-raspbian.dmg

TODO: