<?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>i.MX ProcessorsのトピックRe: Burn exact MAC address to eFuse in imx6</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Burn-exact-MAC-address-to-eFuse-in-imx6/m-p/287580#M34168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For the 48bits on the MAC ADDR there are two mac registers: HW_OCOTP_MAC0 and HW_OCOTP_MAC1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The order is a follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HW_OCOTP_MAC1 = (((mac_data[0] &amp;amp; 0xFF) &amp;lt;&amp;lt; 8) | (mac_data[1] &amp;amp; 0xFF));&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HW_OCOTP_MAC0 = (((mac_data[2] &amp;amp; 0xFF) &amp;lt;&amp;lt; 24) | ((mac_data[3] &amp;amp; 0xFF) &amp;lt;&amp;lt; 16) | ((mac_data[4] &amp;amp; 0xFF) &amp;lt;&amp;lt; 8) | (mac_data[5] &amp;amp; 0xFF));&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 02:26:23 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2014-06-27T02:26:23Z</dc:date>
    <item>
      <title>Burn exact MAC address to eFuse in imx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Burn-exact-MAC-address-to-eFuse-in-imx6/m-p/287579#M34167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know one can use "echo" command to write MAC address to &lt;SPAN style="color: #dd4b39; font-family: arial, sans-serif; font-size: small;"&gt;HW_OCOTP_MAC0 &lt;/SPAN&gt;&lt;SPAN&gt;via sysfs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But another question is :&amp;nbsp;&amp;nbsp; MAC address is 48-bit ,however,&amp;nbsp; each fuse block is 32 bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All examples that we found is "echo 0x10234567 &amp;gt; /sys/fsl_otp/HW_OCOTP_MAC0" , cannot found 48-bit version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is separate MAC address to two part, first part (i.e. first 16bit) burn to &lt;SPAN style="color: #dd4b39; font-family: arial, sans-serif; font-size: small;"&gt;HW_OCOTP_MAC0&lt;/SPAN&gt; and rest part burn to &lt;SPAN style="color: #dd4b39; font-family: arial, sans-serif; font-size: small;"&gt;HW_OCOTP_MAC&lt;/SPAN&gt;1 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for kindly help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 08:43:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Burn-exact-MAC-address-to-eFuse-in-imx6/m-p/287579#M34167</guid>
      <dc:creator>davidyu</dc:creator>
      <dc:date>2014-03-11T08:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Burn exact MAC address to eFuse in imx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Burn-exact-MAC-address-to-eFuse-in-imx6/m-p/287580#M34168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For the 48bits on the MAC ADDR there are two mac registers: HW_OCOTP_MAC0 and HW_OCOTP_MAC1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The order is a follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HW_OCOTP_MAC1 = (((mac_data[0] &amp;amp; 0xFF) &amp;lt;&amp;lt; 8) | (mac_data[1] &amp;amp; 0xFF));&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HW_OCOTP_MAC0 = (((mac_data[2] &amp;amp; 0xFF) &amp;lt;&amp;lt; 24) | ((mac_data[3] &amp;amp; 0xFF) &amp;lt;&amp;lt; 16) | ((mac_data[4] &amp;amp; 0xFF) &amp;lt;&amp;lt; 8) | (mac_data[5] &amp;amp; 0xFF));&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 02:26:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Burn-exact-MAC-address-to-eFuse-in-imx6/m-p/287580#M34168</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-06-27T02:26:23Z</dc:date>
    </item>
  </channel>
</rss>

