i2cdetect is very slow
I want to use i2c-1 on DragonBoard410c( Debian jessie, except using kernel I built with Yocto).
I used sudo i2cdetect -y -r 1
, but printing a result of this command is slower than my experience.
For the first few seconds
linaro@linaro-developer:~$ sudo i2cdetect -y -r 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: --
After few seconds
↓
linaro@linaro-developer:~$ sudo i2cdetect -y -r 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- --
After few seconds
↓
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
In my experience( quick mode i2c), printing a result ended in a moment.
Is this behavior correct?
If it is wrong, it would be greatly appreciated if you could tell me why.