Skip to content

Instantly share code, notes, and snippets.

@nicopace
Created February 24, 2020 03:01
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 nicopace/945cb03f3868c8b249b8b0e446d049cc to your computer and use it in GitHub Desktop.
Save nicopace/945cb03f3868c8b249b8b0e446d049cc to your computer and use it in GitHub Desktop.
Run raspberry pi on qemu emulation
qemu-system-arm -kernel ~/Downloads/kernel-qemu-4.19.50-buster -cpu arm1136-r2 -M versatilepb -dtb ~/Downloads/versatile-pb.dtb -no-reboot -append "root=/dev/sda2 panic=1" -drive format=raw,file=2020-02-23-wiki-lite-qemu.img -nographic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment