3
1
It seems that the terminal does not recognise CTRL+ALT+2 when typed, so I don't know how to quit the QEMU emulation, or switch to the QEMU control panel.
I am running Mac OSX Lion, and I type
$ qemu-system-arm -M verdex -pflash flash.img -nographic -sd sdcard.img
to start QEMU emulation of an ARM system in the Terminal. I learned from this site that typing CTRL+ALT+2 should work, but the only thing that happens to me, is that a "2" is printed on the command line of the virtual operating system. Any ideas on what could be wrong? Is this a Mac specific issue? (The same problem occurs in both terminal.app and iTerm2)
http://stackoverflow.com/questions/14165158/how-to-switch-to-qemu-monitor-console-when-running-with-curses – Ciro Santilli 新疆改造中心法轮功六四事件 – 2017-05-22T05:57:29.780
The whole Qemu monitor Ctrl-Alt-2 thing only works in some environments. But using the Telnet-based monitor works on more platforms. Count on that and you should be able to make it serve you well. – TOOGAM – 2018-04-11T12:50:23.950