Difference between revisions of "SD Card Restore - Raspberry Pi"

From ETCwiki
Jump to navigationJump to search
 
(No difference)

Latest revision as of 18:08, 25 September 2013

This will take the image you made using our guide to make a SD card backup and restore it to any SD card of the same size (sometimes works with diff sizes but cant guarantee).

  • Put the SD card from the pi into your main linux PC
  • Replace any /dev/sdc with your memory card
umount /dev/sdc1
umount /dev/sdc2
dd if=~/rpifull.img bs=1M of=/dev/sdc