Partitioned scheduling issue on Raspberry Pi 2

Ebenezer ebbys89 at gmail.com
Mon Nov 4 10:33:50 UTC 2019


Hello Sebastian

I have modified my code as per your suggestion and it works now. Thank
you very much.

Best regards
Ebenezer

On Mon, 28 Oct 2019 at 13:39, Sebastian Huber
<sebastian.huber at embedded-brains.de> wrote:
>
> On 28/10/2019 13:25, Ebenezer wrote:
> > Thanks for your reply. I have attached the program that fails with
> > partitioned EDF_SMP configuration.
>
> RTEMS_SCHEDULER_EDF_SMP(sch0, 1);
> RTEMS_SCHEDULER_EDF_SMP(sch1, 1);
> RTEMS_SCHEDULER_EDF_SMP(sch2, 1);
> RTEMS_SCHEDULER_EDF_SMP(sch3, 1);
>
> This configuration cannot work due to:
>
> >
> > I will try RTEMS_SCHEDULER_EDF_SMP(name,CONFIGURE_MAXIMUM_PROCESSORS)
> > on all the four scheduler instances and see if that works.
>
> --
> Sebastian Huber, embedded brains GmbH
>
> Address : Dornierstr. 4, D-82178 Puchheim, Germany
> Phone   : +49 89 189 47 41-16
> Fax     : +49 89 189 47 41-09
> E-Mail  : sebastian.huber at embedded-brains.de
> PGP     : Public key available on request.
>
> Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.


More information about the users mailing list