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: how to configure to output video from HDMI?

Part Number: TDA4VM

hi,

I am testing  the SK-TDA4 board with rtos SDK(ti-processor-sdk-rtos-j721e-evm-08_00_01_10).

In the default, it output from DP not HDMI.I want  to output from both DP AND hdmi.

I have modified app_cfg_mcu2_0.h like below,but it didnot work.  something else need to modify?

#undef ENABLE_DSS_SINGLE

#define  ENABLE_DSS_DUAL

#undef ENABLE_DSS_EDP

#define ENABLE_DSS_HDMI

#undef ENABLE_DSS_DSI

#define ENABLE_I2C

#define ENABLE_BOARD

expect your reply.