What is this number for the Camera I2C? in jetson tx1.

I use the Jetson TX1,now I can not detect I2C device in the i2c bus.
What is this number for the Camera I2C? is i2c0?is i2c2?
How can I detect i2c device in the Camera I2C?

hi,

please check the sensor device tree, you could also refer to our reference camera driver,

sources/hardware/nvidia/platform/t210/jetson/kernel-dts/jetson-platforms/tegra210-jetson-cv-camera-imx185-a00.dtsi

I use the camera i2c,

  1. the camera i2c is 546c0000? is OK or NOT?
  2. if I need test camera i2c,I use command"sudo i2cdetect -r -y 6" is OK or NOT?

hello sensor_test,

  1. yes, you could also refer to tegra TRM, 546c0000 is the address of VII2C
  2. it should be works, please have a try. thanks