<?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 Flash MAC Address programming eepromaccesstool ARM in Embedded Connectivity</title>
    <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638988#M1422</link>
    <description>Hi Maecenas,

I’m a bit confused with your response. I don’t understand what you mean by your statement, can you please clarify and elaborate further your statement?

Regards,
Dan</description>
    <pubDate>Sat, 27 Apr 2019 03:13:38 GMT</pubDate>
    <dc:creator>DMall3</dc:creator>
    <dc:date>2019-04-27T03:13:38Z</dc:date>
    <item>
      <title>i210 Flash MAC Address programming eepromaccesstool ARM</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638979#M1413</link>
      <description>&lt;P&gt;I would like to program the MAC Address into the i210 flash device using eepromaccesstool on a ARM based system. Can I please get command this accomplish this? Note this is for ARM based system, so lanconf and eeupdate will not work.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 01:47:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638979#M1413</guid>
      <dc:creator>DMall3</dc:creator>
      <dc:date>2019-04-12T01:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: i210 Flash MAC Address programming eepromaccesstool ARM</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638980#M1414</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.intel.com/sfdc-users/DMall3"&gt;@DMall3&lt;/A&gt;​&amp;nbsp; Do you plan to write to the iNVM or use an external memory? Are you using the i210 an an onboard device, or are you using a PCIe based i210 NIC card?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Adolfo Sanchez&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 03:15:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638980#M1414</guid>
      <dc:creator>Adolfo_S_Intel</dc:creator>
      <dc:date>2019-04-16T03:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: i210 Flash MAC Address programming eepromaccesstool ARM</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638981#M1415</link>
      <description>Hello Adolfo,

The application is an OEM ARM CPU base board with the i210 integrated into the design. The i210 will have an external flash eeprom device. For the MAC address we will be programming our own unique address for each board that we build.

Best Regards,
Dan M</description>
      <pubDate>Tue, 16 Apr 2019 04:10:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638981#M1415</guid>
      <dc:creator>DMall3</dc:creator>
      <dc:date>2019-04-16T04:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: i210 Flash MAC Address programming eepromaccesstool ARM</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638982#M1416</link>
      <description>&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to the documentation to program the i210 external flash the command is:&lt;/P&gt;&lt;P&gt;"sudo ./eepromARMtool -write -NIC=X -f=&amp;lt;filename&amp;gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is really no difference on the command to program iNVM or flash,  the eepromARMtool will determine which type of memory to program, accordingo to the format of the Input File.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recommend that you take a look at document RDC 523420.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Adolfo Sanchez&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 07:52:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638982#M1416</guid>
      <dc:creator>Adolfo_S_Intel</dc:creator>
      <dc:date>2019-04-17T07:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: i210 Flash MAC Address programming eepromaccesstool ARM</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638983#M1417</link>
      <description>Hello Adolfo,

The command: “./eepromARMtool –write –NIC=X –f=&amp;lt;filename&amp;gt;” does a programming of the entire eeprom.

BTW – Correct me if I’m wrong, but isn’t the tool “EepromAccessTool”? Not “eepromARMtool”?

With “EepromAccessTool” the command to program the eeprom is: “EepromAccessTool –NIC=X –f=&amp;lt;filename&amp;gt;


To rephrase, basically what I would like to accomplish with the “EepromAccessTool” is to program just the MAC address only in our ARM CPU based design. In an x86 CPU based design I have used and continue to use eeupdate to program just the MAC address only into the eeprom using the following command: “eeupdate /nic=X /mac=”aabbccddeeff”.

With the “EepromAccessTool” is there a command that is similar to the “eeupdate” command for programming just the MAC address only of the eeprom?

Programming the eeprom by using the “./EepromAccessTool –NIC=X –f=&amp;lt;filename&amp;gt;” command would require our manufacturing team to create a new file with a new and unique MAC address for every ARM based system that is manufactured. Using this method would not be a feasible method to implement for volume manufacturing.

If programming of the MAC address only cannot be done with “EepromAccessTool”, is there an alternative? I would like to stick to using the i210 in my ARM based design, but if programming of the MAC address cannot be easily accomplished especially for volume manufacturing it would be tough for me to use it in the design.

Best Regards,
Dan</description>
      <pubDate>Wed, 17 Apr 2019 22:30:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638983#M1417</guid>
      <dc:creator>DMall3</dc:creator>
      <dc:date>2019-04-17T22:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: i210 Flash MAC Address programming eepromaccesstool ARM</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638984#M1418</link>
      <description>&lt;P&gt;Hello, Dan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The EepromAccessTool (EepromArmTool was the name of a previous version of the tool), is designed to program a blank flash or iNVM memory with all the configuration registers, I am not aware of any specific command to program only the MAC address, however I will double check with the engineering team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 04:01:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638984#M1418</guid>
      <dc:creator>Adolfo_S_Intel</dc:creator>
      <dc:date>2019-04-18T04:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: i210 Flash MAC Address programming eepromaccesstool ARM</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638985#M1419</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.intel.com/sfdc-users/DMall3"&gt;@DMall3&lt;/A&gt;​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I confirmed with the engineers that there is no specific command to only program the MAC address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a suggested workaround you could create a script, to generate an empty image that just contains the MAC address, and then you can provide that empty image as input file ot the EepromAccessTool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can take a look to at the I210 Dashboard Section 6.0 and the EepromAccessTool Userg Guide section 5.0 for more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Adolfo Sanchez&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 07:08:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638985#M1419</guid>
      <dc:creator>Adolfo_S_Intel</dc:creator>
      <dc:date>2019-04-19T07:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: i210 Flash MAC Address programming eepromaccesstool ARM</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638986#M1420</link>
      <description>Hello Adolfo,

Were you able to get any feedback from your engineering team with regards to the MAC Address programming for the Intel i210 NIC device that is integrated into an ARM based design?

If programming of the MAC Address cannot be done with the EepromAccessTool is there an alternative? I am currently holding off in moving further with my design pending your response to the MAC Address programming, so an response back would be appreciated.

Thank You,
[&lt;A href="https://m1.mrcy.com/uploadedImages/mercury-logo-for-email.jpg"&gt;https://m1.mrcy.com/uploadedImages/mercury-logo-for-email.jpg&lt;/A&gt;]
Dan Mallari
Electrical Engineer III
Mercury Systems – Trusted Mission Solutions
47200 Bayside Parkway
Fremont, CA 94538, USA
Phone: +1 (510) 252-0870</description>
      <pubDate>Tue, 23 Apr 2019 22:52:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638986#M1420</guid>
      <dc:creator>DMall3</dc:creator>
      <dc:date>2019-04-23T22:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: i210 Flash MAC Address programming eepromaccesstool ARM</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638987#M1421</link>
      <description>&lt;P&gt;Hello, &lt;A href="https://community.intel.com/sfdc-users/DMall3"&gt;@DMall3&lt;/A&gt;​:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your update.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We suggest you review our update of the past Thursday April 18th, 2019 that may answer your questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/sfdc-users/Mæcenas_INTEL"&gt;@Mæcenas_INTEL&lt;/A&gt;​.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2019 02:33:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638987#M1421</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2019-04-27T02:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: i210 Flash MAC Address programming eepromaccesstool ARM</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638988#M1422</link>
      <description>Hi Maecenas,

I’m a bit confused with your response. I don’t understand what you mean by your statement, can you please clarify and elaborate further your statement?

Regards,
Dan</description>
      <pubDate>Sat, 27 Apr 2019 03:13:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638988#M1422</guid>
      <dc:creator>DMall3</dc:creator>
      <dc:date>2019-04-27T03:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: i210 Flash MAC Address programming eepromaccesstool ARM</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638989#M1423</link>
      <description>&lt;P&gt;​Hello, &lt;A href="https://community.intel.com/sfdc-users/DMall3"&gt;@DMall3&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;Please let&amp;nbsp;us paraphrase our previous communication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please clarify if you try the suggestions stated in &lt;A href="https://community.intel.com/sfdc-users/AdolfoS_Intel"&gt;@AdolfoS_Intel&lt;/A&gt;​'s communication of the past April, 18th, 2019?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are waiting for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/sfdc-users/Mæcenas_INTEL"&gt;@Mæcenas_INTEL&lt;/A&gt;​.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 04:49:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638989#M1423</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2019-05-02T04:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: i210 Flash MAC Address programming eepromaccesstool ARM</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638990#M1424</link>
      <description>Hi Maecenas,

I’m still waiting for your response to clarify your statement below,

“We suggest you review our update of the past Thursday April 18th, 2019 that may answer your questions.“

Where is the past update you are referencing to? Was the update sent to me via email? Or is the update posted in the Intel forum? Anyways, I did looked into my email inbox as well as SPAM folder and also on the forum and didn’t see any update to my issue. So again please clarify what it is you mean by reviewing the update.

FYI – I would also like to remind you and to reiterate the urgency in needing and getting the solution to resolve the MAC Address programming of the i210 in an ARM based design.

Regards,
Dan</description>
      <pubDate>Fri, 03 May 2019 01:26:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638990#M1424</guid>
      <dc:creator>DMall3</dc:creator>
      <dc:date>2019-05-03T01:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: i210 Flash MAC Address programming eepromaccesstool ARM</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638991#M1425</link>
      <description>&lt;P&gt;Hello, &lt;A href="https://community.intel.com/sfdc-users/DMall3"&gt;@DMall3&lt;/A&gt;​:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your clarification.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The cited update is the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Adolfos reply April 18 2019.JPG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/3949iF5208B39B197FBB5/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Adolfos reply April 18 2019.JPG" alt="Adolfos reply April 18 2019.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is important to clarify that the i210 Datasheet should be used instead of the mentioned Dashboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/sfdc-users/Mæcenas_INTEL"&gt;@Mæcenas_INTEL&lt;/A&gt;​. &lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 01:39:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/i210-Flash-MAC-Address-programming-eepromaccesstool-ARM/m-p/638991#M1425</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2019-05-03T01:39:58Z</dc:date>
    </item>
  </channel>
</rss>

