<?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: Feature request to write ethernet auto-number mac address in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Feature-request-to-write-ethernet-auto-number-mac-address/m-p/201975#M11240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if there is the same feature with MfgTool2 for an IMX6 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 13:13:23 GMT</pubDate>
    <dc:creator>julienthomas</dc:creator>
    <dc:date>2015-06-12T13:13:23Z</dc:date>
    <item>
      <title>Feature request to write ethernet auto-number mac address</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Feature-request-to-write-ethernet-auto-number-mac-address/m-p/201970#M11235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Android with eMMC4.4 device to boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "setenv ethaddr/fec_addr" &amp;nbsp;is required during the factory production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The assigned mac addresses for a production lot comes with a starting mac address (say, 00:04:9f:00:ea:00) and a range (say, 256).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We need to mfgtool the 1st device to be 00:04:9f:00:ea:00 and the 2nd device to be 00:04:9f:00:ea:01 and so on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any method to do this with the Mfgtool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Abisai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 21:59:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Feature-request-to-write-ethernet-auto-number-mac-address/m-p/201970#M11235</guid>
      <dc:creator>AbisaiNegrete</dc:creator>
      <dc:date>2012-01-12T21:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request to write ethernet auto-number mac address</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Feature-request-to-write-ethernet-auto-number-mac-address/m-p/201971#M11236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mfgtool provides total solution for the feature. Please&amp;nbsp; get the latest Mfgtool and doc from Mfgtool forum to try.&lt;/P&gt;&lt;P&gt;Attachment provides an example for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 04:59:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Feature-request-to-write-ethernet-auto-number-mac-address/m-p/201971#M11236</guid>
      <dc:creator>StanleyLee</dc:creator>
      <dc:date>2012-01-13T04:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request to write ethernet auto-number mac address</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Feature-request-to-write-ethernet-auto-number-mac-address/m-p/201972#M11237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use iMX28+WinCE6.0. As I understand that the uut driver should be updated to support some specified command like "WriteMacAddr", so that MfgTool can program unique mac address for each board with the new feature mentioned above. Is that right? Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheng Shi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 06:25:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Feature-request-to-write-ethernet-auto-number-mac-address/m-p/201972#M11237</guid>
      <dc:creator>x10</dc:creator>
      <dc:date>2012-01-17T06:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request to write ethernet auto-number mac address</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Feature-request-to-write-ethernet-auto-number-mac-address/m-p/201973#M11238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. you are right.&lt;/P&gt;&lt;P&gt;Please look into uce.cpp (\wince600\PLATFORM\COMMON\SRC\SOC\COMMON_FSL_V2\UUT) to learn how to add you own command.&lt;/P&gt;&lt;P&gt;BTW,&amp;nbsp;Please refer to Mfgtool WinCE Firmware Development Guide.doc in domument.zip in the forum.&lt;/P&gt;&lt;P&gt;Mfgtool source code can also help to understand how it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 08:54:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Feature-request-to-write-ethernet-auto-number-mac-address/m-p/201973#M11238</guid>
      <dc:creator>StanleyLee</dc:creator>
      <dc:date>2012-01-17T08:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request to write ethernet auto-number mac address</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Feature-request-to-write-ethernet-auto-number-mac-address/m-p/201974#M11239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I got it. :-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 10:33:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Feature-request-to-write-ethernet-auto-number-mac-address/m-p/201974#M11239</guid>
      <dc:creator>x10</dc:creator>
      <dc:date>2012-01-17T10:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Feature request to write ethernet auto-number mac address</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Feature-request-to-write-ethernet-auto-number-mac-address/m-p/201975#M11240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if there is the same feature with MfgTool2 for an IMX6 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 13:13:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Feature-request-to-write-ethernet-auto-number-mac-address/m-p/201975#M11240</guid>
      <dc:creator>julienthomas</dc:creator>
      <dc:date>2015-06-12T13:13:23Z</dc:date>
    </item>
  </channel>
</rss>

