[Xenomai-help] Vxworks skin & Task priority

2006-04-11 Thread Thomas, Brieuc \(GE Healthcare\)
Hello,    I'm trying to use the Vxworks skin,  with RealTime task. But I've got a problem during a task test. I would like to configure the scheduler in Round Robin mode and launch a first blocking task, and a second one, with an higher priority, which kill the first one after a while. But

[Xenomai-help] Re: Vxworks skin & Task priority

2006-04-12 Thread Thomas, Brieuc \(GE Healthcare\)
>> I'm trying to use the Vxworks skin, with RealTime task. But I've got a > problem during a task test. >> >> I would like to configure the scheduler in Round Robin mode and launch a >> first blocking task, and a second one, with an higher priority, which >> kill the first one after a whil

[Xenomai-help] Re: Vxworks skin & Task priority

2006-04-13 Thread Thomas, Brieuc \(GE Healthcare\)
Thank you for your explanation about thread !   Always in the same bug, I'll try to test my configuration with this program. RR timeslice =10ms ticks=1/ms and  two task (with same priority) that increase a counter variable each time that it takes again the cpu. We can See the result see be

[Xenomai-help] my tick takes a break !!

2006-04-19 Thread Thomas, Brieuc \(GE Healthcare\)
Hi every one ! I really don't understand, my porting of application works very well (under vxworks skin), message, semaphore, timer... Except the task !! I've got a curious behaviour, when I've got a heavy task, the kernel tick counter stop during the process!! And take back when this one

RE: [Xenomai-help] my tick takes a break !!

2006-04-19 Thread Thomas, Brieuc \(GE Healthcare\)
Thomas, Brieuc \(GE Healthcare\) wrote: > Hi every one ! > > I really don't understand, my porting of application works very well > (under vxworks skin), message, semaphore, timer... Except the task !! > I've got a curious behaviour, when I've got a heavy task,

RE: [Xenomai-help] my tick takes a break !!

2006-04-20 Thread Thomas, Brieuc \(GE Healthcare\)
> > Thomas, Brieuc \(GE Healthcare\) wrote: > > > Hi every one ! > > > > > > I really don't understand, my porting of application works very well > > > (under vxworks skin), message, semaphore, timer... Except the task !! > > > I

RE: [Xenomai-help] my tick takes a break !!

2006-04-21 Thread Thomas, Brieuc \(GE Healthcare\)
I tried it, but there isn't any change ! I've got the same behaviour. Brieuc. -Message d'origine- De : Gilles Chanteperdrix [mailto:[EMAIL PROTECTED] Envoyé : vendredi 21 avril 2006 15:57 À : Thomas, Brieuc (GE Healthcare) Cc : xenomai-help@gna.org Objet : RE: [Xenoma

RE: [Xenomai-help] my tick takes a break !!

2006-04-24 Thread Thomas, Brieuc \(GE Healthcare\)
> -Message d'origine- > De : Gilles Chanteperdrix [mailto:[EMAIL PROTECTED] > Envoyé : dimanche 23 avril 2006 14:54 > À : Thomas, Brieuc (GE Healthcare) > Cc : xenomai-help@gna.org > Objet : RE: [Xenomai-help] my tick takes a break !! > > Thomas, B

[Xenomai-help] rt_task_slice() Behaviour

2006-04-27 Thread Thomas, Brieuc \(GE Healthcare\)
Hello,   I read everywhere than Xenomai scheduler supports round-robin policies, but I don't find any explanation or example about how to manage it. I used a Native API, my configuration is: status=periodic:setup=202:tickval=100:.. And I would like to have a RR behaviour with a time sli

[Xenomai-help] PB to patch a 2.6.16 kernel with an adeos-ipipe-2.6.14-ppc

2006-07-07 Thread Thomas, Brieuc \(GE Healthcare\)
Hi everybody ! I've got a PPC-MPC8540 target with a 2.6.16 patch from the provider. I would like to patch my 2.6.16 kernel with an adeos-ipipe-2.6.14-ppc. Has somebody already done this? Up to now, I've done the patch manually and the compilation with xenomai-2.1.2... When I launch my target, t