|
From: | FRNC RAMS |
Subject: | [Qemu-discuss] Serial ports config |
Date: | Thu, 6 Jun 2013 18:24:03 -0400 |
Im running an Linux Image (kernel 3.2.8) for beagleboard-xm on QEMU's 1.4.0 emulator. What I want to do is to have a communication between guest and host across serial the 4 differents ttyO present on the guest. QEMU offer facilities to redirect the trafic to some device in the host side. My problem goes like this: At the guest kernel boot Im able to see that my UART where enabled
In fact when I go see in to /proc/tty/driver and I do a cat on OMAP-SERIAL Im able to see this serinfo:1.0 driver revision:
I know that ttyO2 is working because my console is been redirected to it. The thing is that doing a set serial on any of the ttyO I get the following message:
The same goes with ttyO2. I tryed to set some sethings to any of the ttyO with setserial but I always get the same message:
basicly I want to establish a serial communication between a guest and a host, but the serial ports on the guest side aren't well configured. Any Idea on how to solve this? |
[Prev in Thread] | Current Thread | [Next in Thread] |