On Mon, 2011-01-31 at 09:55 +0100, gryma biloy wrote:
> Hello,
> 
> On a project running Linux on a beagle board, I'd like to add the
> following capabilities to my platform :
>   - real time processes with periodic tasks (10ms, 100ms & 200 ms) and
> a low jitter (< 50 us)

Kernel space apps then, likely. Userland apps (the recommended way)
probably have a larger worst-case jitter on this hardware, albeit still
below 100 us. Gilles?

>   - early boot operations (i.e. being able to perform some tasks asap
> after a power on reset)
> 
> I've searched for solutions over the net and Xenomai seems to be a
> possible candidate to fulfill
> these constraints. Can you please share your knowledge to confirm that
> Xenomai would make
> the job (especially on the early boot side) ?
> 

I don't see how Xenomai could directly help in any way for the early
boot goal. If you question is about whether Xenomai initializes fast
enough, and early enough during the linux boot process for kicking rt
applications as soon as possible, then the answer is yes, that should
do.

> Also, I don't have a clear understanding of Xenomai availability
> during the Linux kernel startup.
> If a statically link Xenomai to the kernel, when would it be operational ?
> 

When built statically into the kernel, Xenomai initializes along with
the linux drivers. So once this init stage is passed, Xenomai is up and
running, ready to run applications.

> Thanks a lot for your help,
> 
> --
> Gryma
> 
> _______________________________________________
> Xenomai-help mailing list
> [email protected]
> https://mail.gna.org/listinfo/xenomai-help

-- 
Philippe.



_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to