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.

TDA4VL-Q1: can't get stream from imx390

Part Number: TDA4VL-Q1
Other Parts Discussed in Thread: TDA4VL

Tool/software:

Hi TI teams,

We can't get video stream out while using imx390 D3CM cameras in TDA4VL EVB+vision board with Linux SDK 8.6. Due to our application, we didn't use RTOS SDK, just use LINUX SDK.

We follow https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-j721s2/09_00_00_08/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Camera/CSI2RX.html.

Add following lines to tisdk_j721s2-evm_defconfig

          CONFIG_I2C_ATR=y

          CONFIG_VIDEO_CADENCE_CSI2RX=y

          CONFIG_VIDEO_TI_J21E_CSI2RX=y

          CONFIG_PHY_CADENCE_DPHY=y

Add following lines to uEnv.txt

     name_overlays=k3-j721s2-fpdlink-cpb-fusion.dtbo k3-j721e-fpdlink-imx390-cm-0-0.dtbo k3-j721e-fpdlink-imx390-cm-0-1.dtbo k3-j721e-fpdlink-imx390-cm-0-2.dtbo k3-j721e-fpdlink-imx390-cm-0-3.dtbo

But got error while running v4l2 command:

root@j721s2-evm:~# v4l2-ctl -d2 --set-fmt-video=width=1936,height=1100,pixelformat=RG12 --stream-mmap
[ 116.183505] ds90ub960 5-0036: Failed to get source frame desc for port 0
VIDIOC_STREAMON returned -1 (Broken pipe)

All messages was saved to this log file:

tda4vl_imx390_test.log

How to solve it? Thanks!

BR,

Jeff