install a Raspberry Pi Operating System image on an SD card
I used these commands to burn an image onto a Pi2 and it worked !
simon$ df simon$ diskutil umount /dev/disk1s1 simon$ sudo dd if=/Volumes/Untitled/owlBerry-jessie-150116.img of=/dev/disk1 bs=1024m