[Xenomai-help] Xenomai interrupt handler

2008-11-02 Thread Niklaus Giger
_US); > #endif > return IRQ_HANDLED; > } > > /* can_interrupt is just a placeholder for the xenomai IRQ object. But it > * needs to be here. Else it is not possible to create a (XENOMAI) > interrupt * object from user-space. > */ > > static irqreturn_t ca

Re: [Xenomai-help] XUM - Xenomai User's Meeting

2009-07-21 Thread Niklaus Giger
eyes, so here it goes again.] > > > We at DENX are trying to organize something like a "Xenomai User's > Meeting" at this year's Real-Time Linux Workshop (September 28 to 30, > in Dresden, Germany). Excellent idea. I will try to come. <..> Best regards and tha

[Xenomai-help] Problems linking latency

2005-11-26 Thread Niklaus Giger
configure xenomai with CROSS_COMPILE=powerpc-405-linux-gnu- but had do specify CC=powerpc-405-linux-gnu-gcc to be able to use the same compiler, with which I built my kernel. Best regards for any hints. -- Niklaus Giger ___ Xenomai-help mailing list

[Xenomai-help] Problems linking a custom vxWorks application

2005-11-29 Thread Niklaus Giger
delete_thread': : undefined reference to `xnarch_atomic_set' /mnt/data.ng/hcu/rootfs/usr/xenomai/lib/libnucleus.a(pod.o)(.text+0x29a8): In function `xnpod_restart_thread': : undefined reference to `xnarch_atomic_set' collect2: ld returned 1 exit status What is wrong with th

Re: [Xenomai-help] Problems linking a custom vxWorks application

2005-11-29 Thread Niklaus Giger
Am Dienstag, 29. November 2005 21.32 schrieb Philippe Gerum: > Niklaus Giger wrote: > > Hi > > > > I update to the latest xenomai/trunk (revision 207) and compiled and > > installed without problems xenomai for my PPC405 board (using busybox). > > > > The ker

[Xenomai-help] Problem running koan (UVM)

2005-12-01 Thread Niklaus Giger
r the host which did the cross-compile, e.g.creating in the build directory a xeno-config-host. And how should we handle a canadian cross? Regards -- Niklaus Giger ___ Xenomai-help mailing list Xenomai-help@gna.org https://mail.gna.org/listinfo/xenomai-help

Re: [Xenomai-help] Problem running koan (UVM)

2005-12-03 Thread Niklaus Giger
Am Freitag, 2. Dezember 2005 11.26 schrieb Philippe Gerum: > Niklaus Giger wrote: > > Hi > > > > Many thanks to Philip Gerum for his previous help! > > > > I am no able to sucessfully link koan on my PPC405 board. > > > > However after calling > &

[Xenomai-help] Problem running xeno-test, koan on PowerBook

2005-12-04 Thread Niklaus Giger
econd time while "running quietly for 10 seconds" and the third time very early. What is wrong with my tests? Any hints would be appreciated. -- Niklaus Giger If some fields are empty or look unusual you may have an old version. Compare to the current minimal requirements in Docu

Re: [Xenomai-help] Xenomai-PPC: Two problems

2005-12-05 Thread Niklaus Giger
: 768MB pmac-generation : NewWorld Best regards -- Niklaus Giger # # Automatically generated make config: don't edit # Linux kernel version: 2.6.14 # Mon Dec 5 19:33:35 2005 # CONFIG_MMU=y CONFIG_GENERIC_HARDIRQS=y CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_GENERIC_CALIBRATE_DELAY=y CONF

[Xenomai-help] Re: [Xenomai-core] VxWorks skin improvement

2006-03-17 Thread Niklaus Giger
I hope to be able to make some contributions once I get approval to put a few of our internal test routines available under a free license. Best regards Niklaus Giger /* * Copyright (C) 2005 Niklaus Giger <[EMAIL PROTECTED]>. * * vxWorks is a registered trademark of Wind River Systems, Inc

[Xenomai-help] Problem running koan (UVM)

2005-12-01 Thread Niklaus Giger
r the host which did the cross-compile, e.g.creating in the build directory a xeno-config-host. And how should we handle a canadian cross? Regards -- Niklaus Giger

Re: [Xenomai-help] Problem running koan (UVM)

2005-12-03 Thread Niklaus Giger
Am Freitag, 2. Dezember 2005 11.26 schrieb Philippe Gerum: > Niklaus Giger wrote: > > Hi > > > > Many thanks to Philip Gerum for his previous help! > > > > I am no able to sucessfully link koan on my PPC405 board. > > > > However after calling > &

[Xenomai-help] Problem running xeno-test, koan on PowerBook

2005-12-04 Thread Niklaus Giger
econd time while "running quietly for 10 seconds" and the third time very early. What is wrong with my tests? Any hints would be appreciated. -- Niklaus Giger If some fields are empty or look unusual you may have an old version. Compare to the current minimal requirements in Docu

Re: [Xenomai-help] Xenomai-PPC: Two problems

2005-12-05 Thread Niklaus Giger
: 768MB pmac-generation : NewWorld Best regards -- Niklaus Giger # # Automatically generated make config: don't edit # Linux kernel version: 2.6.14 # Mon Dec 5 19:33:35 2005 # CONFIG_MMU=y CONFIG_GENERIC_HARDIRQS=y CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_GENERIC_CALIBRATE_DELAY=y CONF

[Xenomai-help] Problems linking latency

2005-11-26 Thread Niklaus Giger
configure xenomai with CROSS_COMPILE=powerpc-405-linux-gnu- but had do specify CC=powerpc-405-linux-gnu-gcc to be able to use the same compiler, with which I built my kernel. Best regards for any hints. -- Niklaus Giger

[Xenomai-help] Problems linking a custom vxWorks application

2005-11-29 Thread Niklaus Giger
delete_thread': : undefined reference to `xnarch_atomic_set' /mnt/data.ng/hcu/rootfs/usr/xenomai/lib/libnucleus.a(pod.o)(.text+0x29a8): In function `xnpod_restart_thread': : undefined reference to `xnarch_atomic_set' collect2: ld returned 1 exit status What is wrong with this? Thanks you in advance for your help. -- Niklaus Giger

Re: [Xenomai-help] Problems linking a custom vxWorks application

2005-11-29 Thread Niklaus Giger
Am Dienstag, 29. November 2005 21.32 schrieb Philippe Gerum: > Niklaus Giger wrote: > > Hi > > > > I update to the latest xenomai/trunk (revision 207) and compiled and > > installed without problems xenomai for my PPC405 board (using busybox). > > > > The ker

[Xenomai-help] Problems running a UVM vxWorks application (missing mlockall?)

2006-04-26 Thread Niklaus Giger
.) If I start my application after running koan_uvm, it starts up without problem. Has anybody an explanation for this problem here? Best regards -- Niklaus Giger ___ Xenomai-help mailing list Xenomai-help@gna.org https://mail.gna.org/listinfo

[Xenomai-help] Re: [Xenomai-core] Xenomai v2.2-rc2

2006-05-21 Thread Niklaus Giger
' is a good idea. Or is this a way to accept e-mails from unkown senders? In any way I think it would be nice if one could accept xeno-test messages from unsubscribed senders. I really would like to collect some real data. Thanks in advance. Niklaus Giger Index: scri

[Xenomai-help] Re: [Xenomai-core] Xenomai v2.2-rc2

2006-05-21 Thread Niklaus Giger
est finished: 9 failures/ 46 tests I have however no time to try to fix them, as I am investing more time into making xeno-test run automatically on my PPC 405GPr target board. Best regards -- Niklaus Giger ___ Xenomai-help mailing list Xenomai-help@gna.org https://mail.gna.org/listinfo/xenomai-help

[Xenomai-help] Re: [Xenomai-core] Xenomai v2.2-rc2

2006-05-23 Thread Niklaus Giger
Am Montag, 22. Mai 2006 13:38 schrieb Gilles Chanteperdrix: > Niklaus Giger wrote: > > Am Samstag, 20. Mai 2006 23:07 schrieb Philippe Gerum: > > > Here is the second release candidate for the v2.2 branch. Short log > > > > The trunks builds fine o

[Xenomai-help] Re: [Xenomai-core] Xenomai v2.2-rc2

2006-05-26 Thread Niklaus Giger
Am Freitag, 26. Mai 2006 18:27 schrieb Gilles Chanteperdrix: > Niklaus Giger wrote: <..> > > Where does the simulator get this configuration from? Can it be changed > > to run tests in periodic and aperiodic mode? > > The nucleus look for the parameter "ti

[Xenomai-help] Cleanup after using the vxWorks skin?

2006-10-21 Thread Niklaus Giger
int semId1 = semCCreate(SEM_Q_PRIORITY, 3);     int semId3 = semMCreate(SEM_Q_PRIORITY | SEM_INVERSION_SAFE );     printf("proc %s: task %d %s \n", __FUNCTION__, taskIdSelf(), taskName(taskIdSelf()));     taskDelay(sysClkRateGet());     printf("proc

Re: [Xenomai-help] Cleanup after using the vxWorks skin?

2006-10-21 Thread Niklaus Giger
Am Samstag, 21. Oktober 2006 16:52 schrieb Philippe Gerum: > On Sat, 2006-10-21 at 16:28 +0200, Niklaus Giger wrote: > > Hi > > > > I run a program using the vxworks skin from user space. As did hang, I > > typed "Ctrl-C" to end the program. > > &g

Re: [Xenomai-help] Xenomai Simulator

2006-11-02 Thread Niklaus Giger
programm compile cleanly under gcc-2.95? If not, you are out of luck, as the simulator was developped under gcc-2.95. As far as I know, porting it to a newer version would be a considerable effort. I think Gilles mentioned some problems in a earlier mail some months ago

Re: [Xenomai-help] Xenomai Simulator

2006-11-03 Thread Niklaus Giger
Am Freitag, 3. November 2006 09:13 schrieb Stephan Zimmermann: > Am Donnerstag, 2. November 2006 17:17 schrieb Niklaus Giger: > > Am Donnerstag, 2. November 2006 14:53 schrieb Stephan Zimmermann: > > > Hi, I am actually trying to set up the Simulator, which turns out to be

Re: [Xenomai-help] rt_misc_get_io_region()

2006-12-12 Thread Niklaus Giger
) */ void sysLedSet(uint8 value) { ledRegister[0] = ((uint32) value)) << 23; } > > I think that is a topic that is interessting for a lot of people. > > Regards > > Niklaus Burren Best regards from another Swiss Chlaus. -- Niklaus Giger Wieshoschet 6 CH-8753 Mollis __

[Xenomai-help] Handling a interrupt from user space on PPC405

2006-12-13 Thread Niklaus Giger
one of external interrupts of the PPC405? A good answer would enable me to publish afterwards a working example code. Best regards. -- Niklaus Giger ___ Xenomai-help mailing list Xenomai-help@gna.org https://mail.gna.org/listinfo/xenomai-help

Re: [Xenomai-help] Handling a interrupt from user space on PPC405

2006-12-14 Thread Niklaus Giger
Am Donnerstag, 14. Dezember 2006 08:05 schrieb Heikki Lindholm: > Niklaus Giger kirjoitti: > > Hi > > > > I tried to use the FIT (Fixed Interrupt Timer) on my PPC405GPr board, > > which uses 0x1010 as its interrupt vector in a user space (vxworks-skin) > > ap

Re: [Xenomai-help] Working example for direct memory mapped IO

2006-12-15 Thread Niklaus Giger
Am Donnerstag, 14. Dezember 2006 14:14 schrieb Jan Kiszka: > Niklaus Giger wrote: > > Hi > > > > To document basic Xenomai/Linux patterns I developed the attached small > > example for our PPC405 board, which just rolls the 8 debug LEDs. > > > > Are there any

Re: AW: [Xenomai-help] prepare kernel fails

2006-12-19 Thread Niklaus Giger
when running the simulator testsuite: Some problems were reported in: vxworks->t010823-2:t010823-2.c:163: Expected sequence: SEQ("Test2",2004); got SEQ("Test2",1999) vxworks->t010823-2: t010823-2.c:166, test finished: 1 failures/ 33 tests (Just fixed

Re: [Xenomai-help] Working example for direct memory mapped IO

2006-12-19 Thread Niklaus Giger
Am Sonntag, 17. Dezember 2006 21:26 schrieb Jan Kiszka: > Niklaus Giger wrote: > > Am Donnerstag, 14. Dezember 2006 14:14 schrieb Jan Kiszka: <..> Aller guten Ding sind drei. Here my third try. Hopefully I got everything right now. See attachement. Best regards -- Niklaus G

Re: AW: [Xenomai-help] prepare kernel fails

2006-12-19 Thread Niklaus Giger
Am Dienstag, 19. Dezember 2006 21:38 schrieb Jan Kiszka: > Niklaus Giger wrote: > > Am Montag, 18. Dezember 2006 15:39 schrieb Gilles Chanteperdrix: > >> Jan Kiszka wrote: > >>> @all: please give the -rc3 tar.bz2 hell! New files can easily slip > >>> thro

Re: AW: [Xenomai-help] prepare kernel fails

2006-12-20 Thread Niklaus Giger
Am Mittwoch, 20. Dezember 2006 09:48 schrieb Gilles Chanteperdrix: > Niklaus Giger wrote: > > Am Dienstag, 19. Dezember 2006 21:38 schrieb Jan Kiszka: > >>I rather think c) is desired: checkout from svn, make dist, untar that > >>archive and continue to work with *t

Re: AW: [Xenomai-help] prepare kernel fails

2006-12-20 Thread Niklaus Giger
Am Mittwoch, 20. Dezember 2006 18:48 schrieb Gilles Chanteperdrix: > Jan Kiszka wrote: > > (Gilles?) has to run bootstrap > > Done. Thanks. If would simplify setting up the buildbot if I could run "make distcheck" without a need to use sudo. Calling "make SUDO= distcheck" resulted in errors lik

Re: AW: [Xenomai-help] prepare kernel fails

2006-12-20 Thread Niklaus Giger
Am Mittwoch, 20. Dezember 2006 21:09 schrieb Niklaus Giger: > Am Mittwoch, 20. Dezember 2006 18:48 schrieb Gilles Chanteperdrix: > > Jan Kiszka wrote: > > > (Gilles?) has to run bootstrap > > > > Done. > > Thanks. > > If would simplify setting up t

Re: [Xenomai-help] Re: A fairly small rtnet/Xenomai...

2007-01-02 Thread Niklaus Giger
strange faults in > user-space while running the latency test, especially when enabling the > nucleus debug option (the one which also used to cause secondary switch > warnings being sent by Xenomai to the kernel log)? TIA, I will check it, but I must first upgrade my board specific patch

[Xenomai-help] buildbot and state of xenomai on PPC440?

2007-11-15 Thread Niklaus Giger
kernel.org) flavour/version against which xenomai worked well? What were the exacts parameters for the prepare-kernel.sh? Are these parameters still correct against the trunk? Any hints would be greatly appreciated. Best regards Niklaus Giger

[Xenomai-help] Failure running prepare-kernel.sh adeos-ipipe-2.6.23-powerpc-DENX-2.0-03.patch

2007-11-17 Thread Niklaus Giger
. -- Niklaus Giger patching file Makefile patching file arch/powerpc/Kconfig patching file arch/powerpc/boot/Makefile patching file arch/powerpc/kernel/Makefile patching file arch/powerpc/kernel/asm-offsets.c patching file arch/powerpc/kernel/cputable.c Hunk #1 succeeded at 1298 (offset -89 lines). Hunk

Re: [Xenomai-help] buildbot and state of xenomai on PPC440?

2007-11-19 Thread Niklaus Giger
er 2007 schrieb Steven A. Falco: > I have a Sequoia board. I am using ELDK 4.1 for compiler tools, and the > kernel is from the denx git (version 2.6.23). I am using the svn > version of Xenomai. All seems pretty good. > > Steve > > Niklaus Giger wrote: > > Hi &g

Re: [Xenomai-help] Problems running xenomai on Yosemite PPC440 board

2007-12-05 Thread Niklaus Giger
Am Mittwoch, 5. Dezember 2007 schrieb Wolfgang Grandegger: > Hi Niklaus, > > Niklaus Giger wrote: > > Hi > > > > I built a xenomai kernel and the xenomai tools using a checkout of the > > trunk > > like this > > cd /home/hcu/celsius/linux-2.6-xenoma

Re: [Xenomai-help] Are these results running the xeno-test on a Sequoia board okay?

2007-12-08 Thread Niklaus Giger
Am Samstag, 8. Dezember 2007 schrieb Philippe Gerum: > Niklaus Giger wrote: > > Hi <...> > I built it like this using the DENX-kernel > > cd /home/hcu/celsius/linux-2.6-xenomai > > /home/hcu/celsius/xenomai-trunk/scripts/prepare-kernel.sh > > --linux

Re: [Xenomai-help] Are these results running the xeno-test on a Sequoia board okay?

2007-12-08 Thread Niklaus Giger
Am Samstag, 8. Dezember 2007 schrieb Philippe Gerum: > Niklaus Giger wrote: > > Am Samstag, 8. Dezember 2007 schrieb Philippe Gerum: > >> Niklaus Giger wrote: > >>> Hi > > <...> > >> I built it like this using the DENX-kernel > >>>