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.
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。
Hi, we have got your problem and try to find the solution. We expect to give you a response within 24 hours. Thank you.
Sorry for the delay in response.
Could you do a clean build after the modifications ? Was it working prior to modification ?
Also, could you please migrate to latest release SDK 8.0 ?
Thanks for your reply
After our investigation of the problem, we finally located the problem as: IPC communication is blocked, and the reason is that tispl. bin corresponding to McU1_0 cannot work. When the SD card is used, EVM works and ping normally, but when the EMMC is used, the compiled QNX-tispl. bin cannot use the bootloader properly or enter the Uboot.
I use SDKV7.3, V8.0 not tried yet.
Hi,
About your problem we have feedback to the engineer, and we will respond to you as soon as possible. If you have any updated info please reach me out at any time.
Thank you!