Re: [Xenomai-help] xnpod help

2006-06-01 Thread Gilles Chanteperdrix
Brandt Erickson wrote: Hey, I'm trying to write a simple looping module to test out xenomai nucleus usage. The problem is, when I insert the module (code attached), only the printks from the initialization function ever get displayed and none from the indefinite loop. All the pod

Re: [Xenomai-help] xnpod help

2006-06-01 Thread Jan Kiszka
Gilles Chanteperdrix wrote: Brandt Erickson wrote: Hey, I'm trying to write a simple looping module to test out xenomai nucleus usage. The problem is, when I insert the module (code attached), only the printks from the initialization function ever get displayed and none from the

Re: [Xenomai-help] xnpod help

2006-06-01 Thread Brandt Erickson
I think there's a little bit of a misunderstanding. I'm not trying to write my own skin. I'm new to xenomai and I'm just trying write a simple kernel module that starts a periodic realtime thread. Write now I'm just trying to have it write a simple message to printk but eventually I'm going to

Re: [Xenomai-help] xnpod help

2006-06-01 Thread Jan Kiszka
Brandt Erickson wrote: I think there's a little bit of a misunderstanding. I'm not trying to write my own skin. I'm new to xenomai and I'm just trying write a simple kernel module that starts a periodic realtime thread. Ok, things get clearer. But why a kernel module? Are you *that* short

Re: [Xenomai-help] xnpod help

2006-06-01 Thread Jan Kiszka
Brandt Erickson wrote: Ok, things get clearer. But why a kernel module? Are you *that* short on CPU cycles? The reason why I'm trying to develop a kernel-space application is not for latency issues but because I need to be in kernel-space to read/write to/from my DAC. ioperm() or iopl()