7a8c624f53
The last core which gets initilaized is used by default by OpenOCD. Thus if we leave configuration as it was we'll get single-core binaries executed by core3 while we expect core0 to be used. We didn't see that problem reviously because we used to use GDB for binary (actually Elf) loading and execution and there in GDB we explicitly connected to the OpenOCD port wired to core 0. Now with "west flash" we use OpenOCD for loading anr running and we need everything setup correctly from the beginning. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> |
||
---|---|---|
.. | ||
openocd.cfg |