Install RPI Image on SD Card

macOS

diskutil list
diskutil eraseDisk FAT32 {newSDName} /dev/diskn
diskutil unmountDisk /dev/diskn
sudo dd bs=1m if={name.img} of=/dev/diskn conv=sync
Commands to find, wipe, unmount, and load a new image onto an SD Card.