Hello, I am trying QEMU for the first time. I am trying to emulate a ARM machine using qemu-system-arm.
But when I executed this command, $ qemu-system-arm -M versatilepb -kernel zImage.integrator -initrd arm_root.img -serial "/dev/ttyS0" -display sdl QEMU window opens up, but I am getting this error *"Guest has not initialized the display yet"* I had enabled -sdl option while configuring qemu, but I am still getting that error. Could someone help me resolve this.Attaching some screenshots for reference. My host machine is a x86 Machine running Ubuntu 14.04 LTS. Thanks Anand