Hi,
i was developing a camera-surround project.
My hardware environment is IMX6QP+TIUB964+TIUB933+OVOX1F and MIPI 4 lanes + YUV422 ;
When i opened V4L2 device,the mipi csi2 log showed as below:
mipi csi2 dphy status mipi_reg 0x300!
mipi csi2 error1 mipi_reg 0x11000000!
mipi csi2 error2 mipi_reg 0x100!
mipi csi2 can not reveive data correctly!
I have viewed the reference documents that
CSI ERROR1
Bit28.
err_ecc_double
Header ECC contains 2 errors. Unrecoverable.
Default Value: 0
Bit24.
vc0_err_crc
Checksum Error detected on Virtual Channel 0
Default Value: 0
CSI ERROR2
Bit8.
vc0_err_ecc
corrected
Header error detected and corrected on Virtual Channel 0
Default Value: 0
But TIUB964+TIUB933+OVOX1F which connected to my internal platform could receive image data successfully;
So what is the next way to solve this issue ?
Is this a TI UB964 configure issue ?