All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] ARM
@ 2010-02-10 10:13 Gideon Spreeth
  2010-02-10 10:28 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: Gideon Spreeth @ 2010-02-10 10:13 UTC (permalink / raw)
  To: xenomai

[-- Attachment #1: Type: text/plain, Size: 754 bytes --]

Hi there,

 

I am using a AT91SAM9260-ek board to develop a multiplexing card. I built
Angstrom linux with kernel 2.6.27 and also built in Xenomai 2.4.91 (2.5
rc2). Xenomai features works ok, but I have a problem with the Xenomai uart
driver.. The xeno_16550A serial driver is not compatible with the ARM uarts
and I cant seem to find a compatible one except for writing my own. Also
linux app like setserial, does not work correctly, I also think as it does
not have support for Atmel serial. So the standard solution of killing
serial driver with setserial and then modprobe xeno_16550A does not work..

 

Does anyone have a xenomai serial driver for ARM? Any other help you might
give will be much appreciated..

Thanx

 

Gideon Spreeth

 

DCOMt


[-- Attachment #2: Type: text/html, Size: 2995 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai-help] ARM
  2010-02-10 10:13 [Xenomai-help] ARM Gideon Spreeth
@ 2010-02-10 10:28 ` Gilles Chanteperdrix
  2010-02-10 10:32   ` Gilles Chanteperdrix
  2010-02-10 11:45   ` Gideon Spreeth
  0 siblings, 2 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-10 10:28 UTC (permalink / raw)
  To: Gideon Spreeth; +Cc: xenomai

Gideon Spreeth wrote:
> Hi there,
> 
>  
> 
> I am using a AT91SAM9260-ek board to develop a multiplexing card. I built
> Angstrom linux with kernel 2.6.27 and also built in Xenomai 2.4.91 (2.5
> rc2). Xenomai features works ok, but I have a problem with the Xenomai uart
> driver.. The xeno_16550A serial driver is not compatible with the ARM uarts
> and I cant seem to find a compatible one except for writing my own. Also
> linux app like setserial, does not work correctly, I also think as it does
> not have support for Atmel serial. So the standard solution of killing
> serial driver with setserial and then modprobe xeno_16550A does not work..

If setserial does not work with the Linux serial driver, it is not
Xenomai's fault, you are asking the wrong list.

> 
>  
> 
> Does anyone have a xenomai serial driver for ARM? Any other help you might
> give will be much appreciated..

Each ARM SoC has its own serial driver. There is a driver for the IMX
SoCs family floating on the mailing list (not yet merged in Xenomai
sources), but not for AT91. I am afraid you will have to write the
serial driver for AT91. If you do that, we will be happy to include it
in Xenomai sources distribution.


-- 
					    Gilles.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai-help] ARM
  2010-02-10 10:28 ` Gilles Chanteperdrix
@ 2010-02-10 10:32   ` Gilles Chanteperdrix
  2010-02-10 11:45   ` Gideon Spreeth
  1 sibling, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2010-02-10 10:32 UTC (permalink / raw)
  To: Gideon Spreeth; +Cc: xenomai

Gilles Chanteperdrix wrote:
> Gideon Spreeth wrote:
>> Hi there,
>>
>>  
>>
>> I am using a AT91SAM9260-ek board to develop a multiplexing card. I built
>> Angstrom linux with kernel 2.6.27 and also built in Xenomai 2.4.91 (2.5
>> rc2).

Xenomai 2.5 was released, so please upgrade to Xenomai 2.5.1.

-- 
					    Gilles.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Xenomai-help] ARM
  2010-02-10 10:28 ` Gilles Chanteperdrix
  2010-02-10 10:32   ` Gilles Chanteperdrix
@ 2010-02-10 11:45   ` Gideon Spreeth
  1 sibling, 0 replies; 4+ messages in thread
From: Gideon Spreeth @ 2010-02-10 11:45 UTC (permalink / raw)
  To: xenomai



> -----Original Message-----
> From: Gilles Chanteperdrix [mailto:gilles.chanteperdrix@xenomai.org]
> Sent: Wednesday, February 10, 2010 12:29 PM
> To: Gideon Spreeth
> Cc: xenomai@xenomai.org
> Subject: Re: [Xenomai-help] ARM
> 
> Gideon Spreeth wrote:
> > Hi there,
> >
> >
> >
> > I am using a AT91SAM9260-ek board to develop a multiplexing card. I
> built
> > Angstrom linux with kernel 2.6.27 and also built in Xenomai 2.4.91 (2.5
> > rc2). Xenomai features works ok, but I have a problem with the Xenomai
> uart
> > driver.. The xeno_16550A serial driver is not compatible with the ARM
> uarts
> > and I cant seem to find a compatible one except for writing my own. Also
> > linux app like setserial, does not work correctly, I also think as it
> does
> > not have support for Atmel serial. So the standard solution of killing
> > serial driver with setserial and then modprobe xeno_16550A does not
> work..
> 
> If setserial does not work with the Linux serial driver, it is not
> Xenomai's fault, you are asking the wrong list.
[Gideon Spreeth] 
I know, just stating that there isn't really support...
> 
> >
> >
> >
> > Does anyone have a xenomai serial driver for ARM? Any other help you
> might
> > give will be much appreciated..
> 
> Each ARM SoC has its own serial driver. There is a driver for the IMX
> SoCs family floating on the mailing list (not yet merged in Xenomai
> sources), but not for AT91. I am afraid you will have to write the
> serial driver for AT91. If you do that, we will be happy to include it
> in Xenomai sources distribution.


 [Gideon Spreeth] 
Thank you, but is there no one around here that's working on it or know of a
driver? would have preferred not to waste time on this if someone already
did it. If not, then I'll probably get going and let you know when I have
something working..

Thanx..
> 
> 
> --
> 					    Gilles.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-10 11:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-10 10:13 [Xenomai-help] ARM Gideon Spreeth
2010-02-10 10:28 ` Gilles Chanteperdrix
2010-02-10 10:32   ` Gilles Chanteperdrix
2010-02-10 11:45   ` Gideon Spreeth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.