I am trying to configure the Jetson Nano as a I2C master device. I have an ESP running in I2C Slave mode. The Jetson is connected to the ESP with SDA, SCL and GND connections. They are connected to Jetson’s I2C bus 0 (pin 27/28).
When I run the i2cdetect command it says there are no devices on the bus. I have tested the ESP with another ESP (as master) and confirmed that the device is working as intended.
I have attached the output using i2cdetect -y -r 1 (I get the same output using 0)
I too am facing the similar issue, For me neither Bus0 nor Bus1 is working,
Specification - Xavier Nx Board with Leetop A203 Carrier Board
I2C Device - MPU9250
OS - OS Flashed using SDK manager. (J4.6)