Skip to content

Instantly share code, notes, and snippets.

@yyolk
Created November 20, 2012 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yyolk/4116520 to your computer and use it in GitHub Desktop.
Save yyolk/4116520 to your computer and use it in GitHub Desktop.
start rpi emu
qemu-system-arm -kernel kernel-qemu -cpu arm1176 -m 256 -M versatilepb -no-reboot -serial stdio -append "root=/dev/sda2 panic=1" -hda 2012-10-28-wheezy-raspbian.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment