Hi TI,
I use "i2c probe" command in if statement in the u-boot.like
if i2c probe =4C; then echo pass; else echo fail; fi
but it always return pass but my i2c probe don't have 4C address
How to compare the valid I2C probe address using if statement in U-BOOT ?
Regards,
Rajesh Kannan.S