Created
February 24, 2020 03:01
-
-
Save nicopace/945cb03f3868c8b249b8b0e446d049cc to your computer and use it in GitHub Desktop.
Run raspberry pi on qemu emulation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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