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.
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:
How to solve it? Thanks!
BR,
Jeff