Skip to content

Instantly share code, notes, and snippets.

@zhreshold
Last active November 22, 2019 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhreshold/52f00f0105e5ce85313b6510c20429ab to your computer and use it in GitHub Desktop.
Save zhreshold/52f00f0105e5ce85313b6510c20429ab to your computer and use it in GitHub Desktop.
Clone Raspberry Pi SD Card
# brew install coreutils, gdd has progress option
sudo gdd if=/dev/rdisk3 of=pi4.dmg status=progress bs=4M
# brew install coreutils, gdd has progress option
diskutil unmountDisk disk3
sudo gdd if=pi4.dmg of=/dev/rdisk3 status=progress bs=4M conv=sync,noerror
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment