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.

TDA4VM: Remote service test fail occured in version 7.03 RTOS+QNX

Part Number: TDA4VM

After PSDK_QNX_07_03_03_patch is applied, 

modify fille:

in  vision_apps/vision_apps_build_flags.mak  

BUILD_CPU_MPU1?=yes
BUILD_CPU_MCU1_0?=yes
BUILD_CPU_MCU2_0?=yes
BUILD_CPU_MCU2_1?=yes
BUILD_CPU_MCU3_0?=no
BUILD_CPU_MCU3_1?=no
BUILD_CPU_C6x_1?=yes
BUILD_CPU_C6x_2?=yes
BUILD_CPU_C7x_1?=yes

in  vision_apps/apps/basic_demos/app_tirtos/common/app_cfg.h

#define ENABLE_IPC_MPU1_0
#define ENABLE_IPC_MCU1_0
//#define ENABLE_IPC_MCU1_1
#define ENABLE_IPC_MCU2_0
#define ENABLE_IPC_MCU2_1
//#define ENABLE_IPC_MCU3_0
//#define ENABLE_IPC_MCU3_1
#define ENABLE_IPC_C6x_1
#define ENABLE_IPC_C6x_2
#define ENABLE_IPC_C7x_1

run EVM.

run  vx_app_arm_ipc.out.   

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
U-Boot SPL 2020.01-g2781231a33 (Apr 10 2021 - 01:08:23 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0015 '21.1.1--v2021.01a (Terrific Lla')
Trying to boot from MMC2
Loading Environment from MMC... *** Warning - No MMC card found, using default environment
Starting ATF on ARM64 core...
NOTICE: BL31: v2.4(release):07.03.00.005-dirty
NOTICE: BL31: Built : 00:15:40, Apr 10 2021
U-Boot SPL 2020.01-dirty (Aug 04 2021 - 15:21:39 +0800)
SYSFW ABI: 3.1 (firmware rev 0x0015 '21.1.1--v2021.01a (Terrific Lla')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from MMC2
U-Boot 2020.01-dirty (Aug 04 2021 - 14:54:55 +0800)
SoC: J721E SR1.0
Model: Texas Instruments K3 J721E SoC
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

found that "REMOTE_SERVICE_TEST: Test failed @ iteration 0 !!!".

If not define ENABLE_IPC_MCU1_0,  remote service test works well. 

  • Hi,

    The PSDK_QNX_07_03_03_patch allows for the IPC example application (ipc_test), to function including MCU1_0. 

    For your targeted production use case, do you expect the Vision Apps framework to be used generate an image and that the vision apps remote service would run on  MCU1_0?

    Thanks,

    kb