由于我们硬件要调试PMIIC(TPS65217),所以必须找到i2c-0的开放接口。百度了好多,大多是关于系统中i2c tools的应用。对应着硬件i2c-1和i2c-2的开放接口。但是PMIC 和eeprom 还有hdmi都是挂载在i2c-o的bus上。所以无法应用。无意中大神告知uboot界面下有一个i2c的命令。废话不多说,直接上代码和图。
U-Boot# i2c help
i2c - I2C sub-system
Usage:
i2c bus [muxtype:muxaddr:muxchannel] - show I2C bus info
crc32 chip address[.0, .1, .2] count - compute CRC32 checksum
i2c dev [dev] - show or set current I2C bus
i2c loop chip address[.0, .1, .2] [# of objects] - looping read of device
i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
i2c mm chip address[.0, .1, .2] - write to I2C device (auto-incrementing)
i2c mw chip address[.0, .1, .2] value [count] - write to I2C device (fill)
i2c nm chip address[.0, .1, .2] - write to I2C device (constant address)
i2c probe [address] - test for and show device(s) on the I2C bus
i2c read chip address[.0, .1, .2] length memaddress - read to memory
i2c write memaddress chip address[.0