Re: FW: zc706 bsp does not work with maximum processors as 2

2020-04-02 Thread Jonathan Brandmeyer
If you are overriding the RTEMS memory map, be sure to map OCM as Device memory. The ROM bootloader accesses it with non-cacheable attributes. On Thu, Apr 2, 2020 at 4:19 PM Chris Johns wrote: > On 2020-04-02 18:45, Fernando Domínguez Pousa wrote: > > Hi again, > > > > Finally I could

Re: FW: zc706 bsp does not work with maximum processors as 2

2020-04-02 Thread Chris Johns
On 2020-04-02 18:45, Fernando Domínguez Pousa wrote: Hi again, Finally I could continue my tests on zc706 and the second processor start. I could add two breakpoints one at _CPU_SMP_Start_processor (0x0041e7b0) and other at _Per_CPU_State_wait_for_non_initial_state (0x0041e7d4) at the end of

RTEMS Release Snapshot: 5.0.0-m2004 (02 Apr 2020)

2020-04-02 Thread chrisj
RTEMS Release Build - 5.0.0-m2004 RTEMS 5 Release snapshot m2004 is avaliable for testing. It can be found at: https://ftp.rtems.org/pub/rtems/releases/5/5.0.0/5.0.0-m2004 Please test and report any issues to the u...@rtems.org or de...@rtems.org mailing lists or please raise a ticket. If you

FW: zc706 bsp does not work with maximum processors as 2

2020-04-02 Thread Fernando Domínguez Pousa
Hi again, Finally I could continue my tests on zc706 and the second processor start. I could add two breakpoints one at _CPU_SMP_Start_processor (0x0041e7b0) and other at _Per_CPU_State_wait_for_non_initial_state (0x0041e7d4) at the end of the function _CPU_SMP_Start_processor. Execution