Re: Partitioned Scheduling

2016-09-05 Thread Daniel Krefft
Hello Norman, thank you for the quick reply. Stefan and I try to realize a mixed-critical system, where different cores are classified in either high or low (e.g. brake and navigation). So, we want to employ a fixed-prio scheduling scheme on the high cores and an edf scheduling scheme on the low

Re: Partitioned Scheduling

2016-09-05 Thread Norman Feske
Hello Stefan, welcome to the mailing list! > we are using Genode on Fiasco.OC and want to use different Scheduler for > different CPU-Cores. > > Is there a way to assign a Scheduler to a CPU-Core in Genode? I have never heard of such a feature in Fiasco.OC. If it exists, Genode does not provide

Partitioned Scheduling

2016-09-02 Thread Edinger, Stefan
Hi, we are using Genode on Fiasco.OC and want to use different Scheduler for different CPU-Cores. Is there a way to assign a Scheduler to a CPU-Core in Genode? Thank you Stefan Edinger --