This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

"i2c probe" command in if statement in the u-boot

Other Parts Discussed in Thread: DM385

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