Hi
I shut down CCS, power cycled the evm and only loaded the staircase example. I could get print logs! Yay!
I think what happened was I had previously loaded the messageQue example on all cores. That example is thinking its NDK even though I set
LoggingSetup.eventUploadMode = LoggingSetup.UploadMode_JTAGSTOPMODE;
I had changed it to run UploadMode_JTAGSTOPMODE as you have shown above in your screen shot, but the presence of the following .cfg text makes the system want to use UDP. Strange.
var ServiceMgr = xdc.useModule('ti.uia.runtime.ServiceMgr');
ServiceMgr.topology = ServiceMgr.Topology_MULTICORE;
/* The application is using the UIA benchmark events. */
var UIABenchmark = xdc.useModule('ti.uia.events.UIABenchmark');
var NdkConfig = xdc.loadPackage('ti.ndk.config');
var Global = xdc.useModule('ti.ndk.config.Global');
var Ip = xdc.useModule('ti.ndk.config.Ip');
var Udp = xdc.useModule('ti.ndk.config.Udp');
Ip.dhcpClientMode = Ip.CIS_FLG_IFIDXVALID;
var ndkdrivers = xdc.loadPackage('ti.uia.examples.evm6472.ndkdrivers');
b.t.w. CCS hung during the build after I removed the above NDK .cfg items. I had to restart it to finish the build.
logs attached. (Please visit the site to view this file)