Part Number: PROCESSOR-SDK-AM69A
Tool/software:
Hi Expert,
How to read/write MAC address in EEPROM?
Thanks
Daniel
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: PROCESSOR-SDK-AM69A
Tool/software:
Hi Expert,
How to read/write MAC address in EEPROM?
Thanks
Daniel
Hi Daniel,
You can use generic i2c drivers to do read/write in EEPROM. After youu read the address in u-boot, you can pass them to linux kernel.
See "probe_daughtercards()" function in "board/ti/j721e/evm.c" in u-boot for reference.
Regards,
Tanmay
Hi Tanmay,
I have the same problem.
I can read and write EEPROM, but I don't know what the MAC ADDR offset is.
as shown in the figure below

I found a table that shows MAC_adrs, but I still don't know the correct address.
As shown in the red box below:

Is there a more specific offset you can provide?
Best Regards,
Glendon.Hi,
It looks duplicate to below E2E.
PROCESSOR-SDK-AM69A: How to read/write MAC address in EEPROM?
Please refer to the latest post from above E2E, which clarifies the EEPROM Identifications of J784S4.
From your EEPROM Dump, there is no indication of a MAC address present.
Best Regards,
Sudheer