Created
January 13, 2015 00:29
-
-
Save vallettea/ecd330b7f57bd1f39840 to your computer and use it in GitHub Desktop.
clone sd card
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo dd if=/dev/rdisk1 bs=1m | gzip > ~/Desktop/pi.gz | |
| gzip -dc ~/Desktop/pi.gz | sudo dd of=/dev/rdisk1 bs=1m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment