[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] what type of serial does qemu support ?
From: |
Paul Brook |
Subject: |
Re: [Qemu-devel] what type of serial does qemu support ? |
Date: |
Wed, 2 May 2007 15:53:15 +0100 |
User-agent: |
KMail/1.9.6 |
On Wednesday 02 May 2007, tang peilei wrote:
> i hope to use qemu's serial, the qemu is qemu-system-arm, and the os
> is linux.
> but i found i can not get a serial console, i think the problem may be in
> the serial's driver code of linux, so who knows what type of serial in qemu
> ?? 8250 ?? or who knows what kernel config is need to support qemu's serial
> in linux2.6.
As the qemu documentation clearly states, the arm
integrator/versatile/realview boards have PL011 serial ports.
Use console=ttyAMA0. The arm-test image on the qemu website includes a kernel
config.
Paul