Re: [Xenomai-help] PowerPC irq unmask

2009-01-23 Thread Philippe Gerum
Federico Ridolfo wrote: Hi all, my platform is a mpc5200b based one. I wrote some rtdm driver for that platform on linux-2.6.18 kernel. Some info: - ARCH=ppc - no fdt (so no dts) - u-boot - xenomai 2.3.2, - adeos-ipipe-2.6.18-ppc-1.5-01.patch All works fine. Now i want to use: - ARCH

Re: [Xenomai-help] PowerPC irq unmask

2009-01-23 Thread Federico Ridolfo
Philippe Gerum wrote: Federico Ridolfo wrote: Hi all, my platform is a mpc5200b based one. I wrote some rtdm driver for that platform on linux-2.6.18 kernel. Some info: - ARCH=ppc - no fdt (so no dts) - u-boot - xenomai 2.3.2, - adeos-ipipe-2.6.18-ppc-1.5-01.patch All works fine.

Re: [Xenomai-help] PowerPC irq unmask

2009-01-23 Thread Federico Ridolfo
Philippe Gerum wrote: Federico Ridolfo wrote: Philippe Gerum wrote: Federico Ridolfo wrote: Hi all, my platform is a mpc5200b based one. I wrote some rtdm driver for that platform on linux-2.6.18 kernel. Some info: - ARCH=ppc - no fdt (so no dts) - u-boot - xenomai

Re: [Xenomai-help] PowerPC irq unmask

2009-01-23 Thread Philippe Gerum
Federico Ridolfo wrote: Hi all, my platform is a mpc5200b based one. I wrote some rtdm driver for that platform on linux-2.6.18 kernel. Some info: - ARCH=ppc - no fdt (so no dts) - u-boot - xenomai 2.3.2, - adeos-ipipe-2.6.18-ppc-1.5-01.patch All works fine. Now i want to use: - ARCH

Re: [Xenomai-help] ARM I-pipe port to OMAP osk board

2009-01-23 Thread Mandar Thite
Hello, Let me first express my sincere apologies to Gilles, Philippe and everyone contributing to this mailing list, for inadvertently making a nuisance of myself. Not that I don't have clear theoretical aspects, but I might have mistaken in putting the question in right manner, for, being a

Re: [Xenomai-help] PowerPC irq unmask

2009-01-23 Thread Federico Ridolfo
Ok, i'm debugging the problem, but i have not a solution. I compiled the kernel with the debug switch for irq.c. In addition i added the mpc52xx_psc_spi module in my .config. So, now i'm sure that the irq used in mpc52xx_psc_spi for the PSC3 is 131 and for PSC6 is 132: # dmesg mpc52xx-psc-spi

Re: [Xenomai-help] PowerPC irq unmask

2009-01-23 Thread Philippe Gerum
Federico Ridolfo wrote: Ok, i'm debugging the problem, but i have not a solution. I compiled the kernel with the debug switch for irq.c. In addition i added the mpc52xx_psc_spi module in my .config. So, now i'm sure that the irq used in mpc52xx_psc_spi for the PSC3 is 131 and for PSC6 is

Re: [Xenomai-help] PowerPC irq unmask

2009-01-23 Thread Federico Ridolfo
Thanks in advance. ~ # modprobe mpc52xx_psc_spi ~ # dmesg Using mpc5200-simple-platform machine description Linux version 2.6.26.2-cirneco (r...@ridolfows) (gcc version 4.1.0) #1 PREEMPT Fri Jan 23 16:46:14 CET 2009 console [udbg0] enabled Entering add_active_range(0, 0, 16384) 0 entries of 256

[Xenomai-help] shadow task and rt_task_self()

2009-01-23 Thread Steven Seeger
Using the latest xenomai we seem to always get back NULL from a shadow task using rt_task_self(). We used to get something valid with r3415. Any idea? Thanks, Steven ___ Xenomai-help mailing list Xenomai-help@gna.org

Re: [Xenomai-help] PowerPC irq unmask

2009-01-23 Thread Wolfgang Grandegger
Federico Ridolfo wrote: Hi all, my platform is a mpc5200b based one. I wrote some rtdm driver for that platform on linux-2.6.18 kernel. Some info: - ARCH=ppc - no fdt (so no dts) - u-boot - xenomai 2.3.2, - adeos-ipipe-2.6.18-ppc-1.5-01.patch All works fine. Now i want to use: - ARCH

Re: [Xenomai-help] shadow task and rt_task_self()

2009-01-23 Thread Steven Seeger
Gilles, Attached is my simple test that repeats this problem. Output is: 0 0 0 This is using latest xenomai trunk. Thanks, Steven -Original Message- From: Gilles Chanteperdrix [mailto:gilles.chanteperd...@xenomai.org] Sent: Friday, January 23, 2009 12:46 PM To: Steven Seeger

Re: [Xenomai-help] shadow task and rt_task_self()

2009-01-23 Thread Gilles Chanteperdrix
Steven Seeger wrote: Gilles, Attached is my simple test that repeats this problem. Output is: 0 0 0 This is using latest xenomai trunk. Ok. Try this: Index: src/skins/native/task.c === --- src/skins/native/task.c