UART setting on Leon3
Jiri Gaisler
jiri at gaisler.com
Wed Mar 15 10:13:42 UTC 2006
The leon3 bsp does not support to configure the UART with
the termios interface. You can either add this support in
rtems-4.6.5/c/src/lib/libbsp/sparc/leon3/console/console.c,
or let your application write to the UART registers directly.
The last option is not exactly 'clean', but will work without
having to modify and re-compile the kernel.
Jiri.
Luca Germano wrote:
> Hi I'm using RTEMS on Leon3 and I'm interested in the communication
> between Linux PC and Leon3 on UART port. Rtems mapps all standard I\O on
> UART port of Leon3. I would like to know if it is possible to change the
> setting of the Leon3 UART port and how to change it. For default it
> seems to be setted to 38400, 8 bit, no parity, no HW flow control, no SW
> flow control.
> Thanks to all.
>
>
> .
>
More information about the users
mailing list