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-AM62A-LP: Camera 4lane MIPI drive source code path

Part Number: SK-AM62A-LP

Hi Team,

1) Requirement: The customer need an AM62 series kit to support their existing camera modules (4lane MIPI is connected via 22pin FPC flex cable),

Currently it seems only SK-AM62A-LP is 4lane MIPI and camera interface is 22pin. They would like to make sure if SK-AM62A-LP is able to meet the above needs or could you help give some recommended models? 

2) And they have downloaded and installed ti-processor-sdk-linux-rt-am62axx-evm-08.06.00.45-Linux-x86-Install.bin(www.ti.com.cn/.../PROCESSOR-SDK-AM62APROCESSOR-SDK-LINUX-RT-AM62A — RT-Linux SDK for edge AI applications on AM62A”), could you please help tell under which path is the driver source code for camera 4lane MIPI? 

Could you help check this case? Thanks.

Best Regards,

Cherry

  • Hi Cherry,

    1) Yes, SK-AM62A-LP has one 22-pin FFC connector to interface 4-lane MIPI CSI. Please refer the AM62A academy for an example connection.

    2) The drivers in the camera capture path are:

    • TI J721E CSI2RX driver: media/platform/ti/j721e-csi2rx/j721e-csi2rx.c
    • Cadence CSI2-RX bridge: media/platform/cadence/cdns-csi2rx.c
    • Cadence DPHY: phy/cadence/cdns-dphy-rx.c
    • Sensor: media/i2c/<sensor-name>.c

    Please refer to the Processor SDK Linux documentation for detailed information.

    Regards,

    Jianzhong