Felix Frey
2018-09-05 14:48:15 UTC
Hi,
I want to do realtime serial communication over a UART. So I first tried
the rtai_serial module. This perfectly works with the legacy iomapped UART.
However, my UART are memory mapped and I think the rtai_serial module doesn't
support it.
So I tried the rtai_16550A module based on the RTDM layer. It doesn't work
with the legacy UART.
I tried the example 'test' from the directory rtdm in the showroom. It seems
the driver doesn't find the UART and there's something wrong with parameters.
I get the error messages below:
rtai_16550A: unknown parameter 'ioaddr' ignored
hello_world_lxrt: error in rt_dev_open()
So my questions are:
-is the rtdm and rtai_16550A uptodate and known as working in RTAI 5.1?
-is the rtai_16550A driver the right solution for memory mapped UART?
-what are the right params to the rtai_16550A?
Any help is appreciated.
Felix
I want to do realtime serial communication over a UART. So I first tried
the rtai_serial module. This perfectly works with the legacy iomapped UART.
However, my UART are memory mapped and I think the rtai_serial module doesn't
support it.
So I tried the rtai_16550A module based on the RTDM layer. It doesn't work
with the legacy UART.
I tried the example 'test' from the directory rtdm in the showroom. It seems
the driver doesn't find the UART and there's something wrong with parameters.
I get the error messages below:
rtai_16550A: unknown parameter 'ioaddr' ignored
hello_world_lxrt: error in rt_dev_open()
So my questions are:
-is the rtdm and rtai_16550A uptodate and known as working in RTAI 5.1?
-is the rtai_16550A driver the right solution for memory mapped UART?
-what are the right params to the rtai_16550A?
Any help is appreciated.
Felix