Tool/software: Linux
Hi.
I also have the same problem on this post ()
I am doing work with AM5718 & 2 OV7251 MIPI camera (single data lane MIPI) .
One is connected to CSI2-0 & the other is connected to CSI2-1.
The driver model is TI-CAL & I2C media driver which is modified from OV490.c.
When booting all is done with success. CAL driver and i2c setting is done with ok.
And I also checked MIPI signal with oscilloscope.
(Clock channel is approx. 56MHz , amplitude is 700mV)
(Data channel amplitude is 1.2v)
I wonder internal CAL module can detect 700mV clock signal? why clock & data channel's amplitude is different.
As "Jason Lam" said...
All driver is loaded ok but when I capture image from V4L2 streaming select() times out.
/proc/interrupts has no interrupts from CAL/VPE.
So where should I have to check?
Regards.