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: CSI2RX serdes debug

Part Number: TDA4VM

Hi,

development environment: on Linux system

CSI0-RX connect to max96722 and CSI1-RX connect to max96718,But there is no driver code.

Can you provide it? And DTS related configuration.

Regards,

Cesar

  • Hi Cesar,

    I really doubt that Linux supports these deserializers in the kernel. I would suggest to refer to existing serializer and deserializer in the kernel and develop driver for them.

    Regards,

    Brijesh

  • Hi Brijesh,

    I didn't find the driver in the kernel,can you help get the driver code.

    Thanks & Regards,

    Cesar

  • Hi Cesar,

    Currently there is no support for GMSL device on TI Linux SDK.

    You would have to refer the ser-des implementation of the FPD-Link device (UB953 - UB960) and see how it is connected via the device tree and implement the same for the GMSL device.

    You could find the source code in the Linux SDK in the path below

    ${PSDKLA}/board-support/linux-5.10.162+gitAUTOINC+76b3e88d56-g76b3e88d56/drivers/media/i2c/ds90ub960.c - UB960 Deserializer

    ${PSDKLA}/board-support/linux-5.10.162+gitAUTOINC+76b3e88d56-g76b3e88d56/drivers/media/i2c/ds90ub953.c - UB953 Serializer

    Regards,

    Nikhil