Skip to content

Instantly share code, notes, and snippets.

@rjcorwin
Forked from treehouse-su/cloneRPI.sh
Last active August 29, 2015 13:59
Show Gist options
  • Save rjcorwin/10666212 to your computer and use it in GitHub Desktop.
Save rjcorwin/10666212 to your computer and use it in GitHub Desktop.
#copy your ssh key to root@raspberrypi
ssh [email protected] 'aptitude install screen iotop'
ssh [email protected] 'screen -d -m -S clone'
ssh [email protected] 'echo u > /proc/sysrq-trigger'
ssh [email protected] 'screen -x clone'
dd if=/dev/mmcblk0 bs=1M of=/dev/sda
#detach with "CRTL-a d"
iotop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment