How to do manual I2C Communication over CSI interface

I am trying to debug a camera which is plugged into the CSI interface on my Jetson. There is an issue with the I2C connection that I am trying to debug.

Is there a way that I can manually send specific I2C packets to my camera and observe the responses? I can’t seem to find any command-line utilities that provide this.

  1. You can use i2c-utils i2cset/i2cget
  2. Also can implement a debug fs to access specific REG for it. Have reference to ov5693.c

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.