<?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のトピックHow to enable XIP mode for booting from QSPI flash？</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-XIP-mode-for-booting-from-QSPI-flash/m-p/626246#M95014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to enable XIP mode for booting from QSPI flash？&lt;/P&gt;&lt;P&gt;We need to run FreeRTOS on QSPI NOR FLASH，and disable DDR for power saving。&lt;/P&gt;&lt;P&gt;Internal ram size is too small，so we have to put the code on QSPI flash and run code in QSPI flash。&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can we do for booting from QSPI flash at XIP mode？do modify the&amp;nbsp;QuadSPI Configuration Parameters(8.6.3) or&amp;nbsp;&amp;nbsp;Look-up Table(40.5.3.4) ？&lt;/P&gt;&lt;P&gt;Thank you very much！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Mar 2017 03:53:04 GMT</pubDate>
    <dc:creator>junixwu</dc:creator>
    <dc:date>2017-03-07T03:53:04Z</dc:date>
    <item>
      <title>How to enable XIP mode for booting from QSPI flash？</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-XIP-mode-for-booting-from-QSPI-flash/m-p/626246#M95014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to enable XIP mode for booting from QSPI flash？&lt;/P&gt;&lt;P&gt;We need to run FreeRTOS on QSPI NOR FLASH，and disable DDR for power saving。&lt;/P&gt;&lt;P&gt;Internal ram size is too small，so we have to put the code on QSPI flash and run code in QSPI flash。&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can we do for booting from QSPI flash at XIP mode？do modify the&amp;nbsp;QuadSPI Configuration Parameters(8.6.3) or&amp;nbsp;&amp;nbsp;Look-up Table(40.5.3.4) ？&lt;/P&gt;&lt;P&gt;Thank you very much！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 03:53:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-XIP-mode-for-booting-from-QSPI-flash/m-p/626246#M95014</guid>
      <dc:creator>junixwu</dc:creator>
      <dc:date>2017-03-07T03:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable XIP mode for booting from QSPI flash？</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-XIP-mode-for-booting-from-QSPI-flash/m-p/626247#M95015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi junix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for xip please change destination memory pointed to qspi,&lt;/P&gt;&lt;P&gt;as described in Figure 8-21. Image Vector Table i.MX6UL Reference Manual &lt;/P&gt;&lt;P&gt;also&lt;/P&gt;&lt;P&gt;- from sect.8.6.2 QuadSPI Serial Flash BOOT Operation :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For XIP boot, the image has to be built for QuadSPI address space&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- from sect.40.8.1.4,&amp;nbsp;40.8.3 Boot initialization sequence :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When in XIP mode the software should ensure that all the flashes connected to the&lt;BR /&gt;controller are in XIP mode. As a part of initializing the controller, all the flashes may be&lt;BR /&gt;enabled with XIP by carrying out dummy reads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6ULRM.pdf" title="http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6ULRM.pdf"&gt;http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6ULRM.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Tue, 07 Mar 2017 06:10:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-XIP-mode-for-booting-from-QSPI-flash/m-p/626247#M95015</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-03-07T06:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable XIP mode for booting from QSPI flash？</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-XIP-mode-for-booting-from-QSPI-flash/m-p/626248#M95016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply！&lt;/P&gt;&lt;P&gt;I double checked according to the process you gave and found that my entry was wrong。&lt;/P&gt;&lt;P&gt;I fixed it now，it can run normally at QSPI flash address！&lt;/P&gt;&lt;P&gt;Thanks！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 08:58:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-XIP-mode-for-booting-from-QSPI-flash/m-p/626248#M95016</guid>
      <dc:creator>junixwu</dc:creator>
      <dc:date>2017-03-07T08:58:00Z</dc:date>
    </item>
  </channel>
</rss>

