<?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 I210 iNVM still blank after programming with eepromARMTool in Embedded Connectivity</title>
    <link>https://community.intel.com/t5/Embedded-Connectivity/I210-iNVM-still-blank-after-programming-with-eepromARMTool/m-p/212103#M679</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in the bringup phase of our embedded board with i.MX6 CPU and i210 connected via PCIe.&lt;/P&gt;&lt;P&gt;The i210 has no flash connected. I just want to write the internal NVM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lspci reports a blank i210. After enabling the pci device eepromARMtool detects the Intel part and I can dump&lt;/P&gt;&lt;P&gt;the iNVM (still blank):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx6:~#  echo 1 &amp;gt; /sys/bus/pci/devices/0000\:01\:00.0/enable &lt;/P&gt;&lt;P&gt;root@imx6:~#  ./eepromARMtool&lt;/P&gt;&lt;P&gt;Intel(R) Eeprom ARM Tool ARM OTP Programming Tool&lt;/P&gt;&lt;P&gt;Provided under the terms of a CNDA.  Do Not Distribute.&lt;/P&gt;&lt;P&gt;Copyright(C) 2013 by Intel(R) Corporation&lt;/P&gt;&lt;P&gt;NIC    BUS    DEV    FUN    Silicon    Memory Type Present&lt;/P&gt;&lt;P&gt;===    ===    ===    ===    =====    ======================&lt;/P&gt;&lt;P&gt; 1    1     0     0    I210         INVM+FLASH&lt;/P&gt;&lt;P&gt;root@imx6:~#  ./eepromARMtool -dump -nic=1&lt;/P&gt;&lt;P&gt;Intel(R) Eeprom ARM Tool NVM/OTP Programming Tool&lt;/P&gt;&lt;P&gt;Provided under the terms of a CNDA.  Do Not Distribute.&lt;/P&gt;&lt;P&gt;Copyright(C) 2013-2014 by Intel(R) Corporation&lt;/P&gt;&lt;P&gt;Version 0.6.7&lt;/P&gt;&lt;P&gt;root@imx6:~#  less I210NIC.otp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 E201 4195 A6A0 AA86&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I write the image into the chip:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx6:~#  ./eepromARMtool -write -nic=1 -f=I210_Invm_Copper_NoAPM_v0.6.HEX &lt;/P&gt;&lt;P&gt;Intel(R) Eeprom ARM Tool NVM/OTP Programming Tool&lt;/P&gt;&lt;P&gt;Provided under the terms of a CNDA.  Do Not Distribute.&lt;/P&gt;&lt;P&gt;Copyright(C) 2013-2014 by Intel(R) Corporation&lt;/P&gt;&lt;P&gt;Version 0.6.7&lt;/P&gt;&lt;P&gt;Flash wordsize reg val:  5 register 82a00&lt;/P&gt;&lt;P&gt;root@imx6:~#  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... and dump it again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx6:~#  ./eepromARMtool -dump -nic=1&lt;/P&gt;&lt;P&gt;Intel(R) Eeprom ARM Tool NVM/OTP Programming Tool&lt;/P&gt;&lt;P&gt;Provided under the terms of a CNDA.  Do Not Distribute.&lt;/P&gt;&lt;P&gt;Copyright(C) 2013-2014 by Intel(R) Corporation&lt;/P&gt;&lt;P&gt;Version 0.6.7&lt;/P&gt;&lt;P&gt;root@imx6:~#  less I210NIC.otp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0002 1541 0002 3C21 1411 3400 8880 4552&lt;/P&gt;&lt;P&gt;3611 5011 1A11 3C21 1411 3400 8880 4552&lt;/P&gt;&lt;P&gt;4211 4811 1E19 001A 0241 16D1 8880 4552&lt;/P&gt;&lt;P&gt;0002 00A8 0002 001A 0241 16D1 8880 4552&lt;/P&gt;&lt;P&gt;0090 00A8 0002 001A 0241 16D1 8880 4552&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 021F&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 E201 4195 A6A0 AA86&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The dumped content does not really look like expected. It differs from the written image.&lt;/P&gt;&lt;P&gt;2) After a power cycle the dump agains show a blank chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's wring? Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2017 09:55:45 GMT</pubDate>
    <dc:creator>MFuch2</dc:creator>
    <dc:date>2017-01-31T09:55:45Z</dc:date>
    <item>
      <title>I210 iNVM still blank after programming with eepromARMTool</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/I210-iNVM-still-blank-after-programming-with-eepromARMTool/m-p/212103#M679</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am in the bringup phase of our embedded board with i.MX6 CPU and i210 connected via PCIe.&lt;/P&gt;&lt;P&gt;The i210 has no flash connected. I just want to write the internal NVM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lspci reports a blank i210. After enabling the pci device eepromARMtool detects the Intel part and I can dump&lt;/P&gt;&lt;P&gt;the iNVM (still blank):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx6:~#  echo 1 &amp;gt; /sys/bus/pci/devices/0000\:01\:00.0/enable &lt;/P&gt;&lt;P&gt;root@imx6:~#  ./eepromARMtool&lt;/P&gt;&lt;P&gt;Intel(R) Eeprom ARM Tool ARM OTP Programming Tool&lt;/P&gt;&lt;P&gt;Provided under the terms of a CNDA.  Do Not Distribute.&lt;/P&gt;&lt;P&gt;Copyright(C) 2013 by Intel(R) Corporation&lt;/P&gt;&lt;P&gt;NIC    BUS    DEV    FUN    Silicon    Memory Type Present&lt;/P&gt;&lt;P&gt;===    ===    ===    ===    =====    ======================&lt;/P&gt;&lt;P&gt; 1    1     0     0    I210         INVM+FLASH&lt;/P&gt;&lt;P&gt;root@imx6:~#  ./eepromARMtool -dump -nic=1&lt;/P&gt;&lt;P&gt;Intel(R) Eeprom ARM Tool NVM/OTP Programming Tool&lt;/P&gt;&lt;P&gt;Provided under the terms of a CNDA.  Do Not Distribute.&lt;/P&gt;&lt;P&gt;Copyright(C) 2013-2014 by Intel(R) Corporation&lt;/P&gt;&lt;P&gt;Version 0.6.7&lt;/P&gt;&lt;P&gt;root@imx6:~#  less I210NIC.otp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 E201 4195 A6A0 AA86&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I write the image into the chip:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx6:~#  ./eepromARMtool -write -nic=1 -f=I210_Invm_Copper_NoAPM_v0.6.HEX &lt;/P&gt;&lt;P&gt;Intel(R) Eeprom ARM Tool NVM/OTP Programming Tool&lt;/P&gt;&lt;P&gt;Provided under the terms of a CNDA.  Do Not Distribute.&lt;/P&gt;&lt;P&gt;Copyright(C) 2013-2014 by Intel(R) Corporation&lt;/P&gt;&lt;P&gt;Version 0.6.7&lt;/P&gt;&lt;P&gt;Flash wordsize reg val:  5 register 82a00&lt;/P&gt;&lt;P&gt;root@imx6:~#  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... and dump it again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx6:~#  ./eepromARMtool -dump -nic=1&lt;/P&gt;&lt;P&gt;Intel(R) Eeprom ARM Tool NVM/OTP Programming Tool&lt;/P&gt;&lt;P&gt;Provided under the terms of a CNDA.  Do Not Distribute.&lt;/P&gt;&lt;P&gt;Copyright(C) 2013-2014 by Intel(R) Corporation&lt;/P&gt;&lt;P&gt;Version 0.6.7&lt;/P&gt;&lt;P&gt;root@imx6:~#  less I210NIC.otp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0002 1541 0002 3C21 1411 3400 8880 4552&lt;/P&gt;&lt;P&gt;3611 5011 1A11 3C21 1411 3400 8880 4552&lt;/P&gt;&lt;P&gt;4211 4811 1E19 001A 0241 16D1 8880 4552&lt;/P&gt;&lt;P&gt;0002 00A8 0002 001A 0241 16D1 8880 4552&lt;/P&gt;&lt;P&gt;0090 00A8 0002 001A 0241 16D1 8880 4552&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 021F&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 E201 4195 A6A0 AA86&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;0000 0000 0000 0000 0000 0000 0000 0000&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The dumped content does not really look like expected. It differs from the written image.&lt;/P&gt;&lt;P&gt;2) After a power cycle the dump agains show a blank chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's wring? Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard,&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 09:55:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/I210-iNVM-still-blank-after-programming-with-eepromARMTool/m-p/212103#M679</guid>
      <dc:creator>MFuch2</dc:creator>
      <dc:date>2017-01-31T09:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: I210 iNVM still blank after programming with eepromARMTool</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/I210-iNVM-still-blank-after-programming-with-eepromARMTool/m-p/212104#M680</link>
      <description>&lt;P&gt;Hello, MFuchs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for contacting the Intel Embedded Community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We suggest you verify that your design fulfills with the suggestions stated in the answer to the question 2.23, on page 9 of the &lt;A href="http://www.intel.com/content/dam/www/public/us/en/documents/faqs/ethernet-controller-i210-i211-faq.pdf"&gt;http://www.intel.com/content/dam/www/public/us/en/documents/faqs/ethernet-controller-i210-i211-faq.pdf&lt;/A&gt; Intel(R) Ethernet Controller I210/I211 Frequently Asked Questions (FAQs) document #  335346.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, if the problem persists, we would like to address the following questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell us if the affected design is a third party one or it has been developed by you? In case that it is your project, could you please tell us if it has been developed based on the suggestions stated in the I&lt;A href="https://edc.intel.com/Link.aspx?id=8393"&gt;https://edc.intel.com/Link.aspx?id=8393&lt;/A&gt; ntel(R) Ethernet Controller I210: Design Guide document #  513305, &lt;A href="https://edc.intel.com/Link.aspx?id=8390"&gt;https://edc.intel.com/Link.aspx?id=8390&lt;/A&gt; Intel(R) Ethernet Controller I210-AT/IT: Layout Review Checklist document #  495298, and &lt;A href="https://edc.intel.com/Link.aspx?id=8391"&gt;https://edc.intel.com/Link.aspx?id=8391&lt;/A&gt; Intel(R) Ethernet Controller I210-IS: Layout Review Checklist document #  495299? Also, could you please confirm us if it has been verified by Intel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your collaboration to solve this inconvenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Carlos_A.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 14:41:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/I210-iNVM-still-blank-after-programming-with-eepromARMTool/m-p/212104#M680</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2017-01-31T14:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: I210 iNVM still blank after programming with eepromARMTool</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/I210-iNVM-still-blank-after-programming-with-eepromARMTool/m-p/212105#M681</link>
      <description>&lt;P&gt;Hello Carlos_A,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the review checklist gave me the missing hint. We are not using an external flash so we need a pullup on NVM_SO. We had a pull down on this pin.&lt;/P&gt;&lt;P&gt;Now the i210 works like a charm :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 16:12:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/I210-iNVM-still-blank-after-programming-with-eepromARMTool/m-p/212105#M681</guid>
      <dc:creator>MFuch2</dc:creator>
      <dc:date>2017-02-01T16:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: I210 iNVM still blank after programming with eepromARMTool</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/I210-iNVM-still-blank-after-programming-with-eepromARMTool/m-p/212106#M682</link>
      <description>&lt;P&gt;Hello, MFuchs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are glad to hear that your problem has been solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do not hesitate to contact us if you will have more questions related to Intel Embedded devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Carlos_A.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 17:08:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/I210-iNVM-still-blank-after-programming-with-eepromARMTool/m-p/212106#M682</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2017-02-01T17:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: I210 iNVM still blank after programming with eepromARMTool</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/I210-iNVM-still-blank-after-programming-with-eepromARMTool/m-p/1263008#M2969</link>
      <description>&lt;P&gt;How to get&amp;nbsp;eepromARMTool?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 09:06:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/I210-iNVM-still-blank-after-programming-with-eepromARMTool/m-p/1263008#M2969</guid>
      <dc:creator>aahuanimal</dc:creator>
      <dc:date>2021-03-10T09:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: I210 iNVM still blank after programming with eepromARMTool</title>
      <link>https://community.intel.com/t5/Embedded-Connectivity/I210-iNVM-still-blank-after-programming-with-eepromARMTool/m-p/1263127#M2974</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/154567"&gt;@aahuanimal&lt;/a&gt;:&lt;/P&gt;
&lt;P&gt;Thank you for contacting Intel Embedded Community.&lt;/P&gt;
&lt;P&gt;You should use the updated version of the requested tool that is EEPROM Access Tool [EAT] document # 572162. You can find it when you are logged into your Resource &amp;amp; Design Center (RDC) privileged account on the following websites:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://cdrdv2.intel.com/v1/dl/getContent/572162" target="_blank"&gt;https://cdrdv2.intel.com/v1/dl/getContent/572162&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You should fill out the RDC Account Support form to process your account update request or report any inconveniences with the provided site. You can be found on the following website:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/forms/support/my-intel-sign-on-support.html" target="_blank"&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&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>Wed, 10 Mar 2021 16:58:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Connectivity/I210-iNVM-still-blank-after-programming-with-eepromARMTool/m-p/1263127#M2974</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2021-03-10T16:58:36Z</dc:date>
    </item>
  </channel>
</rss>

