Kevin-WSCU/96Boards-Camera

User Guide Doesnt Match 2.1 MIPI Board. I2C Information is not included

Opened this issue · 2 comments

I have two issues I am packaging into one as they seem to be related.

  1. The user guide for the MIPI seems to be for an older version of the hardware. I got mine recently and it's 2.1. It looks very different than the picture in the user guide

  2. I bought the dual OV5645 sensor package. What are the I2C addresses for each sensor? One of the DTSI files in the repo shows a dual camera system with one sensor at 0x74 and one at 0x76, however, the OV5645 DTS binding text file from the kernel shows an address of 0x78. Which one is correct? This should be included in the docs

Hi,

For v2.0 board, since both cameras are connected to different I2C busses, you can use the same address (0x78). However, if you are using the latest debian release for Dragonboard410c, then the DTS needs
to be tweaked.

@asagot

Sorry, I2C address was incorrectly mentioned as 0x78 in binding. Actually, it is 0x3c. I have sent a patch for fixing that!