Other Parts Discussed in Thread: INA226
Dear TI supporters,
I have tried to test I2C-0 by the following command:
root@am64xx-evm:/# i2cget -y 1 0x40 0 w 0x2741 root@am64xx-evm:/# i2cdetect -l i2c-3 i2c OMAP I2C adapter I2C adapter i2c-1 i2c OMAP I2C adapter I2C adapter i2c-2 i2c OMAP I2C adapter I2C adapter i2c-0 i2c OMAP I2C adapter I2C adapter root@am64xx-evm:/# i2cget -y 0 0x50 0x0 w 0xffff root@am64xx-evm:/# i2cget -y 0 0x51 0x0 w 0xffff root@am64xx-evm:/# i2cset -y 0 0x51 0x0f 0x55aa w root@am64xx-evm:/# i2cget -y 0 0x51 0x0f w 0xffff root@am64xx-evm:/# i2cget -y 1 0x40 0 w 0x2741 root@am64xx-evm:/#
I also tried to read I2C_1_INA226_VDD_CORE_ADD 0x40 that works well.
I didn't know why I couldn't read data from EEPROM on I2C-0