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 use active DP to HDMI adapter on TDA4 EVM board with PSDK 7.3?

Part Number: TDA4VM

I tried to remove the following part in board-support/linux-5.4.106xxx/arch/arm64/boot/dts/ti/k3-j721e-vision-apps.dtso

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

And run 'make linux-dtbs' in /opt/ti-processor-sdk-linux-j7-evm-07_03_00_05 folder to generate new k3-j721e-vision-apps.dtbo file.

Then update this file in /boot/ in SD card and reboot the filesystem.

But the DP to HDMI adaptor still can not work.

Is there any other codes should be configured or steps to be done?