qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu -nographics option
@ 2016-06-11 14:22 David Craven
  2016-06-11 19:52 ` mar.krzeminski
  0 siblings, 1 reply; 3+ messages in thread
From: David Craven @ 2016-06-11 14:22 UTC (permalink / raw)
  To: qemu-devel

Hello qemu devs,

I previously asked this question on stack overflow but didn't get an
answer, so I thought I'd ask here:

Stdio doesn't show in qemu with the -nographic option.
This is my qemu invocation. It prints hello world when
using `-serial stdio` but only displays kernel output when
using `-nographic`. (From the docs I gather these two are
mutually exclusive options)

```
    qemu-system-arm \
        -kernel zImage \
        -append "\
            console=ttyAMA0,115200 console=tty highres=off console=ttyS0 \
            rdinit=/bin/static-hello \
            panic=1" \
        -initrd rootfs.cpio.gz \
        -dtb vexpress-v2p-ca9.dtb \
        -M vexpress-a9 \
        -m 512 \
        -nographic \
        -no-reboot
```

How do I get this to work with the `-nographic` option?

David

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-11 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-11 14:22 [Qemu-devel] qemu -nographics option David Craven
2016-06-11 19:52 ` mar.krzeminski
2016-06-11 20:37   ` David Craven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).