Hello naveennvn,
You could use i2c-tools package to do verification, please add "i2c-tools" in IMAGE_INSTALL variable of recipe meta-fsl-networking/image/fsl-image-core.bb and rebuild image with "bitbake fsl-image-kernelitb".
root@ls2085aqds:~# i2cdetect 3
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-3.
I will probe address range 0x03-0x77.
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: 60 -- -- -- -- -- 66 67 -- -- -- -- 6c 6d -- --
70: -- -- -- -- -- -- -- UU
root@ls2085aqds:~# i2cget -y 3 0x66 0x2 b
0x07
root@ls2085aqds:~# i2cdump 3 0x66
No size specified (using byte-data access)
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-3, address 0x66, mode byte
Continue? [Y/n] Y
0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
00: 33 12 07 01 b7 04 00 00 00 00 00 3b df 00 00 00 3?????.....;?...
10: 20 00 00 11 00 00 00 8c 00 00 00 00 00 50 a0 7f ..?...?.....P??
20: 00 00 62 00 cb ff 7f ff 00 00 00 00 00 00 00 00 ..b.?.?.........
30: 32 00 00 12 04 0b 18 ff 18 ff 00 00 00 00 00 00 2..????.?.......
40: 30 00 06 00 00 00 00 00 61 00 00 00 00 00 00 00 0.?.....a.......
50: 80 32 af 03 02 30 a1 08 06 c5 c0 28 7b 20 35 08 ?2???0?????({ 5?
60: 12 ff ff ff ff ff ff ff 00 00 00 ff ff ff ff ff ?...............
70: 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 .........?......
80: ee c0 ff ff 00 00 00 00 ff ff ff c0 00 00 00 00 ??.........?....
90: ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
a0: 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 .........?......
b0: 00 09 09 00 00 00 00 00 00 00 00 00 00 00 00 00 .??.............
c0: 2f af 3f 95 00 01 00 00 00 00 00 00 03 00 20 00 /???.?......?. .
d0: 00 00 00 00 38 40 00 00 00 0c 00 00 05 c0 00 80 ....8@...?..??.?
e0: 00 00 00 00 cb 17 da 1d 00 00 00 00 00 00 00 11 ....????.......?
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
Have a great day,
Yiping
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------