Part Number: AM2634-Q1
Other Parts Discussed in Thread: SYSCONFIG
Hi,
For a multicore project, I need to see the debug logs on UART. I am using only two cores. Core0-0 and Core1-0. I do not need the lock step.
I took the empty_am263x-cc_system project as reference. Removed the folders of code related to Core0-1 and Core1-1. Modified the system.xml and the makefile to build only two folders code.
I have enabled the Shared Memory Log in syscfg of both the folders. I am only getting log from Core0-0 but not from Core1-0. Attaching the syscfg files of both.core0-0-example .syscfg.txt core1-0-example.syscfg.txt
I am calling this in empty main of Core0-0: 
& this in empty main of Core1-0:

What else do I need to do?