[yocto] Can I disable RT throttling?

Bruce Ashfield bruce.ashfield at windriver.com
Mon Mar 11 10:45:39 PDT 2013


On 13-03-11 01:38 PM, David Mulder wrote:
>> From: Trevor Woerner [mailto:twoerner at gmail.com]
>> You can call sched_setaffinity() before fork()ing your task, or use
>> taskset on the cmdline.
>
> Will that work on a core that's offline?

Nope. Only with an online core controlled by the Linux scheduler.
If you do end up trying to get AMP working, you need to plumbing
to load the other OS/kernel in a reserved memory location, set the
program counter and start the OS.

But that secondary OS has to know how to behave in a system that
it doesn't control, and you'll need ways to communicate with it
from Linux.

remoteproc/rpmsg can solve some of the issues that I mention, but
it is far from out of the box.

That's why there's more interest in running a single task with
exclusive CPU in userspace. The work and scaffolding required to
get an AMP system up and running is non trivial.

Cheers,

Bruce

> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>




More information about the yocto mailing list