<?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のトピックQuestion, i.MX53 eFuse programming</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX53-eFuse-programming/m-p/278352#M31545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask about how to burn eFuse of i.MX53.&lt;/P&gt;&lt;P&gt;My customer needs to know how to program i.MX53 eFuse in his mass manufacturing process of his board.&lt;/P&gt;&lt;P&gt;MAC addresses must be programmed to eFuse for each of his board separately.&lt;/P&gt;&lt;P&gt;He believes that using uboot to program eFuse is not useful in the viewpoint of mass manufacturing process.&lt;/P&gt;&lt;P&gt;Could you show me how one should program eFuse in the mass manufacturing process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Miyamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Feb 2014 07:26:58 GMT</pubDate>
    <dc:creator>Aemj</dc:creator>
    <dc:date>2014-02-05T07:26:58Z</dc:date>
    <item>
      <title>Question, i.MX53 eFuse programming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX53-eFuse-programming/m-p/278352#M31545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask about how to burn eFuse of i.MX53.&lt;/P&gt;&lt;P&gt;My customer needs to know how to program i.MX53 eFuse in his mass manufacturing process of his board.&lt;/P&gt;&lt;P&gt;MAC addresses must be programmed to eFuse for each of his board separately.&lt;/P&gt;&lt;P&gt;He believes that using uboot to program eFuse is not useful in the viewpoint of mass manufacturing process.&lt;/P&gt;&lt;P&gt;Could you show me how one should program eFuse in the mass manufacturing process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Miyamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 07:26:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX53-eFuse-programming/m-p/278352#M31545</guid>
      <dc:creator>Aemj</dc:creator>
      <dc:date>2014-02-05T07:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question, i.MX53 eFuse programming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX53-eFuse-programming/m-p/278353#M31546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Miyamoto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is several possibility but at some point you will need to download a utility in the RAM to program the fuses.&lt;/P&gt;&lt;P&gt;* Either you use the manufacturing tool to program the fuses. This means downloading over the USB a mini OS enabling the mxc_mii device:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sense: dd if=/dev/mxc_iim of=output bs=1 skip=&amp;lt;fuse address&amp;gt; count=1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; Blown: echo "&amp;lt;fuse_address&amp;gt; &amp;lt;fuse_value&amp;gt;" &amp;gt; /dev/mxc_iim&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; The following example shows how to create mxc_iim node. Then blown 0xff to fuse&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; address "0xc30" (MAC_ADDR[23:16]). And sense back fuse value.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;--&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;lt;!-- &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;lt;CMD type="push" body="$ cat /sys/class/misc/mxc_iim/dev"/&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;lt;CMD type="push" body="$ mknod /dev/mxc_iim c 10 63"/&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;lt;CMD type="push" body="$ echo \"0xc30 0xff\" &amp;gt; /dev/mxc_iim "/&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;lt;CMD type="push" body="$ dd if=/dev/mxc_iim of=/dev/temp.txt bs=1 skip=3120 count=1"/&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;--&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Or you download it via JTAG into the iRAM and let a utility program the fuses, again by using a driver similar to the mxc_iim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know any other method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rodrigue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 08:13:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX53-eFuse-programming/m-p/278353#M31546</guid>
      <dc:creator>Rodrigue</dc:creator>
      <dc:date>2014-02-05T08:13:03Z</dc:date>
    </item>
  </channel>
</rss>

