qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] ARM/system mode/stdin


From: Christophe LYON
Subject: Re: [Qemu-devel] ARM/system mode/stdin
Date: Mon, 21 Jun 2010 10:34:55 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.7) Gecko/20100111 Lightning/1.0b1 Thunderbird/3.0.1

On 18.06.2010 18:52, Paul Brook wrote:
$ qemu-system-arm -semihosting -cpu cortex-a9 -nographic -kernel
./input.exe

-nographic implies -monitor stdio -serial stdio. Don't do that if you want to
access stdio via semihosting.


Indeed, using either
-monitor null -serial none -nographic
or
-monitor vc -serial vc -nographic -kernel

achieves what I want. (probably other values too, not sure which is optimal)

Thanks!

Christophe.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]