<?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: RT1050-EVK Boot from SD Card to ITCM in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-EVK-Boot-from-SD-Card-to-ITCM/m-p/722532#M58</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this GUI tool, it supports eMMC&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/JayHeng/NXP-MCUBootUtility/releases" title="https://github.com/JayHeng/NXP-MCUBootUtility/releases"&gt;Releases · JayHeng/NXP-MCUBootUtility · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Jun 2019 05:18:25 GMT</pubDate>
    <dc:creator>jay_heng</dc:creator>
    <dc:date>2019-06-15T05:18:25Z</dc:date>
    <item>
      <title>RT1050-EVK Boot from SD Card to ITCM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-EVK-Boot-from-SD-Card-to-ITCM/m-p/722529#M55</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trying to make my RT1050-EVK (REV A) boot from SD card, by following the instructions in AN12107.pdf. All the steps up to and including the MfgTool flashing process complete successfully, however when I re-configure the board for execution (SW7: 1010, J1:5-6, USB:J28), nothing appears on the terminal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have adjusted the MIMXRT1052xxxxx_ram.icf IAR linker file as per the instructions (m_interrupts_start @ 0x00002000, m_text_start @ 0x00002400). The SD card used in J20 is a brand-new 16 GB SanDisk Ultra HC I; when I manually zero the card device, and then flash it with MfgTool and examine it, I am able to see some data on it, starting at 0x400 as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I follow the steps for XIP'ing form Hyperflash, or even from QSPI as per AN12108.pdf (on a different board with Hyperflash removed), everything works perfectly. I am using version 1.1 of the Flashloader tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please advise on how to resolve the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 17:17:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-EVK-Boot-from-SD-Card-to-ITCM/m-p/722529#M55</guid>
      <dc:creator>tsantzi</dc:creator>
      <dc:date>2018-03-21T17:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: RT1050-EVK Boot from SD Card to ITCM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-EVK-Boot-from-SD-Card-to-ITCM/m-p/722530#M56</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; You may try modifying the StartAddress in "imx-itcm-unsigned.bd" file to below&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;0x2000. I used startAddress = 0x1000 instead of 0x8000 in "imx-itcm-unsigned.bd".&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;It works on my board! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 06:44:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-EVK-Boot-from-SD-Card-to-ITCM/m-p/722530#M56</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2018-03-23T06:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: RT1050-EVK Boot from SD Card to ITCM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-EVK-Boot-from-SD-Card-to-ITCM/m-p/722531#M57</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yuri, that was spot-on! After changing startAddress to 0x1000 in "imx-itcm-unsigned.bd", I can now boot from SD to ITCM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 12:07:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-EVK-Boot-from-SD-Card-to-ITCM/m-p/722531#M57</guid>
      <dc:creator>tsantzi</dc:creator>
      <dc:date>2018-03-23T12:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: RT1050-EVK Boot from SD Card to ITCM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-EVK-Boot-from-SD-Card-to-ITCM/m-p/722532#M58</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this GUI tool, it supports eMMC&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/JayHeng/NXP-MCUBootUtility/releases" title="https://github.com/JayHeng/NXP-MCUBootUtility/releases"&gt;Releases · JayHeng/NXP-MCUBootUtility · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jun 2019 05:18:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1050-EVK-Boot-from-SD-Card-to-ITCM/m-p/722532#M58</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2019-06-15T05:18:25Z</dc:date>
    </item>
  </channel>
</rss>

