Failed reading eeprom data

Hi,
I use Orin NX SoM with Orin Nano devkit. tried executing:
sudo i2cdump -y 7 0x50
and got all XX:
i2c.log (2.8 KB)

same like here:

what can i do next?
Thanks

turned out i had to use the 0 channel instead of 7:
sudo i2cdump -y 0 0x50

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.