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: Io-pkt-v6-hc-d CPSW9g cannot be used when running QNX system on TDA4VM

Part Number: TDA4VM

I modified the following files to compile

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

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define ENABLE_TIOVX
#define ENABLE_IPC
#define ENABLE_PRINTF_REDIRECT
#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
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Meanwhile I set the buildflag in visionapp:

Fullscreen
1
2
3
4
5
6
7
8
9
10
# Build specific CPUs
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
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

But after entering the QNX system, use CPSW2g,it can work and appear the am0 in ifconfig.

But when I used CPSW9g , and used ifconfig,then,the system stopped responding。