element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
ZUBoard How to use the MAC Address from EEPROM in U-Boot?
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 2 replies
  • Subscribers 328 subscribers
  • Views 2305 views
  • Users 0 members are here
  • ZUBoard
Related

How to use the MAC Address from EEPROM in U-Boot?

Tim5000
Tim5000 over 1 year ago

Hi, has anyone had experience of getting U-Boot in Petalinux 2023.1 to read the MAC Address out of the AT24MAC602 EEPROM at startup and use it rather than the random one?

Warning: ethernet@ff0d0000 (eth0) using random MAC address - XX:XX:XX:XX:XX:XX

I've successfully been able to read the MAC Address and serial number out of the EEPROM's special area (device address mapped to 0x58) using debug commands in both U-Boot and Linux.

Reading 6 octets from device address 0x58, address 0x9a in Linux yields the MAC Address (Atmel OUI retained here for confirmation).

sudo i2ctransfer -y 0 w1@0x58 0x9a r6
0xfc 0xc2 0x3d 0xXX 0xXX 0xXX

U-Boot

ZynqMP> i2c dev 0
Setting bus to 0
ZynqMP> i2c md 0x58 0x9a 6
009a: fc c2 3d XX XX XX

I believe since 2022 U-Boot has removed some of the compile defines and how the EEPROM is used so I believe it needs something like this:

components/plnx_workspace/device-tree/device-tree/system-top.dts

/ {

aliases {

nvmem0 = &eeprom;

};

};

project-spec/meta-user/recipes-bsp/device-tree/files/system-user.dtsi

&i2c0 {
    eeprom: eeprom@58{
        compatible = "atmel,24c02";
        reg = <0x58>;
        read-only;
        pagesize = <16>;

        eth0_addr: eth-mac-addr@9A { /* 9A is the address in the EEPROM */
            reg = <0x9A 0x06>;
        };
    };
};

But U-Boot is still using the randomised address.

Any pointers would be helpful.

Thanks

  • Sign in to reply
  • Cancel
Parents
  • Tim5000
    0 Tim5000 over 1 year ago

    I've also found that if I set the mac address in petalinux-config (via Subsystem AUTO Hardware Settings) it will correctly take that instead of the randomised one, but obviously the goal here is to pull it from the actual EEPROM ideally.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Tim5000
    0 Tim5000 over 1 year ago

    I've also found that if I set the mac address in petalinux-config (via Subsystem AUTO Hardware Settings) it will correctly take that instead of the randomised one, but obviously the goal here is to pull it from the actual EEPROM ideally.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube