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.

J784S4XEVM: TDA4VH-Q1: Load and Run IPC application

Part Number: J784S4XEVM
Other Parts Discussed in Thread: TDA4VH

Hi TI Experts

Setup:

Part number is J784S4_TDA4VH
Evaluation board is J784S4XG01EVM
Boot mode is SD Card (with uboot and Linux image) | No BOOT
Target configuration file used : xxx_NO_GEL.ccxml   | J7AHP.gel
CCS v12.6 is used.
SDK RTOS 9_01_00_06 is used


Goal : Load and execute IPC application to understand the process of IPC

What works :
- Compile the IPC app by using "make -s BOARD=j784s4_evm CORE=c7x_1 BUILD_PROFILE=debug ipc_echo_test_freertos"

What did I try :

I've tryed the same manip with different core / i've also try with the app ipc_echo_testb_freertos

I've followed this doc to try to make it works : 4.8. IPC — Platform Development Kit (PDK) - J784S4 User Guide (ti.com) 

What doesn't work:

On C7x core :
        - Load & run the executable using sd card boot mode. The core starts running but never reaches "Main"  and we paused, CCS errors appears

        - Load & run the app in no boot mode. The programm looks to load correctly using CCS but when I run, I can't see anythings working even in terminal or in console

On R5F core : 

        - Load & run the executable using sd card boot mode. The programm looks to load correctly using CCS but when I run, I can't see anythings working even in terminal or in console

            - Load & run the app in no boot mode. The programm looks to load correctly using CCS but when I run, I can't see anythings working even in terminal or in console

How can you help ? 

If you have any ideas about how to make working this app

Thank you
Best regards