Tool/software:
Hi,
I’ve added the device name to the EEPROM on the SK-AM62P by writing data to addresses 0x50
to 0x55
at I2C address 0x51
.
While I can successfully read this data in U-Boot using the command "i2c md 0x51 0x50 0x55"
, I'm having trouble accessing the same data from Linux. Can you help with how to read this data from Linux?
I am attaching the screenshot for U-boot:-
:
I am attaching the screenshot for linux:-
Regards,
Veerapandiyan V