This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2634-Q1: AM2634 - Uart logs from Core 1-0 - Multicore app

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: image.png

& this in empty main of Core1-0:

image.png

What else do I need to do?