- Insert SD card to mac
- In disk utility, or from command line, unmount the SD card disk
- Format the disk as FAT
- Install
ddrescue
, a better version ofdd
:brew install ddrescue
- Locate the raw disk that is used for the SD card, on my laptop, it's
/dev/rdisk2
- Write your boot image to the SD card:
sudo ddrescue -v --force boot-image-of-choice.img /dev/rdisk2
Last active
February 9, 2018 18:40
-
-
Save atheken/94252e8f51f2162ba1ef695f4ec098df to your computer and use it in GitHub Desktop.
Writing Images for Raspberry Pi SD Cards (mac os)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment