Re: RTEMS only executes no task and only finds one core imx7

2021-03-22 Thread Sebastian Huber
Hello Stefan, On 09/03/2021 20:11, Stefan Akatyschew wrote: core 1 is stuck at an IRQ intialisation routine (in irq/irq-gic.c) for ditto? I can't really debug the second core somehow. Though Trace32 is supposed to step through core 0 and 1 simultaniously (in SMP), it does only work on core 0

Re: RTEMS only executes no task and only finds one core imx7

2021-03-11 Thread Stefan Akatyschew
Hello together, I think it is stuck in the _Per_CPU_Wait_for_job function in kernel/rtems/cpukit/score/src/smpmulticastaction.c and I found the comment in the case statement: /* * Calling this function with the current processor is intentional. * We have to perform our

Re: RTEMS only executes no task and only finds one core imx7

2021-03-02 Thread Gedare Bloom
Hi Stefan, On Sun, Feb 28, 2021 at 8:04 AM Stefan Akatyschew wrote: > > Hello together, > after I could successfully fiddle around with some tasks on a single > core, I tried to get some basic SMP application running. > I use as before trace32 to load the program and added parts from the >