<?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: imxrt1060-evk: Code execution from HyperRAM in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxrt1060-evk-Code-execution-from-HyperRAM/m-p/1298549#M14943</link>
    <description>&lt;P&gt;I have referred to this document. This is explaining about the enabling the peripherals and accessing the hyperRam.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the same config can I copy the codes into hyperRam and start executing it from there ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to do something like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a u-boot, which is relocating the linux kernel from sd card to SDRAM. Trying to modify this and relocate the code to hyperRam instead of SDRAM. I am able to finish the relocation, but encounters issue when starts the execution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any specific config I need to take care before starts the code execution?&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2021 17:12:21 GMT</pubDate>
    <dc:creator>vinaymanikkoth</dc:creator>
    <dc:date>2021-06-25T17:12:21Z</dc:date>
    <item>
      <title>imxrt1060-evk: Code execution from HyperRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxrt1060-evk-Code-execution-from-HyperRAM/m-p/1297031#M14881</link>
      <description>&lt;P&gt;how to run the code from external HyperRAM (flexSPI). replaced the hyperflash with a hyperRAM device and now i am looking for a way to execute the codes from hyperRAM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 16:29:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxrt1060-evk-Code-execution-from-HyperRAM/m-p/1297031#M14881</guid>
      <dc:creator>vinaymanikkoth</dc:creator>
      <dc:date>2021-06-23T16:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: imxrt1060-evk: Code execution from HyperRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxrt1060-evk-Code-execution-from-HyperRAM/m-p/1298537#M14942</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to the following application note. Although for this document we use the RT1050, the same concepts apply for the RT1060.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/nxp/application-notes/AN12239.pdf" target="_blank"&gt;How to Enable HyperRAM with i.MX RT (nxp.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Victor&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 16:42:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxrt1060-evk-Code-execution-from-HyperRAM/m-p/1298537#M14942</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2021-06-25T16:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: imxrt1060-evk: Code execution from HyperRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxrt1060-evk-Code-execution-from-HyperRAM/m-p/1298549#M14943</link>
      <description>&lt;P&gt;I have referred to this document. This is explaining about the enabling the peripherals and accessing the hyperRam.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the same config can I copy the codes into hyperRam and start executing it from there ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to do something like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a u-boot, which is relocating the linux kernel from sd card to SDRAM. Trying to modify this and relocate the code to hyperRam instead of SDRAM. I am able to finish the relocation, but encounters issue when starts the execution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any specific config I need to take care before starts the code execution?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 17:12:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxrt1060-evk-Code-execution-from-HyperRAM/m-p/1298549#M14943</guid>
      <dc:creator>vinaymanikkoth</dc:creator>
      <dc:date>2021-06-25T17:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: imxrt1060-evk: Code execution from HyperRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxrt1060-evk-Code-execution-from-HyperRAM/m-p/1302624#M15113</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I apologize for the misunderstanding, it's not possible to boot from an HyperRam memory. The intended use of the HyperRam is to use it as described in the application note that I shared before.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Victor&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 00:27:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxrt1060-evk-Code-execution-from-HyperRAM/m-p/1302624#M15113</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2021-07-06T00:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: imxrt1060-evk: Code execution from HyperRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxrt1060-evk-Code-execution-from-HyperRAM/m-p/1846503#M29782</link>
      <description>&lt;P&gt;copy code to&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;HyperRam like sdram&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2024 14:48:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxrt1060-evk-Code-execution-from-HyperRAM/m-p/1846503#M29782</guid>
      <dc:creator>mpangzhenyue</dc:creator>
      <dc:date>2024-04-13T14:48:37Z</dc:date>
    </item>
  </channel>
</rss>

