[Xenomai-help] Arm922T - Micrel KSZ8695P

2012-02-03 Thread Glen Wernersbach
Hi All, Just wondering if anyone has ever successfully use RTAI on a Arm922T type chip? Or have an idea on how hard to port. Glen -- Glen Wernersbach President CTO Jetsoft Development Co. 629 Old St Rt. 74 ­ Suite 210 Cincinnati, Oh 45244 Custom Programming Web Site: www.jetsoftdev.com

[Xenomai-help] AT91SAM9G20 latency

2012-03-18 Thread Glen Wernersbach
Hi All, Just checking if to a avg latency of 67us is about normal for the AT91SAMG20 SOC on Linux 2.6.29? Also, does it matter if the Preemtive Kernel (Experimental) is clicked or not? Glen -- Glen Wernersbach President CTO Jetsoft Development Co. 629 Old St Rt. 74 ­ Suite 210 Cincinnati, Oh

[Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-20 Thread Glen Wernersbach
/synch.c:689:4: error: implicit declaration of function 'xnshadow_send_sig' I had to go in and make the code for that option be for it always false. Glen -- Glen Wernersbach President CTO Jetsoft Development Co. 629 Old St Rt. 74 ­ Suite 210 Cincinnati, Oh 45244 Custom Programming Web Site

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-20 Thread Glen Wernersbach
, Glen Wernersbach wrote: I don't think this is it directly. This program was made on the same kernel prior to patching it with Xeno. It should still run like any other linux program. - what does program not working mean in your case? Any errno return we could interpret? Any strace output

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-20 Thread Glen Wernersbach
Working on the Strace. I don't have the /proc/xenomai/hal file?? Again. Nothing I am running is xeno. Its just a xeno patched kernel. On 3/20/12 10:31 AM, Philippe Gerum r...@xenomai.org wrote: On 03/20/2012 03:17 PM, Philippe Gerum wrote: On 03/20/2012 03:07 PM, Glen Wernersbach wrote

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-20 Thread Glen Wernersbach
Ipipe version: 1.13-05 Yes, I do have the co kernel and interrupt pipeline enabled On 3/20/12 10:47 AM, Philippe Gerum r...@xenomai.org wrote: On 03/20/2012 03:34 PM, Glen Wernersbach wrote: Working on the Strace. I don't have the /proc/xenomai/hal file?? /proc/ipipe/version

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-20 Thread Glen Wernersbach
As far as I can tell, no kernel messages what so ever. On 3/20/12 10:50 AM, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: On 03/20/2012 02:28 PM, Glen Wernersbach wrote: Hi All, I install Xenomai 2.6.0 on AT91SAM9G20 system and have found that when

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-20 Thread Glen Wernersbach
My arm embedded system is set for 2.6.29 so I think I have to use that patch. It was the latest one for that version. On 3/20/12 11:12 AM, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: On 03/20/2012 03:53 PM, Glen Wernersbach wrote: Ipipe version: 1.13-05

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-20 Thread Glen Wernersbach
Gerum r...@xenomai.org wrote: On 03/20/2012 03:53 PM, Glen Wernersbach wrote: Ipipe version: 1.13-05 Yes, I do have the co kernel and interrupt pipeline enabled ldd your-serial-app ? On 3/20/12 10:47 AM, Philippe Gerumr...@xenomai.org wrote: On 03/20/2012 03:34 PM, Glen

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-20 Thread Glen Wernersbach
I don't get any error from anything. I just don't get anything back from the read command. This is how the program behaved without the tcsetaddr command previously. On 3/20/12 12:22 PM, Philippe Gerum r...@xenomai.org wrote: On 03/20/2012 03:07 PM, Glen Wernersbach wrote: I went through

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-20 Thread Glen Wernersbach
I added an error check. Passed. Just sent driver code. -- Glen Wernersbach President CTO Jetsoft Development Co 629 Old St. Rt. 74 - Suite 210 Cincinnati Ohio 45244 Custom Programming Web Site: www.JetsoftDev.com Retail Product Web Site: www.ScanHelp.com Phone: 513-528-6660 Fax: 513-528-3470

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-20 Thread Glen Wernersbach
I know that there are some compile bugs if you turn off CONFIG_XENO_OPT_PERVASIVE. What is the downside to running without it? On 3/20/12 4:35 PM, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: On 03/20/2012 09:19 PM, Glen Wernersbach wrote: I actually think

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-20 Thread Glen Wernersbach
, Glen Wernersbach wrote: I actually think in is in the settings because if run just the setup part of the code without reading and writing, on the kernel that works my activity LED turns off. On the xeno kernel the LED never changes. I actually think that CONFIG_XENO_OPT_PERVASIVE does

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-21 Thread Glen Wernersbach
No I piped in over SSH and putty. -- Glen Wernersbach President CTO Jetsoft Development Co 629 Old St. Rt. 74 - Suite 210 Cincinnati Ohio 45244 Custom Programming Web Site: www.JetsoftDev.com Retail Product Web Site: www.ScanHelp.com Phone: 513-528-6660 Fax: 513-528-3470 On Mar 21, 2012, at 3

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-21 Thread Glen Wernersbach
/21/2012 05:46 AM, Glen Wernersbach wrote: I am going to start trying to see if I can figure out what is not getting set. You could get useful information from the pipeline tracer, by enabling CONFIG_IPIPE_TRACE, observing what exactly happens in kernel space from the issuing of the ioctl

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-21 Thread Glen Wernersbach
I did disable everything except pervasive and the problem happened. I disabled pervasive also, it went away. I can try turning pervasive off and ipipe on and see what happens. -- Glen Wernersbach President CTO Jetsoft Development Co 629 Old St. Rt. 74 - Suite 210 Cincinnati Ohio 45244 Custom

Re: [Xenomai-help] Linux Serial Does not work with CONFIG_XENO_OPT_PERVASIVE enabled

2012-03-25 Thread Glen Wernersbach
...@xenomai.org wrote: On 03/21/2012 05:46 AM, Glen Wernersbach wrote: I am going to start trying to see if I can figure out what is not getting set. By the way. This board also has 4 other serial ports on a 8250.c driver. It also fails under the xeno build. But the serial console works, right? So

[Xenomai-help] Xenomai RTDM DMA example

2012-04-10 Thread Glen Wernersbach
the linux DMA code for the driver but I am a little confused with how translate the device context to RTDM use in allocation. Glen -- Glen Wernersbach President CTO Jetsoft Development Co. 629 Old St Rt. 74 ­ Suite 210 Cincinnati, Oh 45244 Custom Programming Web Site: www.jetsoftdev.com Retail Products