Reynolds, Terry (Contractor-SIMTECH) wrote:
Hi All,
I apologize for the long posting, but wanted to give sufficient detail for folks to see what's going on. I have made a good bit of progress on the ppc64 port. I'm trying to get the RTAI example test latency to work. Things fail in a way that looks like I've missed a function somewhere. I've added quite a few printk statements
in trying to track down the problem.
What I'm seeing is: Root domain registered.
Pipeline started.
Start latency test: RTAI[hal] domain registered:
   switch from root to RTAI[hal].
   calls suspend.
   switches back to root.
Domain IShield registered.
   root switches to IShield
  IShield suspends & switches back to root.
RTAI[nucleus] RTAI/fusion v0.6.9 started
  all initialization routines seem to run OK.
 __fusion_skin_init processes all the way through and exits without error.
THEN In Root:
   sched.c's need_resched: calls -
   adeos_schedule_tail, which calls __adeos_handle_event with  
ADEOS_SCHEDULE_TAIL
__adeos_handle_event does a switch_to RTAI[hal] domain.
   it resumes in suspend_domain, from which it returns to rthal_domain_entry.
   At that point it is in a loop constantly calling suspend_domain.
So, RTAI[hal] instantly suspends again, switching back to root. Root ends up back in need_resced, and this process repeats several hundred times,
   until the latency test gives up and exits with a "failed to create display task, 
code -38"

-ENOSYS. Either you did not properly implement the Linux syscall pipelining and RTAI requests end up being processed by the Linux kernel (instead of passing them first to the RTAI nucleus) -- which fails identifying the syscall number, or the RTAI nucleus rejected the call for some reason. Since you bring in a new Adeos port, you should make sure of that #1 works first.

IShield is unregistered.
RTAI/fusion stops.
RTAI is unregistered.
RTAI[hal] is unloaded.
At least things seem to exit gracefully! So, my questions are: Did any of that description look totally wrong? What is suppose to cause RTAI[hal] to break out of the suspend_domain loop, and process the event being passed in from root via the schedule_tail? Should it be suspended at a different place? I'm not sure if this is an Adeos or an RTAI problem at this point. TIA! Terry.
_______________________________________________
Adeos-main mailing list
[email protected]
https://mail.gna.org/listinfo/adeos-main


--

Philippe.

Reply via email to