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 config DSI display

Part Number: TDA4VM

HI TI:

    now i want to use DSI port0 ,  single FDP LINK mode. DSI0->ub941->FPDLINK->ub948. i had change like this:

1.change the file vision_apps/apps/basic_demos/app_tirtos/common/app_cfg_mcu2_0.h

+//define ENABLE_CSI2TX

+#undef ENABLE_DSS_EDP

+#define ENABLE_DSS_DSI

2.change the file vision_apps/modules/src/app_display_module.c 

    displayObj->disp_params.outWidth = 1280;

    displayObj->disp_params.outHeight = 800;

    displayObj->disp_params.posX = 0;

    displayObj->disp_params.posY = 0;

3. change the file vision_apps/utils/dss/src/app_dss_j721e.c.keep 941 0x16  i2c config.remove other i2c config. and add some 0x16 i2c config 0x2E i2c config.

   +{0x16,0x5b,0x00,0x5};

   +{0x16,0x56,0x00,0x5};

   +{0x16,0x4f,0x8c,0x5};

   +{0x2E,0x05,0x9E,0x5};

   +{0x2E,0x03,0x78,0x5};

 

after change above,I found the 948 lock pin is low. so it may be DSI output has something wrong. Is there anyother need to change when use DSI output? thanks a lot.