Last active
December 19, 2015 17:42
-
-
Save balamaci/9452786 to your computer and use it in GitHub Desktop.
raspberry
This file contains 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
Writting an image to an sdcard: | |
sudo dd bs=4M if=2014-01-07-wheezy-raspbian.img of=/dev/mmcblk0 | |
Backing up an sdcard | |
sudo dd if=/dev/mmcblk0 bs=1M | gzip -c > raspbian-2015-12-19.img.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment