Emulating Raspberry Pi on MS Windows 10 (2019)


Follow the instruction from

Required files (of course an QEMU/qemu-w64-setup-20190815.exe)

Some modification have been done

  1. Script to run

    qemu-system-arm -kernel kernel-qemu-4.19.50-buster -cpu arm1176 -m 256 -M versatilepb -dtb versatile-pb.dtb -serial stdio -append "root=/dev/sda2 panic=1 rootfstype=ext4 rw" -drive "file="2019-09-26-raspbian-buster.img",index=0,media=disk,format=raw" -no-reboot -nic user,hostfwd=tcp::5902-:5900,hostfwd=tcp::2222-:22

  2. The prompt (for RPi) will ask for login. We can login :).
  3. To enable ssh (then we can ssh "pi@127.0.0.1:2222"),

    sudo service ssh start

  4. Run "sudo raspi-config" for permanent setting. For me,
  5. GUI Not success yet

Updated on Saturday, 28-Dec-2019 21:12:57 +07
Back to the Homepage of Kittiphan Techakittiroj.