Skip to content

Instantly share code, notes, and snippets.

@probonopd
Last active August 29, 2015 13:57
Show Gist options
  • Save probonopd/9861211 to your computer and use it in GitHub Desktop.
Save probonopd/9861211 to your computer and use it in GitHub Desktop.
Fast dd SD card flashing on Mac
# Flash FAST (9 MB/sec with SanDisk Class 10 16 GB card; roughly 8 minutes for 4 GB)
sudo dd if=$FILE of=/dev/rdiskX bs=1m
# Check the status
# Run on second terminal
while pgrep ^dd; do pkill -INFO dd; sleep 10; done
# Or, use this GUI
http://www.gingerbeardman.com/dd-gui/dd-gui-021.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment