Isn't it the other way around? UU means a reserved address e.g. by loading an overlay / driverso why is #2 not showing as used by the i2cdetect scan (0xa = UU (Loaded), but 0x20 is not UU)Code:
P# i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f00: -- -- UU -- -- -- -- --10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --20: 20 -- -- -- -- -- -- -- -- -- -- -- -- -- -- --30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --70: -- -- -- -- -- -- -- --
It shows the port number when the device is found.
Statistics: Posted by DirkS — Sun Mar 24, 2024 7:12 pm