Skip to content

Instantly share code, notes, and snippets.

@jiak94
Created February 24, 2016 00:00
Show Gist options
  • Save jiak94/f2b68422f0107de1bbdd to your computer and use it in GitHub Desktop.
Save jiak94/f2b68422f0107de1bbdd to your computer and use it in GitHub Desktop.
Start QEMU Debian ARM
qemu-system-arm -M versatileab -kernel ./boot/vmlinuz-3.2.0-4-versatile -initrd ./boot/initrd.img-3.2.0-4-versatile -hda debian.img -m 1024 -append "root=/dev/sda1" -redir tcp:2222::22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment