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.

PROCESSOR-SDK-DRA8X-TDA4X: Graph verification halts on a specific node

Part Number: PROCESSOR-SDK-DRA8X-TDA4X

Hi!

I've tried to customize an app by app_tidl_seg.

When I call vxVerifyGraph it stops on  the following trace:

#1  0x00000000004532d0 in tivxEventWait ()
#2  0x000000000042ba0c in ownContextSendCmd (context=0x4d2430 <g_context_obj>, target_id=0, cmd=1, num_obj_desc=1,
    obj_desc_id=0xfffffffff798, timeout=4294967295) at /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/source/framework/vx_context.c:764
#3  0x0000000000415c30 in ownNodeKernelInit (node=0x535a28 <g_tivx_objects+320312>)
    at /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/source/framework/vx_node.c:519
#4  0x000000000043a1b8 in ownGraphNodeKernelInit (graph=0x4f56b0 <g_tivx_objects+57280>)
    at /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/source/framework/vx_graph_verify.c:577
#5  0x000000000043d648 in vxVerifyGraph (graph=0x4f56b0 <g_tivx_objects+57280>)
    at /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/source/framework/vx_graph_verify.c:2007

I tried to figure out what gone wrong but the current node that we fail on has the very same source than app_tidl_seg. (It is the pre proc node)

  • Hi,

    Can you please send the run log? We see such errors with larger models where memory allocation is insufficient. Do you have an estimate on the required memory sizes?

    Regards,
    Shyam

  • Dear Shyam,

    Thank You for the answer! I am working on the estimation and will be back with the results.

    BR,
    Gergely

  • Dear Shyam,

    We found a solution to give an estimated RAM consumption on GPU. Is there any method to estimate the same on TDA4 with TIDL?

    BR,
    Gergely

  • Dear Gergely,

    The quickest way is go to <psdkra_install_path>tiovx/kernels/ivision/common/tivx_alg_vision.c

    In function, tivxAlgiVisionAllocMem() try changing all the VX_ZONE_INFO to VX_ZONE_ERROR and rebuild tiovx and vision_apps

    <psdkra_install_path/vision_apps> make tiovx vision_apps

    And try again, it should print all the memory records requested by TIDL. Please send me the log.

    Regards,
    Shyam

  • Dear Shyam,

    No log came out from that function.

    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=4) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    [New LWP 1484]
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
    APP: Init ... Done !!!
    893842.414596 s:  VX_ZONE_INIT:Enabled
    893842.414607 s:  VX_ZONE_ERROR:Enabled
    893842.414619 s:  VX_ZONE_WARNING:Enabled
    [New LWP 1487]
    [New LWP 1488]
    [New LWP 1489]
    [New LWP 1490]
    893842.415692 s:  VX_ZONE_INIT:[tivxInit:71] Initialization Done !!!
    893842.415836 s:  VX_ZONE_INIT:[tivxHostInit:48] Initialization Done for HOST !!!
    Default param set.
    Parsed user params.
    Config file processed.
    -- scaler input width:  640
    -- scaler input height: 480
    -- -- tidl_obj trace_data will be added!
    App init is done.
    -- creating graph...
    -- -- graph object initialized
    Graph created.
    ^C
    Thread 1 "vx_aimtidl_gene" received signal SIGINT, Interrupt.
    0x0000fffff7d3dfb4 in pthread_cond_wait () from /lib/libpthread.so.0
    (gdb) bt
    #0  0x0000fffff7d3dfb4 in pthread_cond_wait () from /lib/libpthread.so.0
    #1  0x0000000000453490 in tivxEventWait ()
    #2  0x000000000042bbc8 in ownContextSendCmd (context=0x4d4430 <g_context_obj>, target_id=0, cmd=1, num_obj_desc=1, obj_desc_id=0xfffffffff798, timeout=4294967295) at /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/source/framework/vx_context.c:764
    #3  0x0000000000415dec in ownNodeKernelInit (node=0x537a28 <g_tivx_objects+320312>) at /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/source/framework/vx_node.c:519
    #4  0x000000000043a374 in ownGraphNodeKernelInit (graph=0x4f76b0 <g_tivx_objects+57280>) at /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/source/framework/vx_graph_verify.c:577
    #5  0x000000000043d804 in vxVerifyGraph (graph=0x4f76b0 <g_tivx_objects+57280>) at /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/source/framework/vx_graph_verify.c:2007
    #6  0x0000000000412064 in app_verify_graph (obj=0x614ae8 <app_obj>) at /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/apps/generic_tester/app_utils.c:359
    #7  0x000000000040ff44 in app_tidl_tester_main (argc=3, argv=0xfffffffffaa8) at /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/apps/generic_tester/main.c:43
    #8  0x0000000000414d2c in main (argc=3, argv=0xfffffffffaa8) at /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/apps/generic_tester/main_linux_arm.c:30
    
    

  • Both release and debug build drops the same link-time errors:

    ld: cannot find -lti_imaging_awbalg
    ld: cannot find -lti_imaging_dcc

    I did source pdksetupenv.sh before the build and double checked the env vars it sets. Everything is correct except

    PDK_SOC                 : rtos

    However I try to build the A72/Linux version with the following setting. LINK

    Could it cause this build problem with TIOVX?

  • Imaging is a different component in the SDK

    Can you please tell me how are you building the apps? You really dont need to setup anything. 

    Have you been following this? and able to run some existing demos?

    http://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/vision_apps/docs/user_guide/ENVIRONMENT_SETUP.html

    Also to build SDK in debug mode you need to install a patch which is available only via MySecureSW. Not sure if you did this step already.

    Regards,
    Shyam

  • Dear Shyam,

    I did not installed any patches but setted <psdk>/pdk_jacinto_07_00_00/packages/ti/build/Rules.make 's BUILD_PROFILE to debug (or release).
    I followed the guidelines and I was able to run the demo applications (especially app_tidl_seg.out).

    Now I have got debug symbols in my app, so vision_apps builds with debug symbols that way.

    file out/J7/A72/LINUX/debug/vx_aimtidl_generic_tester.out
    out/J7/A72/LINUX/debug/vx_aimtidl_generic_tester.out: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.7.0, with debug_info, not stripped
    

    Could You please share some details about this debug patch and MySecureSW with me?

    Thank You,
    Gergely

  • Hi Gergely,

    Please request for the addon package by following the instructions documented here:  (See Step 1b)

    Regards

    Karthik

  • Hi Karthik,

    I rebuilt the whole PSDKRA, downloaded everything again and reconfigured the whole framework . After that, I applied this addon. The problem is the same.

    I modified PROFILE to debug in tiovx/build_flags.mak and BUILD_PROFILE to debug in pdk_jacinto_07_00_00/packages/ti/build/Rules.make.

    The involved compile unit is vx_app_tirtos_linux_mcu2_0.out.


  • Dear Shyam and Karthik

    Here is the log of make vision_apps:

    SHELL=/bin/sh
    TARGET_MAKEFILES=applibs/srv_bowl_lut_gen_applib/concerto.mak applibs/srv_calibration_applib/concerto.mak applibs/test/concerto.mak apps/basic_demos/app_c7x_kernel/c7x/concerto.mak apps/basic_demos/app_c7x_kernel/concerto.mak apps/basic_demos/app_dof/concerto.mak apps/basic_demos/app_dof2/concerto.mak apps/basic_demos/app_encode/concerto.mak apps/basic_demos/app_ipc/concerto.mak apps/basic_demos/app_linux_arm_opengl_mosaic/concerto.mak apps/basic_demos/app_linux_fd_exchange/concerto.mak apps/basic_demos/app_mem/concerto.mak apps/basic_demos/app_multi_cam/concerto.mak apps/basic_demos/app_remote_log/concerto.mak apps/basic_demos/app_single_cam/concerto.mak apps/basic_demos/app_stereo/concerto.mak apps/basic_demos/app_test_framework/concerto.mak apps/basic_demos/app_tirtos/common/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/c66x_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/c66x_2/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/c7x_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu1_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu1_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu2_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu2_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu3_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu3_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mpu1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/c66x_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/c66x_2/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/c7x_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu1_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu1_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu2_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu2_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu3_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu3_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mpu1/concerto.mak apps/basic_demos/app_vx_conformance/concerto.mak apps/basic_demos/app_vx_tutorial/concerto.mak apps/dl_demos/app_tidl/concerto.mak apps/dl_demos/app_tidl_avp/concerto.mak apps/dl_demos/app_tidl_avp2/concerto.mak apps/dl_demos/app_tidl_avp3/concerto.mak apps/dl_demos/app_tidl_cam/concerto.mak apps/dl_demos/app_tidl_od/concerto.mak apps/dl_demos/app_tidl_seg/concerto.mak apps/generic_tester/concerto.mak apps/ptk_demos/app_common/concerto.mak apps/ptk_demos/app_dof_sfm_fisheye/concerto.mak apps/ptk_demos/app_lidar_ogmap/concerto.mak apps/ptk_demos/app_radar_gtrack/concerto.mak apps/ptk_demos/app_sde_multilayer/concerto.mak apps/ptk_demos/app_sde_obstacle_detection/concerto.mak apps/ptk_demos/app_surround_radar_ogmap/concerto.mak apps/ptk_demos/app_valet_parking/concerto.mak apps/ptk_demos/applibs/fused_ogmap_applib/concerto.mak apps/ptk_demos/applibs/lidar_ogmap_applib/concerto.mak apps/ptk_demos/applibs/ps_mapping_applib/concerto.mak apps/ptk_demos/applibs/radar_gtrack_applib/concerto.mak apps/ptk_demos/applibs/sde_multilayer_applib/concerto.mak apps/ptk_demos/applibs/sde_obstacle_detection_applib/concerto.mak apps/ptk_demos/applibs/sde_singlelayer_applib/concerto.mak apps/ptk_demos/applibs/surround_radar_ogmap_applib/concerto.mak apps/ptk_demos/applibs/surround_sfm_ogmap_applib/concerto.mak apps/srv_demos/app_srv_calibration/concerto.mak apps/srv_demos/app_srv_camera/concerto.mak apps/srv_demos/app_srv_fileio/concerto.mak kernels/common/target/concerto.mak kernels/fileio/arm/concerto.mak kernels/fileio/host/concerto.mak kernels/img_proc/arm/concerto.mak kernels/img_proc/c66/concerto.mak kernels/img_proc/host/concerto.mak kernels/lidar/arm/concerto.mak kernels/lidar/host/concerto.mak kernels/park_assist/host/concerto.mak kernels/park_assist/target/concerto.mak kernels/sample/a72/concerto.mak kernels/sample/host/concerto.mak kernels/sample/r5f/concerto.mak kernels/srv/c66/concerto.mak kernels/srv/gpu/3dsrv/Tools/concerto.mak kernels/srv/gpu/3dsrv/concerto.mak kernels/srv/gpu/concerto.mak kernels/srv/host/concerto.mak kernels/srv/test/concerto.mak kernels/stereo/host/concerto.mak kernels/stereo/target/bam/concerto.mak kernels/stereo/target/concerto.mak kernels/stereo/test/concerto.mak utils/console_io/src/concerto.mak utils/draw2d/src/concerto.mak utils/dss/src/concerto.mak utils/ethfw/src/concerto.mak utils/grpx/src/concerto.mak utils/hwa/src/concerto.mak utils/ipc/src/concerto.mak utils/iss/src/concerto.mak utils/itt_server/src/concerto.mak utils/mem/src/concerto.mak utils/misc/src/concerto.mak utils/mmc_sd/src/concerto.mak utils/network_api/src/concerto.mak utils/opengl/src/a72/concerto.mak utils/opengl/src/pc/concerto.mak utils/pcie/src/concerto.mak utils/perf_stats/src/concerto.mak utils/remote_service/src/concerto.mak utils/sciclient/src/concerto.mak utils/sensors/src/concerto.mak utils/udma/src/concerto.mak
    file TIARMCGT_ROOT=$(PSDK_PATH)/ti-cgt-arm_20.2.0.LTS
    file GCC_SYSBIOS_ARM_ROOT=$(PSDK_PATH)/gcc-arm-9.2-2019.12-x86_64-aarch64-none-elf
    file CGT6X_ROOT=$(PSDK_PATH)/ti-cgt-c6000_8.3.2
    file CGT7X_ROOT=$(PSDK_PATH)/ti-cgt-c7000_1.3.0.STS
    undefined GCC_WINDOWS_ROOT=
    file GCC_LINUX_ROOT=/usr/
    file GCC_QNX_ROOT=$(QNX_HOST)/usr/bin
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:R5F:3:debug:TIARMCGT
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=TIARMCGT
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=SYSBIOS
    TARGET_CPU=R5F
    TARGET_ARCH=32
    TARGET_FAMILY=ARM
    TARGET_NUM_CORES=3
    TARGET_PLATFORM=J7
    TARGET_BUILD=debug
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/debug
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/debug/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_R5F_3_debug_TIARMCGT_DEFS = SYSBIOS J7 R5F="R5F" TARGET_NUM_CORES=3 TARGET_ARCH=32 ARCH_32 ARM TARGET_BUILD=2
    J7_SYSBIOS_R5F_3_debug_TIARMCGT_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:C66:2:debug:CGT6X
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=CGT6X
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=SYSBIOS
    TARGET_CPU=C66
    TARGET_ARCH=32
    TARGET_FAMILY=DSP
    TARGET_NUM_CORES=2
    TARGET_PLATFORM=J7
    TARGET_BUILD=debug
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/debug
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/debug/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_C66_2_debug_CGT6X_DEFS = SYSBIOS J7 C66="C66" TARGET_NUM_CORES=2 TARGET_ARCH=32 ARCH_32 DSP TARGET_BUILD=2
    J7_SYSBIOS_C66_2_debug_CGT6X_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    Build Skipped for kernels.stereo.target.bam.J7.SYSBIOS.C66.debug:vx_target_kernels_stereo_bam
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:C71:1:debug:CGT7X
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=CGT7X
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=SYSBIOS
    TARGET_CPU=C71
    TARGET_ARCH=64
    TARGET_FAMILY=DSP
    TARGET_NUM_CORES=1
    TARGET_PLATFORM=J7
    TARGET_BUILD=debug
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/debug
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/debug/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_C71_1_debug_CGT7X_DEFS = SYSBIOS J7 C71="C71" TARGET_NUM_CORES=1 TARGET_ARCH=64 ARCH_64 DSP TARGET_BUILD=2
    J7_SYSBIOS_C71_1_debug_CGT7X_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    #######################################################################
    TARGET_COMBO=J7:LINUX:A72:1:debug:GCC_LINUX_ARM
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=GCC_LINUX_ARM
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=LINUX
    TARGET_CPU=A72
    TARGET_ARCH=64
    TARGET_FAMILY=ARM
    TARGET_NUM_CORES=1
    TARGET_PLATFORM=J7
    TARGET_BUILD=debug
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_LINUX_A72_1_debug_GCC_LINUX_ARM_DEFS = LINUX J7 A72="A72" TARGET_NUM_CORES=1 TARGET_ARCH=64 ARCH_64 ARM TARGET_BUILD=2
    J7_LINUX_A72_1_debug_GCC_LINUX_ARM_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    Build Skipped for kernels.stereo.target.bam.J7.LINUX.A72.debug:vx_target_kernels_stereo_bam
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:R5F:3:release:TIARMCGT
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=TIARMCGT
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=SYSBIOS
    TARGET_CPU=R5F
    TARGET_ARCH=32
    TARGET_FAMILY=ARM
    TARGET_NUM_CORES=3
    TARGET_PLATFORM=J7
    TARGET_BUILD=release
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/release
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/release/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_R5F_3_release_TIARMCGT_DEFS = SYSBIOS J7 R5F="R5F" TARGET_NUM_CORES=3 TARGET_ARCH=32 ARCH_32 ARM TARGET_BUILD=1
    J7_SYSBIOS_R5F_3_release_TIARMCGT_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:C66:2:release:CGT6X
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=CGT6X
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=SYSBIOS
    TARGET_CPU=C66
    TARGET_ARCH=32
    TARGET_FAMILY=DSP
    TARGET_NUM_CORES=2
    TARGET_PLATFORM=J7
    TARGET_BUILD=release
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/release
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/release/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_C66_2_release_CGT6X_DEFS = SYSBIOS J7 C66="C66" TARGET_NUM_CORES=2 TARGET_ARCH=32 ARCH_32 DSP TARGET_BUILD=1
    J7_SYSBIOS_C66_2_release_CGT6X_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    Build Skipped for kernels.stereo.target.bam.J7.SYSBIOS.C66.release:vx_target_kernels_stereo_bam
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:C71:1:release:CGT7X
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=CGT7X
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=SYSBIOS
    TARGET_CPU=C71
    TARGET_ARCH=64
    TARGET_FAMILY=DSP
    TARGET_NUM_CORES=1
    TARGET_PLATFORM=J7
    TARGET_BUILD=release
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/release
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/release/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_C71_1_release_CGT7X_DEFS = SYSBIOS J7 C71="C71" TARGET_NUM_CORES=1 TARGET_ARCH=64 ARCH_64 DSP TARGET_BUILD=1
    J7_SYSBIOS_C71_1_release_CGT7X_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    #######################################################################
    TARGET_COMBO=J7:LINUX:A72:1:release:GCC_LINUX_ARM
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=GCC_LINUX_ARM
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=LINUX
    TARGET_CPU=A72
    TARGET_ARCH=64
    TARGET_FAMILY=ARM
    TARGET_NUM_CORES=1
    TARGET_PLATFORM=J7
    TARGET_BUILD=release
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_LINUX_A72_1_release_GCC_LINUX_ARM_DEFS = LINUX J7 A72="A72" TARGET_NUM_CORES=1 TARGET_ARCH=64 ARCH_64 ARM TARGET_BUILD=1
    J7_LINUX_A72_1_release_GCC_LINUX_ARM_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    Build Skipped for kernels.stereo.target.bam.J7.LINUX.A72.release:vx_target_kernels_stereo_bam
    # SDK paths OK !!!
    make all
    make[1]: Entering directory '/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps'
    SHELL=/bin/sh
    TARGET_MAKEFILES=applibs/srv_bowl_lut_gen_applib/concerto.mak applibs/srv_calibration_applib/concerto.mak applibs/test/concerto.mak apps/basic_demos/app_c7x_kernel/c7x/concerto.mak apps/basic_demos/app_c7x_kernel/concerto.mak apps/basic_demos/app_dof/concerto.mak apps/basic_demos/app_dof2/concerto.mak apps/basic_demos/app_encode/concerto.mak apps/basic_demos/app_ipc/concerto.mak apps/basic_demos/app_linux_arm_opengl_mosaic/concerto.mak apps/basic_demos/app_linux_fd_exchange/concerto.mak apps/basic_demos/app_mem/concerto.mak apps/basic_demos/app_multi_cam/concerto.mak apps/basic_demos/app_remote_log/concerto.mak apps/basic_demos/app_single_cam/concerto.mak apps/basic_demos/app_stereo/concerto.mak apps/basic_demos/app_test_framework/concerto.mak apps/basic_demos/app_tirtos/common/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/c66x_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/c66x_2/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/c7x_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu1_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu1_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu2_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu2_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu3_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mcu3_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_linux/mpu1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/c66x_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/c66x_2/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/c7x_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu1_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu1_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu2_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu2_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu3_0/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mcu3_1/concerto.mak apps/basic_demos/app_tirtos/tirtos_qnx/mpu1/concerto.mak apps/basic_demos/app_vx_conformance/concerto.mak apps/basic_demos/app_vx_tutorial/concerto.mak apps/dl_demos/app_tidl/concerto.mak apps/dl_demos/app_tidl_avp/concerto.mak apps/dl_demos/app_tidl_avp2/concerto.mak apps/dl_demos/app_tidl_avp3/concerto.mak apps/dl_demos/app_tidl_cam/concerto.mak apps/dl_demos/app_tidl_od/concerto.mak apps/dl_demos/app_tidl_seg/concerto.mak apps/generic_tester/concerto.mak apps/ptk_demos/app_common/concerto.mak apps/ptk_demos/app_dof_sfm_fisheye/concerto.mak apps/ptk_demos/app_lidar_ogmap/concerto.mak apps/ptk_demos/app_radar_gtrack/concerto.mak apps/ptk_demos/app_sde_multilayer/concerto.mak apps/ptk_demos/app_sde_obstacle_detection/concerto.mak apps/ptk_demos/app_surround_radar_ogmap/concerto.mak apps/ptk_demos/app_valet_parking/concerto.mak apps/ptk_demos/applibs/fused_ogmap_applib/concerto.mak apps/ptk_demos/applibs/lidar_ogmap_applib/concerto.mak apps/ptk_demos/applibs/ps_mapping_applib/concerto.mak apps/ptk_demos/applibs/radar_gtrack_applib/concerto.mak apps/ptk_demos/applibs/sde_multilayer_applib/concerto.mak apps/ptk_demos/applibs/sde_obstacle_detection_applib/concerto.mak apps/ptk_demos/applibs/sde_singlelayer_applib/concerto.mak apps/ptk_demos/applibs/surround_radar_ogmap_applib/concerto.mak apps/ptk_demos/applibs/surround_sfm_ogmap_applib/concerto.mak apps/srv_demos/app_srv_calibration/concerto.mak apps/srv_demos/app_srv_camera/concerto.mak apps/srv_demos/app_srv_fileio/concerto.mak kernels/common/target/concerto.mak kernels/fileio/arm/concerto.mak kernels/fileio/host/concerto.mak kernels/img_proc/arm/concerto.mak kernels/img_proc/c66/concerto.mak kernels/img_proc/host/concerto.mak kernels/lidar/arm/concerto.mak kernels/lidar/host/concerto.mak kernels/park_assist/host/concerto.mak kernels/park_assist/target/concerto.mak kernels/sample/a72/concerto.mak kernels/sample/host/concerto.mak kernels/sample/r5f/concerto.mak kernels/srv/c66/concerto.mak kernels/srv/gpu/3dsrv/Tools/concerto.mak kernels/srv/gpu/3dsrv/concerto.mak kernels/srv/gpu/concerto.mak kernels/srv/host/concerto.mak kernels/srv/test/concerto.mak kernels/stereo/host/concerto.mak kernels/stereo/target/bam/concerto.mak kernels/stereo/target/concerto.mak kernels/stereo/test/concerto.mak utils/console_io/src/concerto.mak utils/draw2d/src/concerto.mak utils/dss/src/concerto.mak utils/ethfw/src/concerto.mak utils/grpx/src/concerto.mak utils/hwa/src/concerto.mak utils/ipc/src/concerto.mak utils/iss/src/concerto.mak utils/itt_server/src/concerto.mak utils/mem/src/concerto.mak utils/misc/src/concerto.mak utils/mmc_sd/src/concerto.mak utils/network_api/src/concerto.mak utils/opengl/src/a72/concerto.mak utils/opengl/src/pc/concerto.mak utils/pcie/src/concerto.mak utils/perf_stats/src/concerto.mak utils/remote_service/src/concerto.mak utils/sciclient/src/concerto.mak utils/sensors/src/concerto.mak utils/udma/src/concerto.mak
    file TIARMCGT_ROOT=$(PSDK_PATH)/ti-cgt-arm_20.2.0.LTS
    file GCC_SYSBIOS_ARM_ROOT=$(PSDK_PATH)/gcc-arm-9.2-2019.12-x86_64-aarch64-none-elf
    file CGT6X_ROOT=$(PSDK_PATH)/ti-cgt-c6000_8.3.2
    file CGT7X_ROOT=$(PSDK_PATH)/ti-cgt-c7000_1.3.0.STS
    undefined GCC_WINDOWS_ROOT=
    file GCC_LINUX_ROOT=/usr/
    environment GCC_QNX_ROOT=/home//qnx700/host/linux/x86_64/usr/bin
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:R5F:3:debug:TIARMCGT
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=TIARMCGT
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=SYSBIOS
    TARGET_CPU=R5F
    TARGET_ARCH=32
    TARGET_FAMILY=ARM
    TARGET_NUM_CORES=3
    TARGET_PLATFORM=J7
    TARGET_BUILD=debug
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/debug
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/debug/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_R5F_3_debug_TIARMCGT_DEFS = SYSBIOS J7 R5F="R5F" TARGET_NUM_CORES=3 TARGET_ARCH=32 ARCH_32 ARM TARGET_BUILD=2
    J7_SYSBIOS_R5F_3_debug_TIARMCGT_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:C66:2:debug:CGT6X
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=CGT6X
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=SYSBIOS
    TARGET_CPU=C66
    TARGET_ARCH=32
    TARGET_FAMILY=DSP
    TARGET_NUM_CORES=2
    TARGET_PLATFORM=J7
    TARGET_BUILD=debug
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/debug
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/debug/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_C66_2_debug_CGT6X_DEFS = SYSBIOS J7 C66="C66" TARGET_NUM_CORES=2 TARGET_ARCH=32 ARCH_32 DSP TARGET_BUILD=2
    J7_SYSBIOS_C66_2_debug_CGT6X_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    Build Skipped for kernels.stereo.target.bam.J7.SYSBIOS.C66.debug:vx_target_kernels_stereo_bam
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:C71:1:debug:CGT7X
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=CGT7X
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=SYSBIOS
    TARGET_CPU=C71
    TARGET_ARCH=64
    TARGET_FAMILY=DSP
    TARGET_NUM_CORES=1
    TARGET_PLATFORM=J7
    TARGET_BUILD=debug
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/debug
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/debug/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_C71_1_debug_CGT7X_DEFS = SYSBIOS J7 C71="C71" TARGET_NUM_CORES=1 TARGET_ARCH=64 ARCH_64 DSP TARGET_BUILD=2
    J7_SYSBIOS_C71_1_debug_CGT7X_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    #######################################################################
    TARGET_COMBO=J7:LINUX:A72:1:debug:GCC_LINUX_ARM
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=GCC_LINUX_ARM
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=LINUX
    TARGET_CPU=A72
    TARGET_ARCH=64
    TARGET_FAMILY=ARM
    TARGET_NUM_CORES=1
    TARGET_PLATFORM=J7
    TARGET_BUILD=debug
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_LINUX_A72_1_debug_GCC_LINUX_ARM_DEFS = LINUX J7 A72="A72" TARGET_NUM_CORES=1 TARGET_ARCH=64 ARCH_64 ARM TARGET_BUILD=2
    J7_LINUX_A72_1_debug_GCC_LINUX_ARM_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    Build Skipped for kernels.stereo.target.bam.J7.LINUX.A72.debug:vx_target_kernels_stereo_bam
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:R5F:3:release:TIARMCGT
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=TIARMCGT
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=SYSBIOS
    TARGET_CPU=R5F
    TARGET_ARCH=32
    TARGET_FAMILY=ARM
    TARGET_NUM_CORES=3
    TARGET_PLATFORM=J7
    TARGET_BUILD=release
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/release
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/release/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_R5F_3_release_TIARMCGT_DEFS = SYSBIOS J7 R5F="R5F" TARGET_NUM_CORES=3 TARGET_ARCH=32 ARCH_32 ARM TARGET_BUILD=1
    J7_SYSBIOS_R5F_3_release_TIARMCGT_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:C66:2:release:CGT6X
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=CGT6X
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=SYSBIOS
    TARGET_CPU=C66
    TARGET_ARCH=32
    TARGET_FAMILY=DSP
    TARGET_NUM_CORES=2
    TARGET_PLATFORM=J7
    TARGET_BUILD=release
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/release
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/release/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_C66_2_release_CGT6X_DEFS = SYSBIOS J7 C66="C66" TARGET_NUM_CORES=2 TARGET_ARCH=32 ARCH_32 DSP TARGET_BUILD=1
    J7_SYSBIOS_C66_2_release_CGT6X_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    Build Skipped for kernels.stereo.target.bam.J7.SYSBIOS.C66.release:vx_target_kernels_stereo_bam
    #######################################################################
    TARGET_COMBO=J7:SYSBIOS:C71:1:release:CGT7X
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=CGT7X
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=SYSBIOS
    TARGET_CPU=C71
    TARGET_ARCH=64
    TARGET_FAMILY=DSP
    TARGET_NUM_CORES=1
    TARGET_PLATFORM=J7
    TARGET_BUILD=release
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/release
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/release/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_SYSBIOS_C71_1_release_CGT7X_DEFS = SYSBIOS J7 C71="C71" TARGET_NUM_CORES=1 TARGET_ARCH=64 ARCH_64 DSP TARGET_BUILD=1
    J7_SYSBIOS_C71_1_release_CGT7X_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    #######################################################################
    TARGET_COMBO=J7:LINUX:A72:1:release:GCC_LINUX_ARM
    HOST_ROOT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps
    HOST_COMPILER=GCC_LINUX_ARM
    HOST_PLATFORM=PC
    HOST_OS=LINUX
    HOST_CPU=x86_64
    HOST_ARCH=64
    HOST_FAMILY=x86_64
    HOST_NUM_CORES=8
    TARGET_OS=LINUX
    TARGET_CPU=A72
    TARGET_ARCH=64
    TARGET_FAMILY=ARM
    TARGET_NUM_CORES=1
    TARGET_PLATFORM=J7
    TARGET_BUILD=release
    TARGET_OUT=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release
    TARGET_DOC=/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/docs
    BUILD_DEFS =  CUSTOM_KERNEL_PATH BUILD_TUTORIAL BUILD_CONFORMANCE_TEST
    J7_LINUX_A72_1_release_GCC_LINUX_ARM_DEFS = LINUX J7 A72="A72" TARGET_NUM_CORES=1 TARGET_ARCH=64 ARCH_64 ARM TARGET_BUILD=1
    J7_LINUX_A72_1_release_GCC_LINUX_ARM_LDIRS = 
    SCM_ROOT=
    SCM_VERSION=
    Build Skipped for kernels.stereo.target.bam.J7.LINUX.A72.release:vx_target_kernels_stereo_bam
    Building app_tirtos_common_mcu2_0.lib as static library
    Building app_tirtos_linux.lib as static library
    Running xdc configuro for apps.basic_demos.app_tirtos.tirtos_linux.mcu2_0
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/debug/vx_app_tirtos_linux_mcu2_0.out
    error: cannot find file "ti_imaging_awbalg.lib"
    error: cannot find file "ti_imaging_dcc.lib"
    
     undefined            first referenced                                                                                                                  
      symbol                  in file                                                                                                                       
     ---------            ----------------                                                                                                                  
     Dcc_Create           /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/lib/J7/R5F/SYSBIOS/debug/vx_target_kernels_vpac_viss.lib<vx_vpac_viss_target_dcc.obj>
     TI_AWB_do            /root/ti/psdk_rtos_auto_j7_07_00_00_11/imaging/lib/J7/R5F/SYSBIOS/debug/vx_target_kernels_imaging_aewb.lib<vx_aewb_target.obj>    
     TI_AWB_init          /root/ti/psdk_rtos_auto_j7_07_00_00_11/imaging/lib/J7/R5F/SYSBIOS/debug/vx_target_kernels_imaging_aewb.lib<vx_aewb_target.obj>    
     TI_AWB_stab          /root/ti/psdk_rtos_auto_j7_07_00_00_11/imaging/lib/J7/R5F/SYSBIOS/debug/vx_target_kernels_imaging_aewb.lib<vx_aewb_target.obj>    
     calc_dcc_outbuf_size /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/lib/J7/R5F/SYSBIOS/debug/vx_target_kernels_vpac_viss.lib<vx_vpac_viss_target_dcc.obj>
     dcc_interp_CCM       /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/lib/J7/R5F/SYSBIOS/debug/vx_target_kernels_vpac_viss.lib<vx_vpac_viss_target_dcc.obj>
     dcc_update           /root/ti/psdk_rtos_auto_j7_07_00_00_11/tiovx/lib/J7/R5F/SYSBIOS/debug/vx_target_kernels_vpac_viss.lib<vx_vpac_viss_target_dcc.obj>
    
    error: unresolved symbols remain
    error: errors encountered during linking;
       "/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/debug
       /vx_app_tirtos_linux_mcu2_0.out" not built
    concerto/finale.mak:206: recipe for target '/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/debug/vx_app_tirtos_linux_mcu2_0.out' failed
    make[1]: [/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/debug/vx_app_tirtos_linux_mcu2_0.out] Error 1 (ignored)
    Building vx_app_tirtos_linux_mcu2_0.out as static library
    Building app_tirtos_qnx.lib as static library
    Building vx_kernels_common.lib as static library
    Building vx_target_kernels_img_proc_r5f.lib as static library
    Building vx_kernels_lidar.lib as static library
    Building vx_target_kernels_sample_r5f.lib as static library
    Building vx_kernels_stereo_tests.lib as static library
    Building app_utils_console_io.lib as static library
    Building app_utils_draw2d.lib as static library
    Building app_utils_dss.lib as static library
    Building app_utils_ethfw.lib as static library
    Building app_utils_hwa.lib as static library
    Building app_utils_ipc.lib as static library
    Building app_utils_iss.lib as static library
    Building itt_server.lib as static library
    Building app_utils_mem.lib as static library
    Building app_utils_misc.lib as static library
    Building network_api.lib as static library
    Building app_utils_pcie_queue.lib as static library
    Building app_utils_perf_stats.lib as static library
    Building app_utils_remote_service.lib as static library
    Building app_utils_sciclient.lib as static library
    Building app_utils_sensors.lib as static library
    Building app_utils_udma.lib as static library
    Building app_tirtos_common_c6x_1.lib as static library
    Building app_tirtos_common_c6x_2.lib as static library
    Running xdc configuro for apps.basic_demos.app_tirtos.tirtos_linux.c66x_1
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/debug/vx_app_tirtos_linux_c6x_1.out
    Building vx_app_tirtos_linux_c6x_1.out as static library
    Running xdc configuro for apps.basic_demos.app_tirtos.tirtos_linux.c66x_2
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/debug/vx_app_tirtos_linux_c6x_2.out
    Building vx_app_tirtos_linux_c6x_2.out as static library
    Building app_tirtos_linux.lib as static library
    Building app_tirtos_qnx.lib as static library
    Building vx_app_ptk_demo_common.lib as static library
    Building vx_kernels_common.lib as static library
    Building vx_target_kernels_img_proc_c66.lib as static library
    Building vx_target_kernels_lidar_arm.lib as static library
    Building vx_target_kernels_park_assist.lib as static library
    Building vx_target_kernels_srv_c66.lib as static library
    Building vx_target_kernels_stereo.lib as static library
    Building app_utils_console_io.lib as static library
    Building app_utils_ipc.lib as static library
    Building app_utils_iss.lib as static library
    Building itt_server.lib as static library
    Building app_utils_mem.lib as static library
    Building app_utils_misc.lib as static library
    Building network_api.lib as static library
    Building app_utils_perf_stats.lib as static library
    Building app_utils_remote_service.lib as static library
    Building app_utils_sciclient.lib as static library
    Building app_utils_udma.lib as static library
    Building vx_app_c7x_target_kernel.lib as static library
    Building app_tirtos_common_c7x_1.lib as static library
    Running xdc configuro for apps.basic_demos.app_tirtos.tirtos_linux.c7x_1
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/debug/vx_app_tirtos_linux_c7x_1.out
    Building vx_app_tirtos_linux_c7x_1.out as static library
    Building app_tirtos_linux.lib as static library
    Building app_tirtos_qnx.lib as static library
    Building vx_app_ptk_demo_common.lib as static library
    Building vx_kernels_common.lib as static library
    Building vx_target_kernels_park_assist.lib as static library
    Building vx_target_kernels_stereo.lib as static library
    Building app_utils_console_io.lib as static library
    Building app_utils_ipc.lib as static library
    Building app_utils_iss.lib as static library
    Building itt_server.lib as static library
    Building app_utils_mem.lib as static library
    Building app_utils_misc.lib as static library
    Building network_api.lib as static library
    Building app_utils_perf_stats.lib as static library
    Building app_utils_remote_service.lib as static library
    Building app_utils_sciclient.lib as static library
    Building app_utils_udma.lib as static library
    Required system library libvx_tiovx_tests.a
    Required system library libvx_conformance_tests.a
    Required system library libvx_conformance_engine.a
    Required system library libvx_conformance_tests_testmodule.a
    Required system library libvx_vxu.a
    Required system library libvx_framework.a
    Required system library libvx_kernels_host_utils.a
    Required system library libvx_kernels_target_utils.a
    Required system library libvx_platform_psdk_j7_linux.a
    Required system library libvx_kernels_openvx_core.a
    Required system library libvx_kernels_test_kernels_tests.a
    Required system library libvx_kernels_test_kernels.a
    Required system library libvx_target_kernels_source_sink.a
    Required system library libvx_utils.a
    Required system library libvx_kernels_hwa_tests.a
    Required system library libvx_kernels_hwa.a
    Required system library libvx_tiovx_tidl_tests.a
    Required system library libvx_kernels_tidl.a
    Required system library libvx_tutorial.a
    Required system library libstdc++.so
    Required system library libm.so
    Required system library librt.so
    Required system library libpthread.so
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_c7x_kernel.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_dense_optical_flow.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_dense_optical_flow2.out
    Required system library libvx_kernels_imaging.a
    Required system library libvx_target_kernels_imaging_aewb.a
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_encode.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_linux_arm_ipc.out
    Required system library libEGL.so
    Required system library libGLESv2.so
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_arm_opengl_mosaic.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_arm_fd_exchange_producer.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_arm_fd_exchange_consumer.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_linux_arm_mem.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_multi_cam.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_linux_arm_remote_log.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_single_cam.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/libvx_app_ptk_demo_common.a
    Required system library libptk_base.a
    Required system library libptk_algos.a
    Required system library libptk_dbtools.a
    Required system library libptk_utils.a
    Required system library libptk_net.a
    Required system library libptk_drv.a
    Required system library libptk_gui.a
    Required system library libwayland-client.so
    Required system library libwayland-server.so
    Required system library libwayland-egl.so
    Required system library libfreetype.so
    Required system library libIL.so
    Required system library libILU.so
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_stereo_depth.out
    Required system library libti_imaging_awbalg.a
    Required system library libti_imaging_dcc.a
    Required system library libti_imaging_aealg.a
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_test_framework.out
    /root/ti/psdk_rtos_auto_j7_07_00_00_11/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: cannot find -lti_imaging_awbalg
    /root/ti/psdk_rtos_auto_j7_07_00_00_11/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: cannot find -lti_imaging_dcc
    collect2: error: ld returned 1 exit status
    concerto/finale.mak:206: recipe for target '/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_test_framework.out' failed
    make[1]: [/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_test_framework.out] Error 1 (ignored)
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_conformance.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_tutorial.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_tidl.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_tidl_avp.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_tidl_avp2.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_tidl_avp3.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_tidl_cam.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_tidl_od.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_tidl_seg.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_aimtidl_generic_tester.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_dof_sfm_fisheye.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_lidar_ogmap.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_radar_gtrack.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_sde_multilayer.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_sde_obstacle_detection.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_surround_radar_ogmap.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_valet_parking.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_srv_calibration.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_srv_camera.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug/vx_app_srv_fileio.out
    Building app_tirtos_common_mcu2_0.lib as static library
    Building app_tirtos_linux.lib as static library
    Running xdc configuro for apps.basic_demos.app_tirtos.tirtos_linux.mcu2_0
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/release/vx_app_tirtos_linux_mcu2_0.out
    Building vx_app_tirtos_linux_mcu2_0.out as static library
    Building app_tirtos_qnx.lib as static library
    Building vx_kernels_common.lib as static library
    Building vx_target_kernels_img_proc_r5f.lib as static library
    Building vx_kernels_lidar.lib as static library
    Building vx_target_kernels_sample_r5f.lib as static library
    Building vx_kernels_stereo_tests.lib as static library
    Building app_utils_console_io.lib as static library
    Building app_utils_draw2d.lib as static library
    Building app_utils_dss.lib as static library
    Building app_utils_ethfw.lib as static library
    Building app_utils_hwa.lib as static library
    Building app_utils_ipc.lib as static library
    Building app_utils_iss.lib as static library
    Building itt_server.lib as static library
    Building app_utils_mem.lib as static library
    Building app_utils_misc.lib as static library
    Building network_api.lib as static library
    Building app_utils_pcie_queue.lib as static library
    Building app_utils_perf_stats.lib as static library
    Building app_utils_remote_service.lib as static library
    Building app_utils_sciclient.lib as static library
    Building app_utils_sensors.lib as static library
    Building app_utils_udma.lib as static library
    Building app_tirtos_common_c6x_1.lib as static library
    Building app_tirtos_common_c6x_2.lib as static library
    Running xdc configuro for apps.basic_demos.app_tirtos.tirtos_linux.c66x_1
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/release/vx_app_tirtos_linux_c6x_1.out
    Building vx_app_tirtos_linux_c6x_1.out as static library
    Running xdc configuro for apps.basic_demos.app_tirtos.tirtos_linux.c66x_2
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/release/vx_app_tirtos_linux_c6x_2.out
    Building vx_app_tirtos_linux_c6x_2.out as static library
    Building app_tirtos_linux.lib as static library
    Building app_tirtos_qnx.lib as static library
    Building vx_app_ptk_demo_common.lib as static library
    Building vx_kernels_common.lib as static library
    Building vx_target_kernels_img_proc_c66.lib as static library
    Building vx_target_kernels_lidar_arm.lib as static library
    Building vx_target_kernels_park_assist.lib as static library
    Building vx_target_kernels_srv_c66.lib as static library
    Building vx_target_kernels_stereo.lib as static library
    Building app_utils_console_io.lib as static library
    Building app_utils_ipc.lib as static library
    Building app_utils_iss.lib as static library
    Building itt_server.lib as static library
    Building app_utils_mem.lib as static library
    Building app_utils_misc.lib as static library
    Building network_api.lib as static library
    Building app_utils_perf_stats.lib as static library
    Building app_utils_remote_service.lib as static library
    Building app_utils_sciclient.lib as static library
    Building app_utils_udma.lib as static library
    Building vx_app_c7x_target_kernel.lib as static library
    Building app_tirtos_common_c7x_1.lib as static library
    Running xdc configuro for apps.basic_demos.app_tirtos.tirtos_linux.c7x_1
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/release/vx_app_tirtos_linux_c7x_1.out
    Building vx_app_tirtos_linux_c7x_1.out as static library
    Building app_tirtos_linux.lib as static library
    Building app_tirtos_qnx.lib as static library
    Building vx_app_ptk_demo_common.lib as static library
    Building vx_kernels_common.lib as static library
    Building vx_target_kernels_park_assist.lib as static library
    Building vx_target_kernels_stereo.lib as static library
    Building app_utils_console_io.lib as static library
    Building app_utils_ipc.lib as static library
    Building app_utils_iss.lib as static library
    Building itt_server.lib as static library
    Building app_utils_mem.lib as static library
    Building app_utils_misc.lib as static library
    Building network_api.lib as static library
    Building app_utils_perf_stats.lib as static library
    Building app_utils_remote_service.lib as static library
    Building app_utils_sciclient.lib as static library
    Building app_utils_udma.lib as static library
    Required system library libvx_tiovx_tests.a
    Required system library libvx_conformance_tests.a
    Required system library libvx_conformance_engine.a
    Required system library libvx_conformance_tests_testmodule.a
    Required system library libvx_vxu.a
    Required system library libvx_framework.a
    Required system library libvx_kernels_host_utils.a
    Required system library libvx_kernels_target_utils.a
    Required system library libvx_platform_psdk_j7_linux.a
    Required system library libvx_kernels_openvx_core.a
    Required system library libvx_kernels_test_kernels_tests.a
    Required system library libvx_kernels_test_kernels.a
    Required system library libvx_target_kernels_source_sink.a
    Required system library libvx_utils.a
    Required system library libvx_kernels_hwa_tests.a
    Required system library libvx_kernels_hwa.a
    Required system library libvx_tiovx_tidl_tests.a
    Required system library libvx_kernels_tidl.a
    Required system library libvx_tutorial.a
    Required system library libstdc++.so
    Required system library libm.so
    Required system library librt.so
    Required system library libpthread.so
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_c7x_kernel.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_dense_optical_flow.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_dense_optical_flow2.out
    Required system library libvx_kernels_imaging.a
    Required system library libvx_target_kernels_imaging_aewb.a
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_encode.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_linux_arm_ipc.out
    Required system library libEGL.so
    Required system library libGLESv2.so
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_arm_opengl_mosaic.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_arm_fd_exchange_producer.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_arm_fd_exchange_consumer.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_linux_arm_mem.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_multi_cam.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_linux_arm_remote_log.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_single_cam.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/libvx_app_ptk_demo_common.a
    Required system library libptk_base.a
    Required system library libptk_algos.a
    Required system library libptk_dbtools.a
    Required system library libptk_utils.a
    Required system library libptk_net.a
    Required system library libptk_drv.a
    Required system library libptk_gui.a
    Required system library libwayland-client.so
    Required system library libwayland-server.so
    Required system library libwayland-egl.so
    Required system library libfreetype.so
    Required system library libIL.so
    Required system library libILU.so
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_stereo_depth.out
    Required system library libti_imaging_awbalg.a
    Required system library libti_imaging_dcc.a
    Required system library libti_imaging_aealg.a
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_test_framework.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_conformance.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_tutorial.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_tidl.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_tidl_avp.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_tidl_avp2.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_tidl_avp3.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_tidl_cam.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_tidl_od.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_tidl_seg.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_aimtidl_generic_tester.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_dof_sfm_fisheye.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_lidar_ogmap.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_radar_gtrack.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_sde_multilayer.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_sde_obstacle_detection.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_surround_radar_ogmap.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_valet_parking.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_srv_calibration.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_srv_camera.out
    Linking /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release/vx_app_srv_fileio.out
    Copying built libraries: /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/debug to /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/lib/J7/R5F/SYSBIOS/debug
    Copying built libraries: /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/debug to /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/lib/J7/C66/SYSBIOS/debug
    Copying built libraries: /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/debug to /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/lib/J7/C71/SYSBIOS/debug
    Copying built libraries: /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/debug to /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/lib/J7/A72/LINUX/debug
    Copying built libraries: /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/R5F/SYSBIOS/release to /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/lib/J7/R5F/SYSBIOS/release
    Copying built libraries: /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C66/SYSBIOS/release to /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/lib/J7/C66/SYSBIOS/release
    Copying built libraries: /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/C71/SYSBIOS/release to /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/lib/J7/C71/SYSBIOS/release
    Copying built libraries: /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/out/J7/A72/LINUX/release to /root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps/lib/J7/A72/LINUX/release
    make[1]: Leaving directory '/root/ti/psdk_rtos_auto_j7_07_00_00_11/vision_apps'
    

  • Gergely,

    The 7.0 release came with some prebuilt imaging libraries (not source) which were only populated for release build but not debug.  We have corrected this for the next release, but in the mean time, there is a simple fix.  Please follow these commands:

    cd imaging/lib
    
    cp J7/R5F/SYSBIOS/release/ti_imaging_dcc.lib J7/R5F/SYSBIOS/debug/ti_imaging_dcc.lib
    cp J7/A72/SYSBIOS/release/libti_imaging_dcc.a J7/A72/SYSBIOS/debug/libti_imaging_dcc.a
    cp J7/A72/LINUX/release/libti_imaging_dcc.a J7/A72/LINUX/debug/libti_imaging_dcc.a
    cp PC/x86_64/LINUX/release/libti_imaging_dcc.a PC/x86_64/LINUX/debug/libti_imaging_dcc.a
    
    cp J7/R5F/SYSBIOS/release/ti_imaging_awbalg.lib J7/R5F/SYSBIOS/debug/ti_imaging_awbalg.lib
    cp J7/A72/SYSBIOS/release/libti_imaging_awbalg.a J7/A72/SYSBIOS/debug/libti_imaging_awbalg.a
    cp J7/A72/LINUX/release/libti_imaging_awbalg.a J7/A72/LINUX/debug/libti_imaging_awbalg.a
    cp PC/x86_64/LINUX/release/libti_imaging_awbalg.a PC/x86_64/LINUX/debug/libti_imaging_awbalg.a

  • Hi Jesse,

    I used this workaround to build my application in debug mode before.

    According to the initial question of this thread there was a comment I tried to modify the codes by. It is not clear that when should this tivxAlgiVisionAllocMem() function be invoked, there's not even a debug symbol like this included in the dl_demo applications nor mine after a clean rebuild in debug mode.

    Is there any chance to get a finalized version of this SDK in the nearby future?

  • tivxAlgiVisionAllocMem is built and linked on the C7X DSP firmware, so you wouldn't see it as a debug symbol in the dl_demo application that runs on A72.  However, the error logs can be shown from DSP to the linux console.  In order to see them, you need to run the ./vision_apps_init.sh script (/opt/vision_apps/vision_apps_init.sh) before running your application which internally calls an executable to display the logs running on the firmware to the linux terminal window so you can see those firmware logs.

    Reference:https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/vision_apps/docs/user_guide/RUN_INSTRUCTIONS.html#run_step_run_on_evm_linux

    I am not sure what you mean by finalized version of SDK. Our next version is in November, but we typically have 3-4 releases per year with updates.

    Regards,

    Jesse

  • Thank You Jesse,

    Unfortunately no further log came from there.
    If in any case the logger writes its output to a specific TTY or the UART itself (dod not read the source of this logger yet), than it could be the problem, becasue I am connecting to the board via SSH.
    Here is the script I made to run my application:

    #!/bin/bash

    cd /opt/vision_apps

    echo -e "========================== LOGGER initialization\n\n"
    ./vx_app_linux_arm_remote_log.out &

    sleep 3

    echo -e "========================== GENERIC TESTER\n\n"
    #gdb --args \
    ./vx_aimtidl_generic_tester.out --cfg app__________.cfg


    And here is my output:
    I commented out the graph verification and graph running because it made my app idle, it was the initial reason of this thread.
    According to the comment I linked below, I highlighted the only relevant lines in this log. I am shure those errors areoriginated from the commented out sections, but in our case they are not relevant. (Also the mentioned memory addresses are not in the mapped fileds, so those objects were in the memory of A72 if I am right.) [0x4e0000    0x660000    0x180000    0x0 [heap]]

    root@j7-evm:/opt/vision_apps# ./run_generic_tester.sh
    ========================== LOGGER initialization
    
    
    [MCU2_0] 1571524.329706 s: CIO: Init ... Done !!!
    [MCU2_0] 1571524.329777 s: ### CPU Frequency <ORG = 1000000000 Hz>, <NEW = 1000000000 Hz>
    [MCU2_0] 1571524.329820 s: APP: Init ... !!!
    [MCU2_0] 1571524.329839 s: SCICLIENT: Init ... !!!
    [MCU2_0] 1571524.329925 s: SCICLIENT: DMSC FW version [20.04.1-v2020.04a (Terrific Lla]
    [MCU2_0] 1571524.329964 s: SCICLIENT: DMSC FW revision 0x14
    [MCU2_0] 1571524.329988 s: SCICLIENT: DMSC FW ABI revision 3.0
    [MCU2_0] 1571524.330011 s: SCICLIENT: Init ... Done !!!
    [MCU2_0] 1571524.330031 s: UDMA: Init ... !!!
    [MCU2_0] 1571524.330943 s: UDMA: Init ... Done !!!
    [MCU2_0] 1571524.330993 s: MEM: Init ... !!!
    [MCU2_0] 1571524.331025 s: MEM: Created heap (DDR_SHARED_MEM, id=0, flags=0x00000004) @ d2800000 of size 16777216 bytes !!!
    [MCU2_0] 1571524.331080 s: MEM: Created heap (DDR_NON_CACHE_ME, id=5, flags=0x00000000) @ ce000000 of size 67108864 bytes !!!
    [MCU2_0] 1571524.331128 s: MEM: Init ... Done !!!
    [MCU2_0] 1571524.331149 s: FVID2: Init ... !!!
    [MCU2_0] 1571524.331199 s: FVID2: Init ... Done !!!
    [MCU2_0] 1571524.331225 s: VHWA: Init ... !!!
    [MCU2_0] 1571524.331243 s: SCICLIENT: Sciclient_pmSetModuleState module=290 state=2
    [MCU2_0] 1571524.331395 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571524.331425 s: SCICLIENT: Sciclient_pmSetModuleState module=48 state=2
    [MCU2_0] 1571524.331567 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571524.331593 s: SCICLIENT: Sciclient_pmSetModuleState module=305 state=2
    [MCU2_0] 1571524.331707 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571524.331733 s: VHWA: DOF Init ... !!!
    [MCU2_0] 1571524.336462 s: VHWA: DOF Init ... Done !!!
    [MCU2_0] 1571524.336515 s: VHWA: LDC Init ... !!!
    [MCU2_0] 1571524.339031 s: VHWA: LDC Init ... Done !!!
    [MCU2_0] 1571524.339082 s: VHWA: MSC Init ... !!!
    [MCU2_0] 1571524.346723 s: VHWA: MSC Init ... Done !!!
    [MCU2_0] 1571524.346774 s: VHWA: NF Init ... !!!
    [MCU2_0] 1571524.348128 s: VHWA: NF Init ... Done !!!
    [MCU2_0] 1571524.348175 s: VHWA: SDE Init ... !!!
    [MCU2_0] 1571524.350107 s: VHWA: SDE Init ... Done !!!
    [MCU2_0] 1571524.350157 s: VHWA: VISS Init ... !!!
    [MCU2_0] 1571524.355491 s: VHWA: VISS Init ... Done !!!
    [MCU2_0] 1571524.355541 s: VHWA: VDEC Init ... !!!
    [MCU2_0] 1571524.369179 s: VHWA: VDEC Init ... Done !!!
    [MCU2_0] 1571524.369233 s: VHWA: VENC Init ... !!!
    [MCU2_0] 1571524.411613 s: VHWA: VENC Init ... Done !!!
    [MCU2_0] 1571524.411669 s: VHWA: Init ... Done !!!
    [MCU2_0] 1571524.411697 s: IPC: Init ... !!!
    [MCU2_0] 1571524.411726 s: IPC: 5 CPUs participating in IPC !!!
    [MCU2_0] 1571524.411759 s: IPC: Waiting for HLOS to be ready ... !!!
    [MCU2_0] 1571542.441466 s: IPC: HLOS is ready !!!
    [MCU2_0] 1571542.446371 s: IPC: Init ... Done !!!
    [MCU2_0] 1571542.446429 s: APP: Syncing with 4 CPUs ... !!!
    [MCU2_0] 1571542.446466 s: APP: Syncing with 4 CPUs ... Done !!!
    [MCU2_0] 1571542.446496 s: REMOTE_SERVICE: Init ... !!!
    [MCU2_0] 1571542.447796 s: REMOTE_SERVICE: Init ... Done !!!
    [MCU2_0] 1571542.447861 s: ETHFW: Init ... !!!
    [MCU2_0] 1571542.520288 s: ETHFW: Version   : 0.01.01
    [MCU2_0] 1571542.520355 s: ETHFW: Build Date: Jun 15, 2020
    [MCU2_0] 1571542.520386 s: ETHFW: Build Time: 13:54:09
    [MCU2_0] 1571542.520409 s: ETHFW: Commit SHA: 56691d1b
    [MCU2_0] 1571542.520436 s: ETHFW: Init ... DONE !!!
    [MCU2_0] 1571542.520463 s: ETHFW: Remove server Init ... !!!
    [MCU2_0] 1571542.563803 s: ETHFW: Remove server Init ... DONE !!!
    [MCU2_0] 1571542.563882 s: DSS: Init ... !!!
    [MCU2_0] 1571542.563912 s: DSS: Display type is eDP !!!
    [MCU2_0] 1571542.563935 s: DSS: SoC init ... !!!
    [MCU2_0] 1571542.563953 s: SCICLIENT: Sciclient_pmSetModuleState module=152 state=2
    [MCU2_0] 1571542.564152 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571542.564184 s: SCICLIENT: Sciclient_pmSetModuleState module=297 state=2
    [MCU2_0] 1571542.564442 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571542.564469 s: SCICLIENT: Sciclient_pmSetModuleState module=151 state=2
    [MCU2_0] 1571542.564648 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571542.564673 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=9 parent=11
    [MCU2_0] 1571542.564760 s: SCICLIENT: Sciclient_pmSetModuleClkParent success
    [MCU2_0] 1571542.564811 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=13 parent=18
    [MCU2_0] 1571542.564903 s: SCICLIENT: Sciclient_pmSetModuleClkParent success
    [MCU2_0] 1571542.564934 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=1 parent=2
    [MCU2_0] 1571542.565016 s: SCICLIENT: Sciclient_pmSetModuleClkParent success
    [MCU2_0] 1571542.565044 s: SCICLIENT: Sciclient_pmSetModuleClkFreq module=152 clk=1 freq=148500000
    [MCU2_0] 1571542.567726 s: SCICLIENT: Sciclient_pmSetModuleClkFreq success
    [MCU2_0] 1571542.567759 s: SCICLIENT: Sciclient_pmModuleClkRequest module=152 clk=1 state=2 flag=0
    [MCU2_0] 1571542.567858 s: SCICLIENT: Sciclient_pmModuleClkRequest success
    [MCU2_0] 1571542.567889 s: DSS: SoC init ... Done !!!
    [MCU2_0] 1571542.567911 s: DSS: Board init ... !!!
    [MCU2_0] 1571542.567930 s: DSS: Board init ... Done !!!
    [MCU2_0] 1571542.584528 s: DSS: Init ... Done !!!
    [MCU2_0] 1571542.584598 s:  VX_ZONE_INIT:Enabled
    [MCU2_0] 1571542.584628 s:  VX_ZONE_ERROR:Enabled
    [MCU2_0] 1571542.584649 s:  VX_ZONE_WARNING:Enabled
    [MCU2_0] 1571542.588022 s:  VX_ZONE_INIT:[tivxInit:71] Initialization Done !!!
    [MCU2_0] 1571542.588068 s: APP: OpenVX Target kernel init ... !!!
    [MCU2_0] 1571542.595629 s: APP: OpenVX Target kernel init ... Done !!!
    [MCU2_0] 1571542.595689 s: CSI2RX: Init ... !!!
    [MCU2_0] 1571542.595715 s: SCICLIENT: Sciclient_pmSetModuleState module=25 state=2
    [MCU2_0] 1571542.595839 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571542.595877 s: SCICLIENT: Sciclient_pmSetModuleState module=26 state=2
    [MCU2_0] 1571542.596024 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571542.596052 s: SCICLIENT: Sciclient_pmSetModuleState module=27 state=2
    [MCU2_0] 1571542.596192 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571542.596216 s: SCICLIENT: Sciclient_pmSetModuleState module=147 state=2
    [MCU2_0] 1571542.596307 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571542.596332 s: SCICLIENT: Sciclient_pmSetModuleState module=148 state=2
    [MCU2_0] 1571542.596417 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571542.597130 s: CSI2RX: Init ... Done !!!
    [MCU2_0] 1571542.597179 s: CSI2TX: Init ... !!!
    [MCU2_0] 1571542.597203 s: SCICLIENT: Sciclient_pmSetModuleState module=25 state=2
    [MCU2_0] 1571542.597290 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571542.597319 s: SCICLIENT: Sciclient_pmSetModuleState module=28 state=2
    [MCU2_0] 1571542.597461 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571542.597487 s: SCICLIENT: Sciclient_pmSetModuleState module=296 state=2
    [MCU2_0] 1571542.597599 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0] 1571542.598214 s: CSI2TX: Init ... Done !!!
    [MCU2_0] 1571542.598260 s: ISS: Init ... !!!
    [MCU2_0] 1571542.598322 s: Found sensor IMX390-UB953_D3 at location 0
    [MCU2_0] 1571542.598376 s: Found sensor AR0233-UB953_MARS at location 1
    [MCU2_0] 1571542.598420 s: Found sensor AR0820-UB953_LI at location 2
    [MCU2_0] 1571542.598462 s: Found sensor UB9702_TESTPATTERN at location 3
    [MCU2_0] 1571542.598488 s: IssSensor_Init ... Done !!!
    [MCU2_0] 1571542.598561 s: vissRemoteServer_Init ... Done !!!
    [MCU2_0] 1571542.598617 s: IttRemoteServer_Init ... Done !!!
    [MCU2_0] 1571542.598645 s: UDMA Copy: Init ... !!!
    [MCU2_0] 1571542.599948 s: UDMA Copy: Init ... Done !!!
    [MCU2_0] 1571542.600002 s: APP: Init ... Done !!!
    [MCU2_0] 1571542.600028 s: APP: Run ... !!!
    [MCU2_0] 1571542.600049 s: IPC: Starting echo test ...
    [MCU2_0] 1571542.602000 s: APP: Run ... Done !!!
    [MCU2_0] 1571542.603223 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] C66X_1[.] C66X_2[P] C7X_1[.]
    [MCU2_0] 1571542.603457 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] C66X_1[P] C66X_2[P] C7X_1[.]
    [MCU2_0] 1571542.603583 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] C66X_1[P] C66X_2[P] C7X_1[P]
    [C6x_1 ] 1571528.315910 s: CIO: Init ... Done !!!
    [C6x_1 ] 1571528.315944 s: ### CPU Frequency <ORG = 1350000000 Hz>, <NEW = 1350000000 Hz>
    [C6x_1 ] 1571528.315958 s: APP: Init ... !!!
    [C6x_1 ] 1571528.315966 s: SCICLIENT: Init ... !!!
    [C6x_1 ] 1571528.316040 s: SCICLIENT: DMSC FW version [20.04.1-v2020.04a (Terrific Lla]
    [C6x_1 ] 1571528.316054 s: SCICLIENT: DMSC FW revision 0x14
    [C6x_1 ] 1571528.316064 s: SCICLIENT: DMSC FW ABI revision 3.0
    [C6x_1 ] 1571528.316075 s: SCICLIENT: Init ... Done !!!
    [C6x_1 ] 1571528.316084 s: UDMA: Init ... !!!
    [C6x_1 ] 1571528.317008 s: UDMA: Init ... Done !!!
    [C6x_1 ] 1571528.317032 s: MEM: Init ... !!!
    [C6x_1 ] 1571528.317045 s: MEM: Created heap (DDR_SHARED_MEM, id=0, flags=0x00000004) @ d4000000 of size 16777216 bytes !!!
    [C6x_1 ] 1571528.317064 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 800000 of size 229376 bytes !!!
    [C6x_1 ] 1571528.317080 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ d5000000 of size 50331648 bytes !!!
    [C6x_1 ] 1571528.317097 s: MEM: Init ... Done !!!
    [C6x_1 ] 1571528.317106 s: IPC: Init ... !!!
    [C6x_1 ] 1571528.317118 s: IPC: 5 CPUs participating in IPC !!!
    [C6x_1 ] 1571528.317131 s: IPC: Waiting for HLOS to be ready ... !!!
    [C6x_1 ] 1571540.568912 s: IPC: HLOS is ready !!!
    [C6x_1 ] 1571540.572395 s: IPC: Init ... Done !!!
    [C6x_1 ] 1571540.572428 s: APP: Syncing with 4 CPUs ... !!!
    [C6x_1 ] 1571542.446467 s: APP: Syncing with 4 CPUs ... Done !!!
    [C6x_1 ] 1571542.446481 s: REMOTE_SERVICE: Init ... !!!
    [C6x_1 ] 1571542.447029 s: REMOTE_SERVICE: Init ... Done !!!
    [C6x_1 ] 1571542.447069 s:  VX_ZONE_INIT:Enabled
    [C6x_1 ] 1571542.447079 s:  VX_ZONE_ERROR:Enabled
    [C6x_1 ] 1571542.447089 s:  VX_ZONE_WARNING:Enabled
    [C6x_1 ] 1571542.447885 s:  VX_ZONE_INIT:[tivxInit:71] Initialization Done !!!
    [C6x_1 ] 1571542.447904 s: APP: OpenVX Target kernel init ... !!!
    [C6x_1 ] 1571542.448207 s: APP: OpenVX Target kernel init ... Done !!!
    [C6x_1 ] 1571542.448228 s: UDMA Copy: Init ... !!!
    [C6x_1 ] 1571542.450103 s: UDMA Copy: Init ... Done !!!
    [C6x_1 ] 1571542.450123 s: APP: Init ... Done !!!
    [C6x_1 ] 1571542.450488 s: APP: Run ... !!!
    [C6x_1 ] 1571542.450500 s: IPC: Starting echo test ...
    [C6x_1 ] 1571542.451467 s: APP: Run ... Done !!!
    [C6x_1 ] 1571542.451804 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] C66X_1[s] C66X_2[x] C7X_1[P]
    [C6x_1 ] 1571542.452031 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] C66X_1[s] C66X_2[P] C7X_1[P]
    [C6x_1 ] 1571542.603043 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] C66X_1[s] C66X_2[P] C7X_1[P]
    [C6x_2 ] 1571528.370817 s: CIO: Init ... Done !!!
    [C6x_2 ] 1571528.370852 s: ### CPU Frequency <ORG = 1350000000 Hz>, <NEW = 1350000000 Hz>
    [C6x_2 ] 1571528.370866 s: APP: Init ... !!!
    [C6x_2 ] 1571528.370875 s: SCICLIENT: Init ... !!!
    [C6x_2 ] 1571528.370949 s: SCICLIENT: DMSC FW version [20.04.1-v2020.04a (Terrific Lla]
    [C6x_2 ] 1571528.370962 s: SCICLIENT: DMSC FW revision 0x14
    [C6x_2 ] 1571528.370973 s: SCICLIENT: DMSC FW ABI revision 3.0
    [C6x_2 ] 1571528.370984 s: SCICLIENT: Init ... Done !!!
    [C6x_2 ] 1571528.370994 s: UDMA: Init ... !!!
    [C6x_2 ] 1571528.371923 s: UDMA: Init ... Done !!!
    [C6x_2 ] 1571528.371949 s: MEM: Init ... !!!
    [C6x_2 ] 1571528.371963 s: MEM: Created heap (DDR_SHARED_MEM, id=0, flags=0x00000004) @ d8000000 of size 16777216 bytes !!!
    [C6x_2 ] 1571528.371982 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 800000 of size 229376 bytes !!!
    [C6x_2 ] 1571528.371998 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ d9000000 of size 50331648 bytes !!!
    [C6x_2 ] 1571528.372015 s: MEM: Init ... Done !!!
    [C6x_2 ] 1571528.372025 s: IPC: Init ... !!!
    [C6x_2 ] 1571528.372038 s: IPC: 5 CPUs participating in IPC !!!
    [C6x_2 ] 1571528.372052 s: IPC: Waiting for HLOS to be ready ... !!!
    [C6x_2 ] 1571541.125764 s: IPC: HLOS is ready !!!
    [C6x_2 ] 1571541.129356 s: IPC: Init ... Done !!!
    [C6x_2 ] 1571541.129388 s: APP: Syncing with 4 CPUs ... !!!
    [C6x_2 ] 1571542.446467 s: APP: Syncing with 4 CPUs ... Done !!!
    [C6x_2 ] 1571542.446481 s: REMOTE_SERVICE: Init ... !!!
    [C6x_2 ] 1571542.447037 s: REMOTE_SERVICE: Init ... Done !!!
    [C6x_2 ] 1571542.447081 s:  VX_ZONE_INIT:Enabled
    [C6x_2 ] 1571542.447091 s:  VX_ZONE_ERROR:Enabled
    [C6x_2 ] 1571542.447102 s:  VX_ZONE_WARNING:Enabled
    [C6x_2 ] 1571542.447885 s:  VX_ZONE_INIT:[tivxInit:71] Initialization Done !!!
    [C6x_2 ] 1571542.447903 s: APP: OpenVX Target kernel init ... !!!
    [C6x_2 ] 1571542.448213 s: APP: OpenVX Target kernel init ... Done !!!
    [C6x_2 ] 1571542.448234 s: UDMA Copy: Init ... !!!
    [C6x_2 ] 1571542.450226 s: UDMA Copy: Init ... Done !!!
    [C6x_2 ] 1571542.450246 s: APP: Init ... Done !!!
    [C6x_2 ] 1571542.450625 s: APP: Run ... !!!
    [C6x_2 ] 1571542.450638 s: IPC: Starting echo test ...
    [C6x_2 ] 1571542.451705 s: APP: Run ... Done !!!
    [C6x_2 ] 1571542.452034 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] C66X_1[P] C66X_2[s] C7X_1[.]
    [C6x_2 ] 1571542.452067 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] C66X_1[P] C66X_2[s] C7X_1[P]
    [C6x_2 ] 1571542.603082 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] C66X_1[P] C66X_2[s] C7X_1[P]
    [C7x_1 ] 1571528.592326 s: CIO: Init ... Done !!!
    [C7x_1 ] 1571528.592350 s: ### CPU Frequency <ORG = 1000000000 Hz>, <NEW = 1000000000 Hz>
    [C7x_1 ] 1571528.592368 s: APP: Init ... !!!
    [C7x_1 ] 1571528.592377 s: SCICLIENT: Init ... !!!
    [C7x_1 ] 1571528.592436 s: SCICLIENT: DMSC FW version [20.04.1-v2020.04a (Terrific Lla]
    [C7x_1 ] 1571528.592451 s: SCICLIENT: DMSC FW revision 0x14
    [C7x_1 ] 1571528.592463 s: SCICLIENT: DMSC FW ABI revision 3.0
    [C7x_1 ] 1571528.592474 s: SCICLIENT: Init ... Done !!!
    [C7x_1 ] 1571528.592483 s: UDMA: Init ... !!!
    [C7x_1 ] 1571528.592616 s: UDMA: Init ... Done !!!
    [C7x_1 ] 1571528.592629 s: MEM: Init ... !!!
    [C7x_1 ] 1571528.592641 s: MEM: Created heap (DDR_SHARED_MEM, id=0, flags=0x00000004) @ dc000000 of size 268435456 bytes !!!
    [C7x_1 ] 1571528.592665 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000001) @ 70020000 of size 8159232 bytes !!!
    [C7x_1 ] 1571528.592684 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 64800000 of size 491520 bytes !!!
    [C7x_1 ] 1571528.592702 s: MEM: Created heap (L1_MEM, id=3, flags=0x00000001) @ 64e00000 of size 16384 bytes !!!
    [C7x_1 ] 1571528.592719 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ ec000000 of size 251658240 bytes !!!
    [C7x_1 ] 1571528.592738 s: MEM: Init ... Done !!!
    [C7x_1 ] 1571528.592747 s: IPC: Init ... !!!
    [C7x_1 ] 1571528.592758 s: IPC: 5 CPUs participating in IPC !!!
    [C7x_1 ] 1571528.592773 s: IPC: Waiting for HLOS to be ready ... !!!
    [C7x_1 ] 1571542.009658 s: IPC: HLOS is ready !!!
    [C7x_1 ] 1571542.011835 s: IPC: Init ... Done !!!
    [C7x_1 ] 1571542.011848 s: APP: Syncing with 4 CPUs ... !!!
    [C7x_1 ] 1571542.446467 s: APP: Syncing with 4 CPUs ... Done !!!
    [C7x_1 ] 1571542.446484 s: REMOTE_SERVICE: Init ... !!!
    [C7x_1 ] 1571542.446734 s: REMOTE_SERVICE: Init ... Done !!!
    [C7x_1 ] 1571542.446790 s:  VX_ZONE_INIT:Enabled
    [C7x_1 ] 1571542.446803 s:  VX_ZONE_ERROR:Enabled
    [C7x_1 ] 1571542.446813 s:  VX_ZONE_WARNING:Enabled
    [C7x_1 ] 1571542.447009 s:  VX_ZONE_INIT:[tivxInit:71] Initialization Done !!!
    [C7x_1 ] 1571542.447023 s: APP: OpenVX Target kernel init ... !!!
    [C7x_1 ] 1571542.447104 s: APP: OpenVX Target kernel init ... Done !!!
    [C7x_1 ] 1571542.447121 s: APP: Init ... Done !!!
    [C7x_1 ] 1571542.447131 s: APP: Run ... !!!
    [C7x_1 ] 1571542.447141 s: IPC: Starting echo test ...
    [C7x_1 ] 1571542.447573 s: APP: Run ... Done !!!
    [C7x_1 ] 1571542.451830 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] C66X_1[P] C66X_2[x] C7X_1[s]
    [C7x_1 ] 1571542.452054 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] C66X_1[P] C66X_2[P] C7X_1[s]
    [C7x_1 ] 1571542.603114 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] C66X_1[P] C66X_2[P] C7X_1[s]
    ========================== GENERIC TESTER
    
    
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=4) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
    APP: Init ... Done !!!
    1571559.073371 s:  VX_ZONE_INIT:Enabled
    1571559.073396 s:  VX_ZONE_ERROR:Enabled
    1571559.073405 s:  VX_ZONE_WARNING:Enabled
    1571559.073934 s:  VX_ZONE_INIT:[tivxInit:71] Initialization Done !!!
    1571559.074093 s:  VX_ZONE_INIT:[tivxHostInit:48] Initialization Done for HOST !!!
    Default param set.
    Parsed user params.
    Config file processed.
    -- scaler input width:  640
    -- scaler input height: 480
    -- -- tidl_obj trace_data will be added!
    App init is done.
    -- creating graph...
    -- -- graph object initialized
    Graph created.
    Graph deleted.
    1571559.695887 s:  VX_ZONE_WARNING:[vxReleaseContext:999] Stale reference 0x5570d0 of type 0000080e at external count 1, internal count 0
    1571559.695899 s:  VX_ZONE_WARNING:[vxReleaseContext:1003] Unreleased reference name = pre_proc_obj_config
    1571559.695924 s:  VX_ZONE_WARNING:[vxReleaseContext:999] Stale reference 0x5e8158 of type 00000813 at external count 1, internal count 0
    1571559.695933 s:  VX_ZONE_WARNING:[vxReleaseContext:1003] Unreleased reference name = object_array_113
    1571559.695949 s:  VX_ZONE_WARNING:[vxReleaseContext:999] Stale reference 0x5646d0 of type 00000816 at external count 1, internal count 0
    1571559.695957 s:  VX_ZONE_WARNING:[vxReleaseContext:1003] Unreleased reference name = post_proc_obj_viz_config
    1571559.695979 s:  VX_ZONE_WARNING:[vxReleaseContext:999] Stale reference 0x54b0e8 of type 00000804 at external count 1, internal count 1
    1571559.695987 s:  VX_ZONE_WARNING:[vxReleaseContext:1003] Unreleased reference name = ref_116
    1571559.695995 s:  VX_ZONE_WARNING:[vxReleaseContext:999] Stale reference 0x5e82f8 of type 00000813 at external count 1, internal count 0
    1571559.696001 s:  VX_ZONE_WARNING:[vxReleaseContext:1003] Unreleased reference name = object_array_117
    1571559.696026 s:  VX_ZONE_ERROR:[vxReleaseContext:1026] Reference 116 not removed
    App deinited.
    1571559.696077 s:  VX_ZONE_INIT:[tivxHostDeInit:56] De-Initialization Done for HOST !!!
    1571559.696086 s:  VX_ZONE_ERROR:[tivxObjectDeInit:180] Is kernel use failed
    1571559.698426 s:  VX_ZONE_INIT:[tivxDeInit:111] De-Initialization Done !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    MEM: Alloc's: 12 alloc's of 290603068 bytes
    MEM: Free's : 12 free's  of 290603068 bytes
    MEM: Open's : 0 allocs  of 0 bytes
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    
    

    In my interpretation, while this logger runs in the background I should get further logs from the different MCUs / DSPs like tivxAlgiVisionAllocMem's.
    Do I misunderstand something?

  • I see the script you ran is in fact giving logs from the C7X: "[C7x_1 ]" logs.

    To answer your question, when I am running with the log connected in UART, I do see more logs coming after subsequent apps are executed.  To confirm that you get no new logs in the firmware log buffer, you can also try re running your script after the application, and see if the logs are the same as before, or if there are new ones, as an experiment.  If you don't see any new logs, then this points to the print statements not getting executed.  It could be that the verification failure happens on the A72 side before it gets to the C7x side, but lets check this experiment first.

    Jesse