<?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: eFUSE burning for SATA interfce booting..</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221983#M14776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manohar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are a community, so we help each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yamil Garcia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imagik Int Corp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2013 17:36:12 GMT</pubDate>
    <dc:creator>YamilGarcia</dc:creator>
    <dc:date>2013-01-17T17:36:12Z</dc:date>
    <item>
      <title>eFUSE burning for SATA interfce booting..</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221980#M14773</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;We want to boot IMX6 device from SATA interface(instead of SD or NOR flash), for that we need to configure the boot device type by BOOT_CFG[7:4] eFUSEs as 0010 configuration(TRMi.MX 6Dual/6Quad Applications Processor Reference Manual (Table 7-8)). &lt;/P&gt;&lt;P&gt;How we can configure the eFUSEs value, is there any tool or method to configure the eFUSE values.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be helpful for us to configure the target device to boot via SATA interface.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;Sandesh D&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 22:23:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221980#M14773</guid>
      <dc:creator>ManoharChinnadu</dc:creator>
      <dc:date>2013-01-08T22:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: eFUSE burning for SATA interfce booting..</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221981#M14774</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;To blow fuses, you must use u-boot command "imxotp blow --force &amp;lt;index&amp;gt; &amp;lt;value&amp;gt;".&lt;/P&gt;&lt;P&gt;From Table 5-4. SATA Boot Fusemap in i.MX 6Dual 6Quad Applications Processor Reference Manual.pdf&lt;/P&gt;&lt;P&gt;you get the address of fuses to setup boot from SATA, then you need to calculate the fuse index and then use command above.&lt;/P&gt;&lt;P&gt;To calculate the index, use formula shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fuse Index = (Fuse Address - 0x400) * 0x10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value is determine by your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example to setup boot from NOR, the index will be 5 as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fuse address = 0x450&lt;/P&gt;&lt;P&gt;index = (0x450 - 0x400) * 0x10&lt;/P&gt;&lt;P&gt;index = 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imxotp blow --force &amp;lt;index&amp;gt; &amp;lt;value&amp;gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u-boot&amp;gt; imxotp blow --force 5 0x18000030&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 22:22:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221981#M14774</guid>
      <dc:creator>YamilGarcia</dc:creator>
      <dc:date>2013-01-10T22:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: eFUSE burning for SATA interfce booting..</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221982#M14775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Garcia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we use the following values to blow the eFUSES for SATA interface booting and now we were able to boot via SATA Interface.&lt;/P&gt;&lt;P style="text-indent: 0.25in;"&gt;&lt;STRONG style=": ; color: blue; text-decoration: underline;"&gt;SATA&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-top: 5pt; margin-left: 0.5in; margin-bottom: 0.0001pt; text-indent: -0.25in;"&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif';"&gt;-&lt;/SPAN&gt; Only need to blow BOOT_CFG1[5]. All other fuses remain at “0”.&lt;/P&gt;&lt;P style="margin-top: 5pt; margin-left: 0.5in; margin-bottom: 0.0001pt; text-indent: -0.25in;"&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif';"&gt;-&lt;/SPAN&gt; Sequence from U-Boot:&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;STRONG style="color: red; font-family: 'Courier New';"&gt;imxotp blow --force 5 0x20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;BOOT_CFG1[5]&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="color: fuchsia; font-family: 'Courier New';"&gt;imxotp blow --force 6 0x10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;BT_FUSE_SEL&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 17:05:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221982#M14775</guid>
      <dc:creator>ManoharChinnadu</dc:creator>
      <dc:date>2013-01-17T17:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: eFUSE burning for SATA interfce booting..</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221983#M14776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manohar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are a community, so we help each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yamil Garcia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imagik Int Corp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 17:36:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221983#M14776</guid>
      <dc:creator>YamilGarcia</dc:creator>
      <dc:date>2013-01-17T17:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: eFUSE burning for SATA interfce booting..</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221984#M14777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am using GPIO, external on board resistors, to set my boot mode settings instead of blowing fuses.&amp;nbsp; When i memory dump 0x450 should it correspond to that of the Book Device Select table in the IMX6DQRM.pdf?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 19:38:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221984#M14777</guid>
      <dc:creator>rp123</dc:creator>
      <dc:date>2013-09-10T19:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: eFUSE burning for SATA interfce booting..</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221985#M14778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One quick question.&lt;/P&gt;&lt;P&gt;If I blow the fuses, can I revert it back later or is it going to be stuck in that setting forever?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niklas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 19:24:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221985#M14778</guid>
      <dc:creator>niklasmolin</dc:creator>
      <dc:date>2013-09-17T19:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: eFUSE burning for SATA interfce booting..</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221986#M14779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Blowing fuses is a one way operation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 19:26:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eFUSE-burning-for-SATA-interfce-booting/m-p/221986#M14779</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2013-09-17T19:26:55Z</dc:date>
    </item>
  </channel>
</rss>

