Skip to content

Instantly share code, notes, and snippets.

@balamaci
Last active December 19, 2015 17:42
Show Gist options
  • Save balamaci/9452786 to your computer and use it in GitHub Desktop.
Save balamaci/9452786 to your computer and use it in GitHub Desktop.
raspberry
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