<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: i210 NVM MAC Address ARM... in Embedded Connectivity</title>
    <link>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1284564#M3157</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114"&gt;@CarlosAM_INTEL&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I read the point 2.23 of the FAQ as you propose and nothing tend to let us think it's an hardware issue... We double-checked almost everything and all seems to be ok and compliant...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, we were faced to few bugs in your EepromAccessTool... We fixed some but still not working as required.&lt;/P&gt;
&lt;P&gt;Do you have by any chance an updated version ? I compiled/tested the version "572162-eepromaccesstool-0.8.0.zip"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mark.&lt;/P&gt;</description>
    <pubDate>Tue, 25 May 2021 17:45:05 GMT</pubDate>
    <dc:creator>Hugaerts</dc:creator>
    <dc:date>2021-05-25T17:45:05Z</dc:date>
    <item>
      <title>i210 NVM MAC Address ARM...</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1282824#M3136</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since a while now, I'm trying to discover how and what to use to flash an empty i210 iNVM memory from an aarch64 system (imx8). The chip is part of our board made in-house and the goal is simply to set the missing MAC Addresses and let the igb kernel module recognize and manage that device (the device id is still 1531).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After many researches, NDA signed, mail exchanges, access to this portal, aso, aso... I received from your help the archive 'eepromaccesstool-0-7-7.zip' who is not working. However, reading this forum I found the version 0.8.0 and this one can be compiled and seems to discover the chips we have:&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;$ ./EepromAccessTool 

Intel(R) EEPROM Access Tool NVM/OTP Programming Example Tool   Version 0.8.0
Provided under the terms of a CNDA.  Do Not Distribute.
Copyright(C) 2017-2020 by Intel(R) Corporation 
NIC	BUS	DEV	FUN	Silicon	Memory Type Present
===	===	===	===	=====	======================
 1	1	 0	 0	I210	     INVM+FLASH
 2	1	 0	 0	I210	     INVM+FLASH
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trying to dump the content of the NVM result in all the bytes at 0xFF:&lt;/P&gt;
&lt;LI-CODE lang="none"&gt;$ ./EepromAccessTool -dump -nic=1

Intel(R) EEPROM Access Tool NVM/OTP Programming Example Tool   Version 0.8.0
Provided under the terms of a CNDA.  Do Not Distribute.
Copyright(C) 2017-2020 by Intel(R) Corporation 
Using no FW mode
Found an NVM
$ ls -l *.otp
-rw-r--r-- 1 root root 2621439 Mar 31 15:54 I210NIC1.otp
$ cat I210NIC1.otp
FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF
FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF
...&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And trying to flash it with the provided 'I210_Invm_Copper_APM_v0.6.HEX' result in nothing at all:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ ./EepromAccessTool -nic=1 -f=hex_files/I210_Invm_Copper_APM_v0.6.HEX 

Intel(R) EEPROM Access Tool NVM/OTP Programming Example Tool   Version 0.8.0
Provided under the terms of a CNDA.  Do Not Distribute.
Copyright(C) 2017-2020 by Intel(R) Corporation 
Using no FW mode
size is 80000
Detected FlashId: ef40
Using generic method
Erasing Full NVM...
Test writing worked.
Erasing sector to cleanup test write...
Programming...
HEX image type detected
Checksum already written.
$ ./EepromAccessTool -dump -nic=1

Intel(R) EEPROM Access Tool NVM/OTP Programming Example Tool   Version 0.8.0
Provided under the terms of a CNDA.  Do Not Distribute.
Copyright(C) 2017-2020 by Intel(R) Corporation 
Using no FW mode
Found an NVM
$ uniq -c I210NIC1.otp 
  65536 FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF
$&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've resetted the device many times... Tried all the provided hex images for the i210... Nothing works...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank's in advance for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mark.&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 17:51:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1282824#M3136</guid>
      <dc:creator>Hugaerts</dc:creator>
      <dc:date>2021-05-19T17:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: i210 NVM MAC Address ARM...</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1283701#M3145</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/152991"&gt;@Hugaerts&lt;/a&gt;:&lt;/P&gt;
&lt;P&gt;Thank you for contacting Intel Embedded Community.&lt;/P&gt;
&lt;P&gt;We sent an email to address associate to your account with information that may help you.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114"&gt;@CarlosAM_INTEL&lt;/a&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 23:43:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1283701#M3145</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2021-05-21T23:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: i210 NVM MAC Address ARM...</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1284564#M3157</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114"&gt;@CarlosAM_INTEL&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I read the point 2.23 of the FAQ as you propose and nothing tend to let us think it's an hardware issue... We double-checked almost everything and all seems to be ok and compliant...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, we were faced to few bugs in your EepromAccessTool... We fixed some but still not working as required.&lt;/P&gt;
&lt;P&gt;Do you have by any chance an updated version ? I compiled/tested the version "572162-eepromaccesstool-0.8.0.zip"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mark.&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 17:45:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1284564#M3157</guid>
      <dc:creator>Hugaerts</dc:creator>
      <dc:date>2021-05-25T17:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: i210 NVM MAC Address ARM...</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1284629#M3158</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/152991"&gt;@Hugaerts&lt;/a&gt;:&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;We sent again an email with suggestions that may help you.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114"&gt;@CarlosAM_INTEL&lt;/a&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 21:28:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1284629#M3158</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2021-05-25T21:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: i210 NVM MAC Address ARM...</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1286587#M3163</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114"&gt;@CarlosAM_INTEL&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you reply us by email instead of this forum, I replied you by email also...&amp;nbsp; But had no news from you so far... The mail was sent 2 days ago on 31st of May. May I kindly ask you to check your mails and reply here ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It could be easier to follow for everyone if we could stick to writing in this forum. I can also copy/paste the mail here if you don't find it in your inbox... Please let me know what we should do...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note also that the problem we encounter is on the desk for months now and we absolutely need to find a solution to fix these mac addresses and configs one time for all. I find this really weird to don't have a workable tool from you to flash your iNVM...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your understandings,&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mark.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 17:33:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1286587#M3163</guid>
      <dc:creator>Hugaerts</dc:creator>
      <dc:date>2021-06-02T17:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: i210 NVM MAC Address ARM...</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1288781#M3183</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/152991"&gt;@Hugaerts&lt;/a&gt;:&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;We sent another email with suggestions that may help you.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114"&gt;@CarlosAM_INTEL&lt;/a&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 14:05:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1288781#M3183</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2021-06-10T14:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: i210 NVM MAC Address ARM...</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1314044#M3369</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.intel.com/t5/user/viewprofilepage/user-id/114" target="_blank"&gt;@CarlosAM_INTEL&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I also want to change the MAC address of the i210 as&amp;nbsp;Hugaerts described，Could you give me some hints？&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 06:00:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1314044#M3369</guid>
      <dc:creator>jetson</dc:creator>
      <dc:date>2021-09-13T06:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: i210 NVM MAC Address ARM...</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1314158#M3371</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/179851"&gt;@jetson&lt;/a&gt;:&lt;/P&gt;
&lt;P&gt;Thank you for contacting Intel Embedded Community.&lt;/P&gt;
&lt;P&gt;Based on your previous communication, we want to address the following questions:&lt;/P&gt;
&lt;P&gt;Could you please clarify if the device related to this situation has been designed by you or by a third-party company?&lt;BR /&gt;Could you please let us know the part number, name of the manufacturer, and where to find the information related to the project associated with this condition?&lt;BR /&gt;Could you please list the source that you used to develop the design associated with the mentioned Ethernet Controller and if it has been verified by Intel?&lt;BR /&gt;We are waiting for your answer to these questions.&lt;BR /&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114"&gt;@CarlosAM_INTEL&lt;/a&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 14:56:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1314158#M3371</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2021-09-13T14:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: i210 NVM MAC Address ARM...</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1314625#M3374</link>
      <description>&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Hello,&lt;A href="https://community.intel.com/t5/user/viewprofilepage/user-id/114" target="_blank" rel="noopener"&gt;@CarlosAM_INTEL:&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;We bought Intel I210 chips from a third party company and have signed the CNDA agreement.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;We're already using this chip on our own board as an extended network port,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;After I run&amp;nbsp;&lt;/SPAN&gt;sudo ./EepromAccessTool -nic=X -f=&amp;lt;filename&amp;gt;, t&lt;SPAN&gt;he network port is available.&amp;nbsp;&amp;nbsp;But they all have the same MAC addresses 00:A0:C9:00:00:00,&amp;nbsp; and&amp;nbsp;I can't change its MAC address again.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;What can I do to change its MAC address?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 03:22:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1314625#M3374</guid>
      <dc:creator>jetson</dc:creator>
      <dc:date>2021-09-15T03:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: i210 NVM MAC Address ARM...</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1319070#M3408</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/179851"&gt;@jetson&lt;/a&gt;:&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P class="subsectionelementselectors sub_section_element_selectors"&gt;You need to have a Resource and Design Center (RDC) privileged account to have access to the requested information.&lt;/P&gt;
&lt;P class="subsectionelementselectors sub_section_element_selectors"&gt;The RDC Account Support form is the channel to process your account update process by filling out the form stated on the following website:&lt;/P&gt;
&lt;P class="subsectionelementselectors sub_section_element_selectors"&gt;&lt;A class="sub_section_element_selectors" href="https://www.intel.com/content/www/us/en/forms/support/my-intel-sign-on-support.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://www.intel.com/content/www/us/en/forms/support/my-intel-sign-on-support.html&lt;/A&gt;&lt;/P&gt;
&lt;P class="subsectionelementselectors sub_section_element_selectors"&gt;You should use a business email address to evade any inconvenience. Please avoid the free email provider's address (such as the provided by Hotmail, Gmail, Yahoo, or others).&lt;/P&gt;
&lt;P class="subsectionelementselectors sub_section_element_selectors"&gt;Best regards,&lt;/P&gt;
&lt;P class="subsectionelementselectors sub_section_element_selectors"&gt;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114"&gt;@CarlosAM_INTEL&lt;/a&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 15:28:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-NVM-MAC-Address-ARM/m-p/1319070#M3408</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2021-10-04T15:28:43Z</dc:date>
    </item>
  </channel>
</rss>

