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.

SK-TDA4VM: rtos SDK((ti-processor-sdk-rtos-j721e-evm-08_00_00_12) can't display throuth HDMI

Part Number: SK-TDA4VM


I am using SDK ti-processor-sdk-linux-j7-evm-08_00_00_08 display through HDMI and It works normal.

But I built rtos SDK(ti-processor-sdk-rtos-j721e-evm-08_00_00_12)  and installed to SD card, rootfs is default: ti-processor-sdk-linux-j7-evm-08_00_00_08/filesystem/tisdk-default-image-j7-evm.tar.xz, display through HDMI does't works. Run vision apps demo there is also no display through HDMI.

I have modified app_cfg_mcu2_0.h  vision_apps_build_flags.mak  and k3-j721e-vision-apps.dts as below,but it didnot work.

/////////////////////app_cfg_mcu2_0.h

#define  ENABLE_DSS_SINGLE

#undef ENABLE_DSS_DUAL

#undef ENABLE_DSS_EDP

#define ENABLE_DSS_HDMI

#undef ENABLE_DSS_DSI

#define ENABLE_I2C

#define ENABLE_BOARD

////////////////vision_apps_build_flags.mak

BUILD_ENABLE_ETHFW?=no

//////////////k3-j721e-vision-apps.dts(linux-sdk)

&main_i2c1 {
//status = "disabled";
};

Something else need to modify? Could I get some examples of HDMI display(RTOS SDK) ?

Thanks.