Part Number: TDA2EVM5777
Tool/software: Linux
Hi,
I want to use i2c bus on linux on the TDA2xx EVM 5777
I am trying out the i2cdetect utility.
the i2cdetect shows 2 busses, 0, and 2.
However, when i run i2cdetect 0 , it does not show any devices on the bus.
Also, tried to us i2cdump to dump the EEPROM data, it does not show valid data.
Pls. advise.
Thanks and Regards,
Archit Adwant
----------------------------------------------------------------------------------------------------------------
root@dra7xx-evm:/usr/bin# i2cdetect -l
i2c-0 i2c OMAP I2C adapter I2C adapter
i2c-2 i2c OMAP I2C adapter I2C adapter
root@dra7xx-evm:/usr/bin# i2cdetect 0
i2cdetect: warning: can't use SMBus quick write command, will skip some addresses
i2cdetect: WARNING! This program can confuse your I2C bus
Continue? [y/N] y
0 1 2 3 4 5 6 7 8 9 a b c d e f
00:
10:
20:
30:
40:
50:
60:
----------------------------------------------------------------------------------------------------------------