hello
i configure qemu on windows using mingw and msys , and im trying to run it
so i use kernel zimage and a file system working perfectly on ubuntu
this is the command

export DTB="-dtb /vexpress-v2p-ca9.dtb"

./arm-softmmu/qemu-system-arm -M vexpress-a9 -kernel /zImage -initrd
/rootfs_affiche.img -append "root=/dev/mmcblk0 rw physmap.enabled=0
console=ttyAMA0  rdinit=/sbin/init " -serial stdio $DTB -cpu cortex-a9
each time i run this command , windows display a window msg  " qemu machine
emulators and tools stop working " and prevent qemu to run

any suggestion please
[image: Inline image 1]

Reply via email to