In Jetpack 5 the commands were:
Command to dump module eeprom
> sudo i2cdump -y 0 0x50
Command to dump carrier board eeprom
> sudo i2cdump -y 0 0x56
Under Jetpack 6 this it doesn’t work:
root@rino:~# sudo i2cdump -y 0 0x50
No size specified (using byte-data access)
Error: Could not set address to 0x50: Device or resource busy
root@rino:~# sudo i2cdump -y 0 0x56
No size specified (using byte-data access)
Error: Could not set address to 0x56: Device or resource busy
root@rino:~#
What is the proper way now?