I modified the following files to compile
In /vision_apps/apps/basic_demos/app_tirtos/common/app_cfg.h
#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
Meanwhile I set the buildflag in visionapp:
# 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
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。

