[Xenomai-help] Try to get recption on driver CAN

2009-04-27 Thread Marcel Soulot
Hi, I try to receive data from CAN network. I got a PCI card with a FPGA which emulates the SJA1000. So I load the following modules : insmod ./xeno_can.ko insmod ./xeno_can_sja1000.ko insmod ./xeno_can_mem.ko mem=0xe800 irq=5 can_clock=8000 cdr=0x8F then I configure with : ./rtcanconfig

Re: [Xenomai-help] Try to get recption on driver CAN

2009-04-27 Thread Wolfgang Grandegger
Marcel Soulot wrote: Hi, I try to receive data from CAN network. I got a PCI card with a FPGA which emulates the SJA1000. So I load the following modules : insmod ./xeno_can.ko insmod ./xeno_can_sja1000.ko insmod ./xeno_can_mem.ko mem=0xe800 irq=5 can_clock=8000 cdr=0x8F then I

Re: [Xenomai-help] Try to get recption on driver CAN

2009-04-27 Thread Wolfgang Grandegger
Marcel Soulot wrote: 2009/4/27 Wolfgang Grandegger w...@grandegger.com mailto:w...@grandegger.com Marcel Soulot wrote: Hi, I try to receive data from CAN network. I got a PCI card with a FPGA which emulates the SJA1000. So I load the following modules :

Re: [Xenomai-help] Try to get recption on driver CAN

2009-04-27 Thread Marcel Soulot
2009/4/27 Wolfgang Grandegger w...@grandegger.com Marcel Soulot wrote: 2009/4/27 Wolfgang Grandegger w...@grandegger.com mailto: w...@grandegger.com Marcel Soulot wrote: Hi, I try to receive data from CAN network. I got a PCI card with a FPGA which

Re: [Xenomai-help] Try to get recption on driver CAN

2009-04-27 Thread Wolfgang Grandegger
Marcel Soulot wrote: 2009/4/27 Wolfgang Grandegger w...@grandegger.com mailto:w...@grandegger.com Marcel Soulot wrote: 2009/4/27 Wolfgang Grandegger w...@grandegger.com mailto:w...@grandegger.com mailto:w...@grandegger.com mailto:w...@grandegger.com

[Xenomai-help] rt_intr_wait

2009-04-27 Thread Wayne Call
The code below attempts to process an interrupt in user space. The IRQ is set at 26, and this interrupt fires at once per second. If the rt_intr_create sets the mode to I_NOAUTOENA, the rt_intr_wait detects one interrupt, and then no other interrupts are detected. Likewise for if the mode is

[Xenomai-help] rt_intr_wait

2009-04-27 Thread Wayne Call
... URL: /public/xenomai-help/attachments/20090427/114a9381/attachment.htm -- next part -- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 6864 bytes Desc: not available Url : /public/xenomai-help/attachments/20090427/114a9381/attachment.png

[Xenomai-help] Lockups on a new Celeron-430 system detected and resolved.

2009-04-27 Thread Martin Shepherd
I have just installed Xenomai 2.5-rc1 on a new computer that has a new Celeron-430 1.8GHz processor on a Foxconn G31AX motherboard. Initially I experienced similar lockup problems with this setup as I previously reported for an ancient 850MHz AMD Athlon computer. As with the AMD Athlon, fixing the

Re: [Xenomai-help] Lockups on a new Celeron-430 system detected and resolved.

2009-04-27 Thread Gilles Chanteperdrix
Martin Shepherd wrote: I have just installed Xenomai 2.5-rc1 on a new computer that has a new Celeron-430 1.8GHz processor on a Foxconn G31AX motherboard. Initially I experienced similar lockup problems with this setup as I previously reported for an ancient 850MHz AMD Athlon computer. As with

Re: [Xenomai-help] Lockups on a new Celeron-430 system detected and resolved.

2009-04-27 Thread Martin Shepherd
On Tue, 28 Apr 2009, Gilles Chanteperdrix wrote: Ok. I missed the NO_HZ option. With NO_HZ (and high res), I can reproduce the issue. Excellent. Just to confirm, I was also using NO_HZ and high-res timers. Thanks, Martin ___ Xenomai-help mailing

Re: [Xenomai-help] Does not exist xnpod_start_timer on Xenomai 2.4.7 ???

2009-04-27 Thread Gilles Chanteperdrix
Kim, Hee-young wrote: Hi, I'm trying to patch rt-firewire 0.1 for lastest xenomai patched kernel. I fixed some functions to altered one. But, xnpod_start_timer(), xnpod_stop_timer() and relates do not exist in pod.c. and try to find same function name in Xenomai but there are no exists.