Board: Jetson Nano Application Processor (8GB RAM) and SOC Development Board (945-13766-0000-000)
We were testing several sensors with i2c bus 7 a few days ago and everything appeared to be functioning fine with the sensors showing up, and being capable of receiving and responding to commands.
We’ve tried again today and keep getting a slow scroll on i2cdetect and repeated “I2C transfer timed out” entries for i2c bus 7 (c250000). We’ve confirmed the sensors are functional and not causing issues as connecting them to i2c bus 1 works perfectly fine.
Support asked us to post a topic here to get verification of the issue from forum staff for requesting an RMA, but I’m happy to troubleshoot further as needed to try and get it working again.
We’ve reflashed the system to a fresh SD Card with Jetpack 6.2, but still getting the same error. We’re waiting on a scope coming in to probe the i2c bus, and I’ll get back once we’ve got that!
We’ve got a logic analyzer in and checked both i2c Bus 7 and Bus 1. We’re able to see and decode i2c traffic (from i2cdetect) on Bus 1, but Bus 7 appears to be giving out <1V and not signaling when using i2cdetect.
Please check why I2C bus 7 is not showing correct voltage levels. Common issues to check for are voltage incompatibility between the I2C bus on the module and on the sensor/device. Any voltage translators used on the I2C bus? Check the pull-up resistors are used on I2C SCL and SDA lines on both sides of the voltage translator/level shifter, if used and fine tune them, if needed to meet I2C specifications. Capture scope shots to verify the signal voltage levels and and timing.
@sgursal We’re not using any voltage translators on the i2c bus. The above pictures in the previous message were also performed with no external devices on the i2c bus 1 or 7.
Bus 7 had no devices at the time we probed and i2cdetect slowly prints out each entry with a - and generates “I2C transfer timed out” with every attempt. We get 0V from SDA / SCL.
Bus 1 appears to have internal i2c devices taken by the Jetson itself, and works fine with correct voltages and traffic on the i2c bus. Bus 1 has the correct voltage level and signals correctly with the internal i2c devices and our external i2c sensors (with pull-up resistors).
Please attach a suitable I2C device and see if you can access or read/write to it. Also, is the I2C Bus 7 configured to use as I2C in the pinmux? If configured as GPIO then I2C access will not work. Are you using custom carrier board? Other option will be to test it on our dev kit and see if it works as expected.
We are currently using the Jetson Orin Nano Super Developer Kit with the NVIDIA provided carrier board. The I2C device connected doesn’t initially show up in i2cdetect, but communicates correctly via Bus 1, but no communication via Bus 7 and we still get 0V probe.
Do you have another board with similar issue to clarify if the issue is specific to current board?
If so, have you tried to configure these 2 pins (PDD.01/PDD.02) as GPIO and check if they can be controlled or they are damaged?
Could you also share the full dmesg for further check?
We have a Raspberry Pi 5 that works with these sensors, but we don’t have another Jetson to test with. I am reprogramming the affected I2C pins to GPIO now and will check with the logic analyzer / probe to see if they’re functional – I will have update shortly.
It more than likely died, we were stress testing it and had all the ARM cores and GPU maxed out while capturing i2c data looking for missed data. Well, the i2c blew out in less than 24 hours. Sent the board back and have not been able to get a replacement so we can resume testing.
The GPIO on the board is a lame set up, you need to take special care with the gpio and use a line driver and if memory is correct, the i2c bus needs a level shifter if you have 5v on it. The SoC is 1.8v and they have a level shifter on board to 3.3 so this is all from memory so don’t take if for fact. You will need to do your home work on this.