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.

SK-TDA4VM: No source code visible in CCS for debugging

Part Number: SK-TDA4VM

I ran a example application under UDMA/examples in "ti-processor-sdk-rtos-j721e-evm-08_06_00_12/pdk_jacinto_08_06_00_31/packages/ti/build" using the build command " make -s -j BUILD_PROFILE=release BOARD=j721e_evm CORE=c7x_1 udma_memcpy_testapp_freertos " . I am able to see the output in CCS ( console window) but when I try to step in and see the code flow I am facing an issue like "No source available for "main() at Ubuntu_path\ti-processor-sdk-rtos-j721e-evm-08_06_00_12\pdk_jacinto_08_06_00_31\packages\ti\binary\udma_memcpy_testapp_freertos\bin\j721e_evm\udma_memcpy_testapp_freertos_c7x_1_release.xe71:{3} 0xa863df40{4}" and also no "LOCATE FILE" option is found.

Core used : C7x_1

Board name : SK-TDA4VM connected with debug probe 

Can anyone please comment on this issue ?

  • Hello,

    We see that you are using building the release version of the udma memcpy_testapp and hence the generate binary does not contain debug symbols needed.

    We suggest you to build in debug mode to see the code flow. In your build command, use "BUILD_PROFILE=debug" and try to load the debug version of the binary,

    Thanks.

  • I tried using BUILD_PROFILE=debug also but it is throwing many errors in the common.mk file . Attached is the error screenshot.

    The line of code in which it is throwing error is attached below (file location :pdk_jacinto_08_06_00_31\packages\ti\build\makerules\common.mk)

  • I tried using BUILD_PROFILE=debug also but it is throwing many errors in the common.mk file . Attached is the error screenshot.

    Can you try using the option DISABLE_RECURSE_DEPS=no?

    Regards,
    Parth

  • Thanks for the reply
    I am facing the same issue even after using the option mentioned 

  • Hi,

    I am facing the same issue even after using the option mentioned 

    Same error means you are not able to build or you are not able to see the code in CCS?

    Regards,
    Parth

  • Hi
    I am not able to build the application using this option DISABLE_RECURSE_DEPS=no , it is showing the same build error which I mentioned in the previous reply 

  • Hi,

    Apologies for long silence on this.

    I have been able to build the app for C7x_1 in debug mode without any issues with the above command.
    Please see the logs below:

    make BOARD=j721e_evm CORE=c7x_1 udma_memcpy_testapp_freertos -s -j6 BUILD_PROFILE=debug DISABLE_RECURSE_DEPS=no
    # Compiling j721e:c7x_1:debug:i2c: src/I2C_drv.c
    # Compiling j721e:c7x_1:debug:uart: src/UART_drv.c
    # Compiling j721e:c7x_1:debug:gpio: src/GPIO_drv.c
    # Compiling j721e:c7x_1:debug:udma: src/udma.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/pmic_core.c
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/Cache_asm.asm
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/Clobber_asm.asm
    # Compiling j721e:c7x_1:debug:i2c: src/v1/I2C_v1.c
    # Compiling j721e:c7x_1:debug:uart: src/v1/UART_v1.c
    # Compiling j721e:c7x_1:debug:gpio: src/v0/GPIO_v0.c
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/Exception_asm.asm
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/Hwi_asm.asm
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/Hwi_asm_switch.asm
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/Hwi_disp_always.asm
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/Mmu_asm.asm
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/boot.c
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/c7x_module_config.c
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/Cache.c
    # Compiling j721e:c7x_1:debug:gpio: soc/j721e/GPIO_soc.c
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/Exception.c
    # Compiling j721e:c7x_1:debug:uart: src/UART_stdio.c
    # Compiling j721e:c7x_1:debug:i2c: soc/j721e/I2C_soc.c
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/Hwi.c
    # Compiling j721e:c7x_1:debug:uart: src/UART_ascii_utils.c
    # Compiling j721e:c7x_1:debug:uart: src/UART_status.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/pmic_io.c
    # Compiling j721e:c7x_1:debug:uart: soc/j721e/UART_soc.c
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/IntrinsicsSupport.c
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/Mmu.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/pmic_gpio.c
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/Mmu_table.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/cfg/tps6594x/pmic_gpio_tps6594x.c
    # Compiling j721e:c7x_1:debug:csl: ./arch/c7x/src/Startup.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/adc/V0/priv/adc.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/pmic_rtc.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/cbass/V0/V0_1/priv/csl_fw.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/cbass/V0/priv/csl_cbass_qos.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/cbass/V0/priv/csl_cbass_error.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/cpts/V0/priv/csl_cpts.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/pmic_irq_status.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/cfg/lp8764x/pmic_gpio_lp8764x.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/pmic_power.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/clec/V0/priv/csl_clec.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/csirx/V0/priv/csirx.c
    # Compiling j721e:c7x_1:debug:udma: src/udma_rm.c
    #
    # Archiving j721e:c7x_1:debug:gpio into /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/drv/gpio/lib/j721e/c7x/debug/ti.drv.gpio.ae71 ...
    #
    # Compiling j721e:c7x_1:debug:csl: src/ip/csirx/V0/priv/csirx_ss.c
    #
    # Archiving j721e:c7x_1:debug:i2c into /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/drv/i2c/lib/j721e/c7x/debug/ti.drv.i2c.ae71 ...
    #
    # Compiling j721e:c7x_1:debug:csl: src/ip/csirx/V0/priv/csirx_sanity.c
    # Compiling j721e:c7x_1:debug:pm_lib: dmsc/pmlib_sysconfig.c
    #
    # Archiving j721e:c7x_1:debug:uart into /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/drv/uart/lib/j721e/c7x/debug/ti.drv.uart.ae71 ...
    #
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_init.c
    # Compiling j721e:c7x_1:debug:sciclient: src/sciclient/sciclient.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/csitx/V0/priv/csitx_sanity.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/cfg/lp8764x/pmic_power_lp8764x.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/cfg/tps6594x/pmic_power_tps6594x.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/csitx/V0/priv/csitx.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/cfg/tps6594x/pmic_irq_tps6594x.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/cfg/lp8764x/pmic_irq_lp8764x.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/csitx/V0/priv/csitx_ss.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/crc/V0/priv/crc.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/pmic_wdg.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/dcc/V1/priv/dcc.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/lpddr/V0/priv/lpddr4.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/pmic_fsm.c
    # Compiling j721e_evm:j721e:c7x_1:debug:pmic: src/pmic_esm.c
    #
    # Archiving j721e_evm:j721e:c7x_1:debug:pmic into /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/drv/pmic/lib/j721e_evm/c7x/debug/pmic.ae71 ...
    #
    # Compiling j721e:c7x_1:debug:csl: src/ip/lpddr/V0/priv/lpddr4_ctl_regs_rw_masks.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/nonos/SwiP_nonos.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/lpddr/V0/priv/lpddr4_obj_if.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/dru/V0/priv/csl_dru.c
    # Compiling j721e:c7x_1:debug:pm_lib: dmsc/pmlib_clkrate.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/nonos/DebugP_nonos.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/nonos/RegisterIntr_nonos.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/dss/V4/priv/csl_dssCommon.c
    # Compiling j721e:c7x_1:debug:sciclient: src/sciclient/sciclient_indirect.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_lld_init.c
    # Compiling j721e:c7x_1:debug:udma: soc/j721e/udma_rmcfg.c
    # Compiling j721e:c7x_1:debug:osal_freertos: arch/core/Core_utils.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/freertos/SemaphoreP_freertos.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/dss/V4/priv/csl_dssVideoPipe.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_clock.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/freertos/TaskP_freertos.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/dss/V4/priv/csl_dssWbPipe.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/dss/V4/priv/csl_dssOverlay.c
    # Compiling j721e:c7x_1:debug:pm_lib: dmsc/pmlib_vtm_vd.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/dss/V4/priv/csl_dssVideoPort.c
    # Compiling j721e:c7x_1:debug:sciclient: soc/V1/sciclient_fmwSecureProxyMap.c
    # Compiling j721e:c7x_1:debug:udma: src/udma_ch.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_mmr.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/ecc_aggr/V1/priv/csl_ecc_aggr.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/freertos/MemoryP_freertos.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_pll.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/elm/V0/priv/elm.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/freertos/Utils_freertos.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/emif/V2/priv/csl_emif.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/epwm/V0/priv/csl_epwm.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/epwm/V0_1/priv/csl_hrpwm.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/esm/V1/priv/csl_esm.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/freertos/ClockP_freertos.c
    #
    # Archiving j721e:c7x_1:debug:pm_lib into /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/drv/pm/lib/j721e/c7x/debug/pm_lib.ae71 ...
    #
    # Compiling j721e:c7x_1:debug:osal_freertos: src/freertos/MailboxP_freertos.c
    # Compiling j721e:c7x_1:debug:sciclient: src/sciclient/sciclient_pm.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/fss/V0/priv/csl_fss.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/gpio/V0/priv/gpio.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/freertos/MutexP_freertos.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/nonos/QueueP_nonos.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/freertos/HeapP_freertos.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/gpmc/V1/priv/gpmc.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_serdes_cfg.c
    # Compiling j721e:c7x_1:debug:udma: src/udma_ring_common.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/hyperbus/V0/priv/csl_hyperbus.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/i2c/V2/priv/i2c.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/intaggr/V0/priv/csl_intaggr.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/freertos/HeapP_freertos_internal.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/freertos/EventP_freertos.c
    # Compiling j721e:c7x_1:debug:sciclient: src/sciclient/sciclient_rm.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/intr_router/V0/priv/csl_intr_router.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/freertos/LoadP_freertos.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/mailbox/V0/priv/mailbox.c
    # Compiling j721e:c7x_1:debug:osal_freertos: soc/j721e/TimerP_default.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/mcan/V1/mcan.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/mcasp/V0/priv/mcasp.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/nonos/CycleprofilerP_nonos.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/freertos/HwiP_freertos_c7x.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/freertos/CacheP_freertos_c7x.c
    # Compiling j721e:c7x_1:debug:freertos: freertos/portable/TI_CGT/c7x/TaskSupport_asm.asm
    # Compiling j721e:c7x_1:debug:freertos: freertos/portable/TI_CGT/c7x/Hwi_vector_table.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/mcspi/V0/priv/mcspi.c
    # Compiling j721e:c7x_1:debug:osal_freertos: soc/j721e/freertos_mmu.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/mmc/V4/priv/mmcsd.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_ddr.c
    # Compiling j721e:c7x_1:debug:freertos: freertos/portable/TI_CGT/c7x/c7x_module_config_mmu_init.c
    # Compiling j721e:c7x_1:debug:udma: src/udma_proxy.c
    # Compiling j721e:c7x_1:debug:freertos: freertos/portable/TI_CGT/c7x/TaskSupport.c
    # Compiling j721e:c7x_1:debug:sciclient: src/sciclient/sciclient_firewall.c
    # Compiling j721e:c7x_1:debug:osal_freertos: src/nonos/timer/v1/TimerP_nonos.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/mmc/V4/priv/mmcsdphy.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/mmc/V4/priv/low_level_hw.c
    # Compiling j721e:c7x_1:debug:freertos: freertos/portable/TI_CGT/c7x/TimestampProvider.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/ospi/V0/priv/csl_ospi.c
    # Compiling j721e:c7x_1:debug:freertos: /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/kernel/freertos/FreeRTOS-LTS/FreeRTOS-Kernel/timers.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/proxy/V0/priv/csl_proxy.c
    #
    # Archiving j721e:c7x_1:debug:osal_freertos into /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/osal/lib/freertos/j721e/c7x/debug/ti.osal.ae71 ...
    #
    # Compiling j721e:c7x_1:debug:csl: src/ip/psilcfg/V0/priv/csl_psilcfg.c
    # Compiling j721e:c7x_1:debug:udma_apputils: udma_apputils.c
    # Compiling j721e:c7x_1:debug:freertos: /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/kernel/freertos/FreeRTOS-LTS/FreeRTOS-Kernel/queue.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/pvu/V0/priv/csl_pvu.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/rat/V0/priv/csl_rat.c
    # Compiling j721e:c7x_1:debug:freertos: /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/kernel/freertos/FreeRTOS-LTS/FreeRTOS-Kernel/list.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/ringacc/V0/priv/csl_ringacc.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_info.c
    # Compiling j721e:c7x_1:debug:sciclient: src/sciclient/sciclient_dkek.c
    # Compiling j721e:c7x_1:debug:udma: src/udma_flow.c
    # Compiling j721e:c7x_1:debug:freertos: freertos/portable/TI_CGT/c7x/port.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_ethernet_config.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/rti/V0/priv/rti.c
    # Compiling j721e:c7x_1:debug:freertos: /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/kernel/freertos/FreeRTOS-LTS/FreeRTOS-Kernel/tasks.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/sec_proxy/V0/priv/csl_sec_proxy.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_i2c_io_exp.c
    #
    # Archiving j721e:c7x_1:debug:udma_apputils into /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/drv/udma/lib/j721e/c7x_1/debug/udma_apputils.ae71 ...
    #
    # Compiling j721e:c7x_1:debug:udma: src/udma_event.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/spinlock/V1/priv/csl_spinlock.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/timer/V1/priv/timer.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/timer_mgr/V0/priv/csl_timer_mgr.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/uart/V1/priv/uart.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_utils.c
    # Compiling j721e:c7x_1:debug:freertos: /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/kernel/freertos/FreeRTOS-LTS/FreeRTOS-Kernel/event_groups.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/udmap/V0/priv/csl_udmap.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_control.c
    # Compiling j721e:c7x_1:debug:freertos: /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/kernel/freertos/FreeRTOS-LTS/FreeRTOS-Kernel/portable/MemMang/heap_4.c
    # Compiling j721e:c7x_1:debug:sciclient: soc/V1/sciclient_irq_rm.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_power.c
    # Compiling j721e:c7x_1:debug:sciclient: src/sciclient/sciclient_rm_irq.c
    #
    # Archiving j721e:c7x_1:debug:freertos into /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/kernel/lib/j721e/c7x_1/debug/ti.kernel.freertos.ae71 ...
    #
    # Compiling j721e:c7x_1:debug:udma: src/udma_osal.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/wd_timer/V0/priv/wd_timer.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/cpsw/V5/priv/csl_cpsw.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_pinmux.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/J721E_pinmux_data.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/J721E_pinmux_data_info.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/J721E_pinmux_data_gesi.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/J721E_pinmux_data_gesi_cpsw9g.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_ddrtempmonitor.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/j721e_evm/board_ddr_prime_dma.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/cpsw/V5/V5_0/priv/csl_cpsw_ss.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/cpsw/V5/priv/csl_cpsw_ale_4g_tblcfg.c
    # Compiling j721e:c7x_1:debug:sciclient: src/sciclient/sciclient_boardcfg.c
    # Compiling j721e:c7x_1:debug:udma: src/udma_utils.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/cpsw/V5/priv/csl_cpsw_ale_9g_tblcfg.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/mdio/V5/priv/csl_mdio.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_serdes3.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_serdes3_edp.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_serdes3_ethernet.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/flash/board_flash.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/flash/nor/ospi/nor_ospi.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_serdes3_pcie.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/flash/nor/nor.c
    # Compiling j721e:c7x_1:debug:udma: soc/j721e/udma_soc.c
    # Compiling j721e:c7x_1:debug:udma: src/udma_dru.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/flash/nor/ospi/nor_spi_patterns.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_serdes3_usb.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/flash/nor/ospi/nor_spi_phy_tune.c
    # Compiling j721e:c7x_1:debug:sciclient: src/sciclient/sciclient_procboot.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_serdes3_multilink.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/flash/nor/hyperflash/nor_hyperflash.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/flash/nor/ospi/nor_qspi.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_32b_PCIe.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/common/common.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_QSGMII.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_SGMII.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/fpd/ds90ub953.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk156p25MHz_20b_SGMII_cmn.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/fpd/ds90ub960.c
    # Compiling j721e:c7x_1:debug:sciclient: src/sciclient/sciclient_genericMsgs.c
    # Compiling j721e:c7x_1:debug:udma: src/udma_ring_normal.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk156p25MHz_20b_SGMII_cmn_pll.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk156p25MHz_20b_SGMII_ln.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk156p25MHz_20b_XAUI.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/sensors/imx390.c
    # Compiling j721e:c7x_1:debug:sciclient: soc/V1/sciclient_secureProxyCfg.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/audio/pcm3168A.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_XAUI.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_USB.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/fpd/ds90ub924.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/fpd/ds90ub941.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_20b_eDP_cmn_2p7G.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_20b_eDP_cmn_5p4G.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/combos/ds90ub9xx_tlc59108.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/sensors/tlc59108.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/fpd/ds90ub925.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/fpd/ds90ub926.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/fpd/ds90ub9702.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_20b_eDP_cmn_8p1G.c
    # Compiling j721e:c7x_1:debug:sciclient: src/sciclient/sciclient_rom.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk19p2MHz_cmn_pll_all_vco.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/audio/afe8310.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk19p2MHz_cmn_pll1_all_vco.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/combos/ds90ub92x_afe8310.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk19p2MHz_cmn_pll_10G_vco.c
    # Compiling j721e_evm:j721e:c7x_1:debug:board: src/devices/pmic/tps65941.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk19p2MHz_cmn_pll1_10G_vco.c
    #
    # Archiving j721e:c7x_1:debug:udma into /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/drv/udma/lib/j721e/c7x_1/debug/udma.ae71 ...
    #
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk19p2MHz_cmn_pll_6p25G_vco.c
    # Compiling j721e:c7x_1:debug:sciclient: src/sciclient/sciclient_secureproxy.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk19p2MHz_cmn_pll1_6p25G_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk19p2MHz_20b_eDP_cmn_pll_8p1G_vco.c
    #
    # Archiving j721e_evm:j721e:c7x_1:debug:board into /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/board/lib/j721e_evm/c7x/debug/ti.board.ae71 ...
    #
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk19p2MHz_20b_eDP_cmn_pll_10p8G_vco.c
    # Compiling j721e:c7x_1:debug:sciclient: src/sciclient/sciclient_keywriter.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk19p2MHz_20b_eDP_cmn_pll_all_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk19p2MHz_20b_eDP_cmn_pll1_8p1G_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk19p2MHz_20b_eDP_cmn_pll1_10p8G_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk19p2MHz_20b_eDP_cmn_pll1_all_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_20b_QSGMII_cmn.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk19p2MHz_refclk_related.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk100MHz_20b_eDP_cmn_pll_8p1G_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk100MHz_20b_eDP_cmn_pll_all_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk100MHz_20b_eDP_cmn_pll1_8p1G_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk100MHz_20b_eDP_cmn_pll1_all_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_multilink_pll1.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_pll_multilink_pll0.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_pll_multilink_pll1.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll0.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll1.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_multilink_pll1.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_multilink_pll1_opt3.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_pll_multilink_pll1.c
    #
    # Archiving j721e:c7x_1:debug:sciclient into /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/drv/sciclient/lib/j721e/c7x_1/debug/sciclient.ae71 ...
    #
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_SGMII_cmn_pll_multilink_pll1_opt3.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_SGMII_ln_multilink_pll1.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_SGMII_ln_multilink_pll1_opt3.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_USB_cmn_ext_ssc_multilink_pll1.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_USB_cmn_pll_ext_ssc_multilink_pll1.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_USB_ln_ext_ssc_multilink_pll1.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_ext_ssc_multilink_pll0.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_int_ssc_multilink_pll0.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_ext_ssc_multilink_pll0.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_int_ssc_multilink_pll0.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_multilink_pll0.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_multilink_pll1.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_pll_multilink_pll0.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_cmn_pll_multilink_pll1.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_ln_multilink_pll0.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk156p25MHz_20b_XAUI_ln_multilink_pll1.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_20b_SGMII_cmn.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk100MHz_20b_SGMII_QSGMII_cmn_pll_all_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk100MHz_20b_SGMII_QSGMII_cmn_pll1_all_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk156p25MHz_20b_XAUI_cmn_pll_6p25G_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk156p25MHz_20b_XAUI_cmn_pll_all_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk156p25MHz_20b_XAUI_cmn_pll1_6p25G_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk156p25MHz_20b_XAUI_cmn_pll1_all_vco.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_20b_XAUI_cmn.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_ct_refclk156p25MHz_refclk_related.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk19p2MHz_32b_PCIe.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk19p2MHz_20b_SGMII.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk19p2MHz_20b_USB.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk19p2MHz_20b_QSGMII.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk156p25MHz_32b_XFI.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_32b_PCIe_cmn_pll_no_ssc_multilink_pll0.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_32b_PCIe_ln_no_ssc_multilink_pll0.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_QSGMII_cmn_multilink_pll1_opt2.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/serdes_cd/V0/csl_wiz16m_cs_refclk100MHz_20b_QSGMII_ln_multilink_pll1_opt2.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/sgmii/V5/priv/csl_cpsgmii.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/ecap/V0/priv/ecap.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/vtm/V1/priv/csl_vtm.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/vtm/V1/priv/csl_vtm_pvt_sensor.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/emac/V5/priv/csl_cpgmac_sl.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/tog/V0/priv/csl_slv_tog.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/pbist/V0/priv/csl_pbist.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/lbist/V0/priv/csl_lbist.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/psc/V2/priv/csl_psc.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/pok/V0/priv/csl_pok.c
    # Compiling j721e:c7x_1:debug:csl: src/ip/pok/V0/priv/csl_pokId2Addr.c
    #
    # Archiving j721e:c7x_1:debug:csl into /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/csl/lib/j721e/c7x/debug/ti.csl.ae71 ...
    #
    # Compiling j721e_evm:j721e:c7x_1:debug:udma_memcpy_testapp_freertos: main_rtos.c
    # Compiling j721e_evm:j721e:c7x_1:debug:udma_memcpy_testapp_freertos: udma_memcpy_test.c
    # Linking into /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/binary/udma_memcpy_testapp_freertos/bin/j721e_evm/udma_memcpy_testapp_freertos_c7x_1_debug.xe71...
    #
    <Linking>
    #
    # /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/binary/udma_memcpy_testapp_freertos/bin/j721e_evm/udma_memcpy_testapp_freertos_c7x_1_debug.xe71 created.
    #
    ~/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/drv/udma/examples/udma_memcpy_test ~/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/drv/udma/examples/udma_memcpy_test
    R5 Certificate being generated :
    	X509_CFG = ./x509-temp.cfg
    	KEY = /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/build/makerules/k3_dev_mpk.pem
    	BIN = /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/binary/udma_memcpy_testapp_freertos/bin/j721e_evm/udma_memcpy_testapp_freertos_c7x_1_debug.appimage
    	CERT TYPE = R5, 1
    	CORE ID = 16
    	LOADADDR = 0x41c00100
    	IMAGE_SIZE = 610412
    	BOOT_OPTIONS = 0
    SUCCESS: Image /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/binary/udma_memcpy_testapp_freertos/bin/j721e_evm/udma_memcpy_testapp_freertos_c7x_1_debug.appimage.signed generated. Good to boot
    # SBL App image /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/binary/udma_memcpy_testapp_freertos/bin/j721e_evm/udma_memcpy_testapp_freertos_c7x_1_debug.appimage and /home/parth/ti/ti-processor-sdk-rtos-j721e-evm-08_06_01_03/pdk_jacinto_08_06_01_03/packages/ti/binary/udma_memcpy_testapp_freertos/bin/j721e_evm/udma_memcpy_testapp_freertos_c7x_1_debug_BE.appimage created.
    #
    

    I can also see the code coming up as well after loading the binary.

    Regards,
    Parth