Re: RTEMS on QEMU with virtual serial device

2014-10-01 Thread Joel Sherrill
On 10/1/2014 7:42 AM, Мороз Олег wrote: > I think thats all that i've changed. But a can send it as patch if you > can say me how do it. http://wiki.rtems.org/wiki/index.php/Git_Users has instructions on simple branches and submitting a patch. Hopefully it is enough. > > On 01.10.2014 16:40, Se

Re: RTEMS on QEMU with virtual serial device

2014-10-01 Thread Мороз Олег
I think thats all that i've changed. But a can send it as patch if you can say me how do it. On 01.10.2014 16:40, Sebastian Huber wrote: On 01/10/14 14:35, Мороз Олег wrote: I've solved my problem using code changes diff --git a/c/src/lib/libbsp/i386/shared/comm/uart.c b/c/src/lib/libbsp/i38

Re: RTEMS on QEMU with virtual serial device

2014-10-01 Thread Sebastian Huber
On 01/10/14 14:35, Мороз Олег wrote: I've solved my problem using code changes diff --git a/c/src/lib/libbsp/i386/shared/comm/uart.c b/c/src/lib/libbsp/i386/shared/comm/uart.c index 3c4d42a..3552fe6 100644 --- a/c/src/lib/libbsp/i386/shared/comm/uart.c +++ b/c/src/lib/libbsp/i386/shared/comm

Re: RTEMS on QEMU with virtual serial device

2014-10-01 Thread Мороз Олег
I've solved my problem using code changes diff --git a/c/src/lib/libbsp/i386/shared/comm/uart.c b/c/src/lib/libbsp/i386/shared/comm/uart.c index 3c4d42a..3552fe6 100644 --- a/c/src/lib/libbsp/i386/shared/comm/uart.c +++ b/c/src/lib/libbsp/i386/shared/comm/uart.c @@ -568,12 +568,13 @@ BSP_u

Re: RTEMS on QEMU with virtual serial device

2014-09-28 Thread Wendell Silva
Have you tried: qemu-system-i386 -serial file:/tmp/1.txt -serial file:/tmp/2.txt -kernel ... Or open ttyS1 instead? --Wendell. 2014-09-28 4:52 GMT-03:00 Олег Мороз : > Hello everyone, i'm trying to develop RTEMS app using QEMU VM. How can i > use virtual serial device for two side data excha

RTEMS on QEMU with virtual serial device

2014-09-28 Thread Олег Мороз
Hello everyone, i'm trying to develop RTEMS app using QEMU VM. How can i use virtual serial device for two side data exchange between VM and host machine. I'm trying to use it in that way: #include /* for device driver prototypes */ #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20 #defin