Hello,
I am developing the new 8MP cis sensor device driver.
DES (TI9702) - Ser(TI971) - 8MP Sensor ( 3840x2160, 4lane, MIPI datarate 900Mbps, RAW12 )
I check the I2C is working well. and I can observe the Sensor frame count is increasing.
But I can't captured data. saved image_0000.raw data is not normal.
This is related register situation
CSI_RX_IF_VBUS2APB_INTEGRATION_DEBUG (04504060h)
CSI_RX_IF_VBUS2APB_STREAM0_STATUS (04504104h)
==== Before Sensor start ====
root@j7-evm:~# devmem2 0x04504060
/dev/mem opened.
Memory mapped at address 0xffffbc76a000.
Read at address 0x04504060 (0xffffbc76a060): 0x10000000
root@j7-evm:~# devmem2 0x04504104
/dev/mem opened.
Memory mapped at address 0xffff92d15000.
Read at address 0x04504104 (0xffff92d15104): 0x00000000
==== Sensor start ====
root@j7-evm:~# devmem2 0x04504060
/dev/mem opened.
Memory mapped at address 0xffff9f729000.
Read at address 0x04504060 (0xffff9f729060): 0x10000000
root@j7-evm:~# devmem2 0x04504104
/dev/mem opened.
Memory mapped at address 0xffff94ab5000.
Read at address 0x04504104 (0xffff94ab5104): 0x80000111
root@j7-evm:~#
==== Sensor stop ====
root@j7-evm:~# devmem2 0x04504104
/dev/mem opened.
Memory mapped at address 0xffff9d201000.
Read at address 0x04504104 (0xffff9d201104): 0x80000110
=================================================
This is my log when I use run_app_single_cam.sh.
My sensor spec is similar with AR0820, so, I update the AR0820 code for the my sensor accordingly.
It seems sensor is providing the data. but TDA4 can't handle the this data properly.
Please check the my log. and give me the feedback.