Greetings,
I am currently experiencing problems using the I2C on the J41 header. I have tried with both pins 3 and 5 and 27 and 28, but with no luck.
The setup:
I am connecting SCL and SDA (plus voltages and ground) from the J41 header to a PCB that contains the I2C chip I am testing. I have tested both with Nvidia Ubuntu and the Jetson devkit board, and our own Yocto image and the Seeed devkit board.
Doing i2cdetect -y -r 1 and i2cdetect -y -r 0 results in no device being found. Doing the same connection and command on a Raspberry Pi 3B+ shows the device, and I am able to use it properly.
Should this work out of the box? What changes need to be made to the DTB to make it work? What else could be wrong?