Re: [Xenomai-help] pthread_setschedparam: Function not implemented

2009-08-13 Thread Charlton, John
Gilles, Here is another piece of the puzzle, my colleague Jay Snyder who is working on the Open Embedded bitbake build for Xenomai found this: I have narrowed the problem down to /usr/xenomai/lib/libpthread_rt.so.1.0.0 I can install the full OE package, and then overwrite this file from the

Re: [Xenomai-help] pthread_setschedparam: Function not implemented

2009-08-13 Thread Gilles Chanteperdrix
Charlton, John wrote: > Gilles, > > Here is another piece of the puzzle, my colleague Jay Snyder who is working > on the Open Embedded bitbake build for Xenomai found this: > >I have narrowed the problem down to > /usr/xenomai/lib/libpthread_rt.so.1.0.0 > > I can install the full OE packag

Re: [Xenomai-help] FW: Peak parallel port dongle rtcan driver

2009-08-13 Thread Wolfgang Grandegger
Hi John, Charlton, John wrote: > To follow up on this, I configured the parallel port for standard mode and > the xeno_can_peak_dng driver works without error so the problem has to do > with the EPP/ECP mode. I would like to use EPP or ECP for performance. And > as indicated below, the xeno_c

Re: [Xenomai-help] FW: Peak parallel port dongle rtcan driver

2009-08-13 Thread Charlton, John
Wolfgang, Thank you for the information and advice. We are currently considering this interface in a custom embedded controller design but based on your recommendations we probably need to reassess that decision. We were intending to use the parallel port through a super io chip on a custom de

Re: [Xenomai-help] pthread_setschedparam: Function not implemented

2009-08-13 Thread Charlton, John
-Original Message- From: Gilles Chanteperdrix [mailto:gilles.chanteperd...@xenomai.org] Sent: Thursday, August 13, 2009 7:32 AM To: Charlton, John Cc: xenomai-help@gna.org Subject: Re: [Xenomai-help] pthread_setschedparam: Function not implemented Ah. So, it is a build issue. Show us t

Re: [Xenomai-help] pthread_setschedparam: Function not implemented

2009-08-13 Thread Gilles Chanteperdrix
Charlton, John wrote: > > > > > > -Original Message- From: Gilles Chanteperdrix > > [mailto:gilles.chanteperd...@xenomai.org] Sent: Thursday, August 13, > > 2009 7:32 AM To: Charlton, John Cc: xenomai-help@gna.org Subject: Re: > > [Xenomai-help] pthread_setschedparam: Function not impleme

Re: [Xenomai-help] pthread_setschedparam: Function not implemented

2009-08-13 Thread Charlton, John
-Original Message- From: Gilles Chanteperdrix [mailto:gilles.chanteperd...@xenomai.org] Sent: Thursday, August 13, 2009 9:17 AM To: Charlton, John Cc: xenomai-help@gna.org Subject: Re: [Xenomai-help] pthread_setschedparam: Function not implemented > > These are the flags passed for "FUL

Re: [Xenomai-help] pthread_setschedparam: Function not implemented

2009-08-13 Thread Gilles Chanteperdrix
Charlton, John wrote: > > > > > > -Original Message- > > From: Gilles Chanteperdrix [mailto:gilles.chanteperd...@xenomai.org] > > Sent: Thursday, August 13, 2009 9:17 AM > > To: Charlton, John > > Cc: xenomai-help@gna.org > > Subject: Re: [Xenomai-help] pthread_setschedparam: Function n

[Xenomai-help] pthread_setschedparam: Resource temporarily unavailable

2009-08-13 Thread Henry Bausley
We are using 2.6.28.8 and xenomai 2.4.7 on a AMCC PowerPC 460EX platform and getting the following message. Xenomai Posix skin init: pthread_setschedparam: Resource temporarily unavailable It takes quite a while for this to happen. The /proc/xenomai/heap value for used keeps increasing. Once t

Re: [Xenomai-help] pthread_setschedparam: Resource temporarily unavailable

2009-08-13 Thread Gilles Chanteperdrix
Henry Bausley wrote: > We are using 2.6.28.8 and xenomai 2.4.7 on a AMCC PowerPC 460EX platform > and getting > the following message. > > Xenomai Posix skin init: pthread_setschedparam: Resource temporarily > unavailable > > > It takes quite a while for this to happen. The /proc/xenomai/heap

Re: [Xenomai-help] ENXIO error with large shared memory

2009-08-13 Thread Henry Bausley
This problems was due to the limits of vmalloc. To increase the limit required changing the PAGE_OFFSET The virtual address space used by vmalloc() is in the range of VMALLOC_START and VMALLOC_END. If CONFIG_HIGMEM is defined while building the kernel (it will be, if the machine has more than 1GB