Part Number: PCA9554
Dear TI Support Team
We have some systems where we see an issue with “gpioget”. The I2C IO Expander is connected to I2C2 and the gpiod tools normally work. Now when we add a different I2C device over a cable to the I2C bus (with a different address), we see that the gpioget command sometimes works and sometimes does not work:
$ gpioget 4 0
gpioget: error reading GPIO values: Remote I/O error
$ gpioget 4 0
0
When communicating with the Expander directly with the i2c-tools, we do not see any communication issue.
$ sudo i2cget -y -f 2 0x21
Any idea what could be the issue and how we can solve it?
Our OS is ubuntu 24.04 LTS and the kernel version is 6.8, the platform is the NVidia AGX Thor.
Thank you for your help.