* [Xenomai-core] Wrong example code in Native-API-Tour @ 2007-04-10 10:53 Sebastian Smolorz 2007-04-12 8:51 ` Philippe Gerum 0 siblings, 1 reply; 8+ messages in thread From: Sebastian Smolorz @ 2007-04-10 10:53 UTC (permalink / raw) To: Philippe Gerum; +Cc: xenomai Hello Philippe, on page 21 of Native-API-Tour-rev-C.pdf one gets the impression that rt_intr_wait() returns 0 on success. However, it returns a positive value in this case (as the API description states it right). -- Sebastian ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai-core] Wrong example code in Native-API-Tour 2007-04-10 10:53 [Xenomai-core] Wrong example code in Native-API-Tour Sebastian Smolorz @ 2007-04-12 8:51 ` Philippe Gerum 2007-04-12 9:01 ` [Xenomai-core] Xenomai on MIPS MALTA somshekar kadam 0 siblings, 1 reply; 8+ messages in thread From: Philippe Gerum @ 2007-04-12 8:51 UTC (permalink / raw) To: Sebastian Smolorz; +Cc: xenomai On Tue, 2007-04-10 at 12:53 +0200, Sebastian Smolorz wrote: > Hello Philippe, > > on page 21 of Native-API-Tour-rev-C.pdf one gets the impression that > rt_intr_wait() returns 0 on success. However, it returns a positive value in > this case (as the API description states it right). > Ok, will fix. Thanks. -- Philippe. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Xenomai-core] Xenomai on MIPS MALTA 2007-04-12 8:51 ` Philippe Gerum @ 2007-04-12 9:01 ` somshekar kadam 2007-04-13 5:50 ` Jan Kiszka 0 siblings, 1 reply; 8+ messages in thread From: somshekar kadam @ 2007-04-12 9:01 UTC (permalink / raw) To: rpm; +Cc: xenomai Hi Phillep, good news xenomai porting for mips is done, user space application are working fine. once the formality with our client gets over we will submit the code to open source. People contirbuted for this project are Subramani,Manoj,Sanjeev,Nishit,Poornima and Neelu. Right now debugging an issue for kernel space module where rt task start goes for toss, will be fixed next week probably, subramni will be working on it. we hope to deliver it for MIPS MALTA BOARD, as we need to get it working for Malta borad, after we release to our customer. we will need help in fixing performance issues from open source community. Thanks for everybody helping us in this project Thanks And regards Neelu Send a FREE SMS to your friend's mobile from Yahoo! Messenger. Get it now at http://in.messenger.yahoo.com/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai-core] Xenomai on MIPS MALTA 2007-04-12 9:01 ` [Xenomai-core] Xenomai on MIPS MALTA somshekar kadam @ 2007-04-13 5:50 ` Jan Kiszka 2007-05-03 7:57 ` [Xenomai-core] Xenomai module poblem somshekar kadam 2007-05-15 11:39 ` [Xenomai-core] Xenomai on MIPS MALTA somshekar kadam 0 siblings, 2 replies; 8+ messages in thread From: Jan Kiszka @ 2007-04-13 5:50 UTC (permalink / raw) To: somshekar kadam; +Cc: xenomai [-- Attachment #1: Type: text/plain, Size: 794 bytes --] somshekar kadam wrote: > Hi Phillep, > > good news xenomai porting for mips is done, user > space application are working fine. once the formality > with our client gets over we will submit the code to > open source. People contirbuted for this project are > Subramani,Manoj,Sanjeev,Nishit,Poornima and Neelu. > > Right now debugging an issue for kernel space module > where rt task start goes for toss, will be fixed next > week probably, subramni will be working on it. > > we hope to deliver it for MIPS MALTA BOARD, as we need > to get it working for Malta borad, after we release to > our customer. > we will need help in fixing performance issues from > open source community. The sooner you are able to release, the sooner the community can help... Jan [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 250 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Xenomai-core] Xenomai module poblem 2007-04-13 5:50 ` Jan Kiszka @ 2007-05-03 7:57 ` somshekar kadam 2007-05-03 10:06 ` Dmitry Adamushko 2007-05-15 11:39 ` [Xenomai-core] Xenomai on MIPS MALTA somshekar kadam 1 sibling, 1 reply; 8+ messages in thread From: somshekar kadam @ 2007-05-03 7:57 UTC (permalink / raw) To: xenomai Hi All, I have already posted to the maling list regarding the Xenomai and ADEOS release for MIPS. Now we are in a stage where all User RT Applications are working fine. Unless we give complete port to the customer we wont be able to release to open source the work done. I know this is not liked by anyone, our team needs to leave with it. May 12 is the date to where we think of giving the final release. now we are left with only one problem the xenomai module doesnt work for us, it fails in start_thread for module. same context switch will be used for xenomai module also, right now no idea on this may be some pointer will help us speedup the release and contribute to opensource. we have done latency test we are getting 19Us for interrupt latency 33 us for context switch latency and normal latekcy is 77us. I came across Dmitry Adamushko doing the same work, may if any pointers you have will help us. Thanks In advance Neelu Send a FREE SMS to your friend's mobile from Yahoo! Messenger. Get it now at http://in.messenger.yahoo.com/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai-core] Xenomai module poblem 2007-05-03 7:57 ` [Xenomai-core] Xenomai module poblem somshekar kadam @ 2007-05-03 10:06 ` Dmitry Adamushko 0 siblings, 0 replies; 8+ messages in thread From: Dmitry Adamushko @ 2007-05-03 10:06 UTC (permalink / raw) To: somshekar kadam; +Cc: xenomai Hi, > I came across Dmitry Adamushko doing the same work, > may if any pointers you have will help us. That was my intention and I started to implement some bits.. but shortly after that you announced an "alsmost-completed" port (as I recall it was estimated to be released somewhere in April) so I decided not to duplicate efforts (as it was just for fun, not any need-for-work necessity) but rather help with reviewing and straightening of the code once it gets released. > May 12 is the date to where we think of giving the > final release. > [...] now we are left with only one problem the xenomai > module doesnt work for us, it fails in start_thread > for module. same context switch will be used for > xenomai module also [...] sorry, but this looks like a mess and one should guess really hard to extract some relevant bits (if any). start_thread() == xnpod_start_thread? for module? what kind of "context switch" term can used for module (== kernel module)? and you claim that "all User RT Applications are working fine" and "the xenomai module doesnt work for us". I think noone is able to help you unless (1) you do release code publicly or (2) you are really very specific (technically-wise) describing your problem. (2) is not that easy as it would require looking at other parts of the code and we are, well, kind of "blind" here. -- Best regards, Dmitry Adamushko ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai-core] Xenomai on MIPS MALTA 2007-04-13 5:50 ` Jan Kiszka 2007-05-03 7:57 ` [Xenomai-core] Xenomai module poblem somshekar kadam @ 2007-05-15 11:39 ` somshekar kadam 2007-05-15 11:42 ` somshekar kadam 1 sibling, 1 reply; 8+ messages in thread From: somshekar kadam @ 2007-05-15 11:39 UTC (permalink / raw) To: xenomai Hi All, Good News , now we are able to run User Space Applications as well as Kernel Module, Implemented the the thread related part xnarch_thread_init, basically intialize the stack frame for thread to do context switch, now able to go to rthal_thread_trampoline and next to xnarch_thread_trampoline and able to switch to new thread and able to execute, once the xenomai we check for proper stability and performance for client , we will release ADEOS and XENOMAI for MIPS core for OPEN SOURCE. We thank Open community for all the help especially Philip, Jan ,Dimitry and Gallies, once again thanks a lot for all the help without your contirbiution it would be successful. may be next we have discussion with client and once client accepts it we release the code. Thanks And Regards Neelu --- Jan Kiszka <jan.kiszka@domain.hid> wrote: > somshekar kadam wrote: > > Hi Phillep, > > > > good news xenomai porting for mips is done, user > > space application are working fine. once the > formality > > with our client gets over we will submit the code > to > > open source. People contirbuted for this project > are > > Subramani,Manoj,Sanjeev,Nishit,Poornima and Neelu. > > > > > Right now debugging an issue for kernel space > module > > where rt task start goes for toss, will be fixed > next > > week probably, subramni will be working on it. > > > > we hope to deliver it for MIPS MALTA BOARD, as we > need > > to get it working for Malta borad, after we > release to > > our customer. > > we will need help in fixing performance issues > from > > open source community. > > The sooner you are able to release, the sooner the > community can help... > > Jan > > Office firewalls, cyber cafes, college labs, don't allow you to download CHAT? Click here: http://in.messenger.yahoo.com/webmessengerpromo.php ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Xenomai-core] Xenomai on MIPS MALTA 2007-05-15 11:39 ` [Xenomai-core] Xenomai on MIPS MALTA somshekar kadam @ 2007-05-15 11:42 ` somshekar kadam 0 siblings, 0 replies; 8+ messages in thread From: somshekar kadam @ 2007-05-15 11:42 UTC (permalink / raw) To: xenomai Hi , soory it should have been "without your contribution it wouldnt have been successful " regards Neelu --- somshekar kadam <som_kadam@domain.hid> wrote: > Hi All, > > > Good News , now we are able to run User Space > Applications as well as Kernel Module, Implemented > the > the thread related part xnarch_thread_init, > basically > intialize the stack frame for thread to do context > switch, now able to go to rthal_thread_trampoline > and > next to xnarch_thread_trampoline and able to switch > to > new thread and able to execute, once the xenomai we > check for proper stability and performance for > client > , we will release ADEOS and XENOMAI for MIPS core > for > OPEN SOURCE. We thank Open community for all the > help > especially Philip, Jan ,Dimitry and Gallies, once > again thanks a lot for all the help without your > contirbiution it would be successful. > > may be next we have discussion with client and once > client accepts it we release the code. > > Thanks And Regards > Neelu > > > > > --- Jan Kiszka <jan.kiszka@domain.hid> wrote: > > > somshekar kadam wrote: > > > Hi Phillep, > > > > > > good news xenomai porting for mips is done, > user > > > space application are working fine. once the > > formality > > > with our client gets over we will submit the > code > > to > > > open source. People contirbuted for this project > > are > > > Subramani,Manoj,Sanjeev,Nishit,Poornima and > Neelu. > > > > > > > > Right now debugging an issue for kernel space > > module > > > where rt task start goes for toss, will be fixed > > next > > > week probably, subramni will be working on it. > > > > > > we hope to deliver it for MIPS MALTA BOARD, as > we > > need > > > to get it working for Malta borad, after we > > release to > > > our customer. > > > we will need help in fixing performance issues > > from > > > open source community. > > > > The sooner you are able to release, the sooner the > > community can help... > > > > Jan > > > > > > > > Office firewalls, cyber cafes, college labs, > don't allow you to download CHAT? Click here: > http://in.messenger.yahoo.com/webmessengerpromo.php > > _______________________________________________ > Xenomai-core mailing list > Xenomai-core@domain.hid > https://mail.gna.org/listinfo/xenomai-core > Office firewalls, cyber cafes, college labs, don't allow you to download CHAT? Click here: http://in.messenger.yahoo.com/webmessengerpromo.php ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-05-15 11:42 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2007-04-10 10:53 [Xenomai-core] Wrong example code in Native-API-Tour Sebastian Smolorz 2007-04-12 8:51 ` Philippe Gerum 2007-04-12 9:01 ` [Xenomai-core] Xenomai on MIPS MALTA somshekar kadam 2007-04-13 5:50 ` Jan Kiszka 2007-05-03 7:57 ` [Xenomai-core] Xenomai module poblem somshekar kadam 2007-05-03 10:06 ` Dmitry Adamushko 2007-05-15 11:39 ` [Xenomai-core] Xenomai on MIPS MALTA somshekar kadam 2007-05-15 11:42 ` somshekar kadam
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.