This how to shows how to flash an OS image onto an SD card to use on a Raspberry PI, using a Mac (OSX)
1 2 3 |
df sudo diskutil umount /dev/disk1s1 sudo dd if=~/Downloads/2015-02-16-raspbian-wheezy.img of=/dev/disk1 bs=1m |
First shows you the mount point
Second unmounts the storage
Third disk dumps it onto the SD card