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.

TDA4VH-Q1: Logs not visible from vision apps c7x kernel

Part Number: TDA4VH-Q1

Tool/software:

Dear TI,

We run c7x vision apps basic demo like this (J784S$ EVM board, with PSDK Linux+RTOS v10):
root@j784s4-evm:/opt/vision_apps# /opt/vision_apps/vx_app_c7x_kernel.out --cfg app_c7x.cfg

Below is log:

root@j784s4-evm:/opt/vision_apps# /opt/vision_apps/vx_app_c7x_kernel.out --cfg app_c7x.cfg
APP: Init ... !!!
   768.278471 s: MEM: Init ... !!!
   768.278531 s: MEM: Initialized DMA HEAP (fd=5) !!!
   768.278651 s: MEM: Init ... Done !!!
   768.278665 s: IPC: Init ... !!!
   768.304457 s: IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
   768.311715 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
   768.311803 s:  VX_ZONE_INIT:Enabled
   768.311813 s:  VX_ZONE_ERROR:Enabled
   768.311822 s:  VX_ZONE_WARNING:Enabled
   768.312511 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-0 
   768.312629 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-1 
   768.312721 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-2 
   768.312839 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:124] Added target MPU-3 
   768.312854 s:  VX_ZONE_INIT:[tivxInitLocal:136] Initialization Done !!!
   768.313531 s:  VX_ZONE_INIT:[tivxHostInitLocal:106] Initialization Done for HOST !!!
 Loading [/opt/vision_apps/test_data/psdkra/app_c7x/img_1.bmp] ...
 Loading [/opt/vision_apps/test_data/psdkra/app_c7x/img_2.bmp] ...
 Running graph ...
 Saving [app_c7x_out_img.bmp] ...
 Done !!!
   768.326161 s:  VX_ZONE_INIT:[tivxHostDeInitLocal:120] De-Initialization Done for HOST !!!
   768.330557 s:  VX_ZONE_INIT:[tivxDeInitLocal:206] De-Initialization Done !!!
APP: Deinit ... !!!
REMOTE_SERVICE: Deinit ... !!!
REMOTE_SERVICE: Deinit ... Done !!!
   768.331482 s: IPC: Deinit ... !!!
   768.332445 s: IPC: DeInit ... Done !!!
   768.332468 s: MEM: Deinit ... !!!
   768.332486 s: DDR_SHARED_MEM: Alloc's: 8 alloc's of 692756 bytes 
   768.332495 s: DDR_SHARED_MEM: Free's : 8 free's  of 692756 bytes 
   768.332507 s: DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
   768.332522 s: MEM: Deinit ... Done !!!
APP: Deinit ... Done !!!
root@j784s4-evm:/opt/vision_apps# 

We can see regular printfs from main, but not from c7x.
Specifically nothing is printed from
ti-processor-sdk-rtos-j784s4-evm-10_00_00_05/vision_apps/apps/basic_demos/app_bringup/c7x/app_c7x_target_kernel_img_add.cpp
Even if printf is added to app_c7x_target_kernel_img_add_create it does not appear anywhere.

How can we see these prints?

Background is basically: we would like to create similar app but with kernel on th R5F MAIN core, and we found this basic demo as most similar in order to start. Do you maybe have an example of simple vision app that executes kernel on R5 and prints output?

Best regards,

Milena