Hi all:
I am using EVMK2H to do some tests,I have a question which was asked by the others before,but i do not get the answer:
1, the keystone II doc says: when the arm corepac Core0 is the boot master and performs the boot process, the other three arm processor stay idle by executing WFI instruction . it may send interrupts to the other three Cortex A15 processor cores through IPC register。
2. depends on the defination of the Maggic address: The address where the core goes after the boot process begins (from idle, after it gets an interrupt)
from above two points, after arm core0 boot finishs, if I provide three different magic address to the arm core1. core2 .core3(arm boot ram memory map support this). and load three different baremetal application to these addressed, and then the other three arm cores branch to the magic address .that means the EVMK2H can run four different baremetal applications.
am i right?? I know the zynq7000 soc (have two cortex A9 cores)can run two different baremetal app,does 66ak2h14 support this? Is there some example demo??
thank you very much.