I thought the header contained outputs for the UART?  The driver will control 
interfaces for the serial chip, ttyUSB0 probably won't be included in that. 
What type of device are you sending data to over serial?

Greg

  Original Message  
From: pintu.p...@gmail.com
Sent: April 12, 2018 2:26 AM
To: g...@embeddedgreg.com
Cc: lsore...@csclub.uwaterloo.ca; xenomai@xenomai.org
Subject: Re: [Xenomai] How to use rtdm serial driver on beagle bone

Hi,

In BeagleBone there is no direct serial interface available.
However, we use Serial over USB (ttyUSB0) to connect to minicom.
In this case it is possible to use this interface over Xenomai and
check latency improvement?


Thanks,
Pintu



On Wed, Apr 11, 2018 at 7:34 PM, Greg Gallagher <g...@embeddedgreg.com> wrote:
> I think someone tried this with the uart on the PI, the basic steps
> would be (IMHO)
>      -unbind the current uart driver
>      -insert the xeno_16550A driver
>     -fix problems as they arise
>
> If you search the list you should see people who have tried this with
> other platforms in the past.
>
> -Greg
>
> On Wed, Apr 11, 2018 at 9:45 AM, Lennart Sorensen
> <lsore...@csclub.uwaterloo.ca> wrote:
>> On Wed, Apr 11, 2018 at 06:58:45AM -0400, Greg Gallagher wrote:
>>> What serial chip is on the beaglebone? If it's not supported then your best 
>>> bet is to port the Linux driver to rtdm.
>>
>> I believe the normal driver is the 8250_omap.
>>
>> So it is 16550 style, but not 100% the same.
>>
>> --
>> Len Sorensen
_______________________________________________
Xenomai mailing list
Xenomai@xenomai.org
https://xenomai.org/mailman/listinfo/xenomai

Reply via email to