<?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 RT Crossover MCUsのトピックRe: Run program (code) on external SDRAM on RT1020 evaluation board</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Run-program-code-on-external-SDRAM-on-RT1020-evaluation-board/m-p/1195669#M11582</link>
    <description>&lt;P&gt;Hello Kevin,&lt;/P&gt;
&lt;P&gt;The following Knowledge Base article may help you achieve this.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1050-Booting-from-serial-NOR-flash-to-SDRAM/ta-p/1105902" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1050-Booting-from-serial-NOR-flash-to-SDRAM/ta-p/1105902&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Additionally, I would recommend looking at the following thread from a community user who documented their setup so that the ROM bootloader would copy a binary to RAM.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/A-way-to-create-a-binary-that-is-copied-to-RAM-from-the-ROM/m-p/803570" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/A-way-to-create-a-binary-that-is-copied-to-RAM-from-the-ROM/m-p/803570&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope either of these documents help with your application.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Gustavo&lt;/P&gt;</description>
    <pubDate>Tue, 08 Dec 2020 18:33:12 GMT</pubDate>
    <dc:creator>gusarambula</dc:creator>
    <dc:date>2020-12-08T18:33:12Z</dc:date>
    <item>
      <title>Run program (code) on external SDRAM on RT1020 evaluation board</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Run-program-code-on-external-SDRAM-on-RT1020-evaluation-board/m-p/1194780#M11558</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any SDK example which can show me how to run program on SDRAM on below evaluation board?&lt;BR /&gt;&lt;A href="https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt1020-evaluation-kit:MIMXRT1020-EVK" target="_blank"&gt;https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt1020-evaluation-kit:MIMXRT1020-EVK&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ideally I would like to get help to do&lt;BR /&gt;1) Load code on QPI flash memory, then boot to SRAM and run from SRAM.&lt;BR /&gt;2) Just load code to SRAM and run from there.&lt;BR /&gt;&lt;BR /&gt;I am using a Jlink jtag, and I can read from/write to the SDRAM at 0x80000000.&lt;/P&gt;&lt;P&gt;And I just can NOT load code to flash or SDRAM, and run from there.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Kevin&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 15:16:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Run-program-code-on-external-SDRAM-on-RT1020-evaluation-board/m-p/1194780#M11558</guid>
      <dc:creator>klau</dc:creator>
      <dc:date>2020-12-07T15:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Run program (code) on external SDRAM on RT1020 evaluation board</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Run-program-code-on-external-SDRAM-on-RT1020-evaluation-board/m-p/1194803#M11559</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The SDK examples run either from QSPI internal RAM or SDRAM.&lt;/P&gt;&lt;P&gt;For loading to QSPI (plain code or encrypted) and execution from SDRAM see the uTasker boot loader which include various loading techniques for this and secure field updates.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- Boot loader concept including XiP on-the-fly decryption, clone protection or AES256 protected RAM execution.&lt;BR /&gt;-- Boot Loader concept flow chart: &lt;A href="https://www.utasker.com/docs/iMX/Loader.pdf" target="_blank"&gt;https://www.utasker.com/docs/iMX/Loader.pdf&lt;/A&gt; and usage reference &lt;A href="https://www.utasker.com/docs/iMX/uTaskerLoader_TestDrive.pdf" target="_blank"&gt;https://www.utasker.com/docs/iMX/uTaskerLoader_TestDrive.pdf&lt;/A&gt;&lt;BR /&gt;-- Serial Loader features: &lt;A href="https://www.utasker.com/docs/uTasker/uTaskerSerialLoader.pdf" target="_blank"&gt;https://www.utasker.com/docs/uTasker/uTaskerSerialLoader.pdf&lt;/A&gt;&lt;BR /&gt;-- Building the loader with MCUXpresso: &lt;A href="https://www.utasker.com/docs/iMX/MCUXpresso.pdf" target="_blank"&gt;https://www.utasker.com/docs/iMX/MCUXpresso.pdf&lt;/A&gt; (and video guide &lt;A href="https://youtu.be/p_eUGo6GypY" target="_blank"&gt;https://youtu.be/p_eUGo6GypY&lt;/A&gt; ) - the guide document explains how to use with any application (eg. SDK) and to enabling its operation with On-The-Fly decryption in 5 minutes&lt;BR /&gt;-- Building the loader with IAR: &lt;A href="https://www.utasker.com/docs/iMX/IAR.pdf" target="_blank"&gt;https://www.utasker.com/docs/iMX/IAR.pdf&lt;/A&gt; (and video guide &lt;A href="https://youtu.be/XPCwVndP99s" target="_blank"&gt;https://youtu.be/XPCwVndP99s&lt;/A&gt; )&lt;BR /&gt;-- Building the loader with VisualStudio and GCC: &lt;A href="https://www.utasker.com/docs/iMX/GCC.pdf" target="_blank"&gt;https://www.utasker.com/docs/iMX/GCC.pdf&lt;/A&gt; (and video guide &lt;A href="https://youtu.be/0UzLLSXABK8" target="_blank"&gt;https://youtu.be/0UzLLSXABK8&lt;/A&gt; )&lt;BR /&gt;Video Guide to encrypting NXP SDK examples to run from XiP memory using on-the-fly decryption and uploading with the µTasker loader: &lt;A href="https://www.youtube.com/watch?v=5iT7KP691ls&amp;amp;list=PLWKlVb_MqDQEOCnsNOJO8gd3jDCwiyKKe&amp;amp;index=10" target="_blank"&gt;https://www.youtube.com/watch?v=5iT7KP691ls&amp;amp;list=PLWKlVb_MqDQEOCnsNOJO8gd3jDCwiyKKe&amp;amp;index=10&lt;/A&gt;&lt;BR /&gt;Video Guide to encrypting NXP SDK examples to run at optimal speed in internal RAM and uploading with the µTasker loader:&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=fnfLQ-nbscI&amp;amp;list=PLWKlVb_MqDQEOCnsNOJO8gd3jDCwiyKKe&amp;amp;index=11" target="_blank"&gt;https://www.youtube.com/watch?v=fnfLQ-nbscI&amp;amp;list=PLWKlVb_MqDQEOCnsNOJO8gd3jDCwiyKKe&amp;amp;index=11&lt;/A&gt;&lt;BR /&gt;Video Guide for Embedded Artist OEM Module for i.MX RT 1062 showing precise secured application operation analysis: &lt;A href="https://youtu.be/o7hQbOqhJoc" target="_blank"&gt;https://youtu.be/o7hQbOqhJoc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;BR /&gt;&lt;FONT color="#999999"&gt;Contact me by personal message or on the uTasker web site to discuss professional training, solutions to problems or rapid product development requirements&lt;BR /&gt;&lt;BR /&gt;For professionals searching for faster, problem-free Kinetis and i.MX RT 10xx developments the uTasker project holds the key: &lt;A href="https://www.utasker.com/iMX/RT1020.html" target="_blank"&gt;https://www.utasker.com/iMX/RT1020.html&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 15:49:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Run-program-code-on-external-SDRAM-on-RT1020-evaluation-board/m-p/1194803#M11559</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-12-07T15:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Run program (code) on external SDRAM on RT1020 evaluation board</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Run-program-code-on-external-SDRAM-on-RT1020-evaluation-board/m-p/1195669#M11582</link>
      <description>&lt;P&gt;Hello Kevin,&lt;/P&gt;
&lt;P&gt;The following Knowledge Base article may help you achieve this.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1050-Booting-from-serial-NOR-flash-to-SDRAM/ta-p/1105902" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1050-Booting-from-serial-NOR-flash-to-SDRAM/ta-p/1105902&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Additionally, I would recommend looking at the following thread from a community user who documented their setup so that the ROM bootloader would copy a binary to RAM.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/A-way-to-create-a-binary-that-is-copied-to-RAM-from-the-ROM/m-p/803570" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/A-way-to-create-a-binary-that-is-copied-to-RAM-from-the-ROM/m-p/803570&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope either of these documents help with your application.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Gustavo&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 18:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Run-program-code-on-external-SDRAM-on-RT1020-evaluation-board/m-p/1195669#M11582</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2020-12-08T18:33:12Z</dc:date>
    </item>
  </channel>
</rss>

