<?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>MCX MicrocontrollersのトピックIMXRT1050 Second Stage Bootloader Exit</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/IMXRT1050-Second-Stage-Bootloader-Exit/m-p/1819030#M63</link>
    <description>&lt;P&gt;I'm developing a second stage bootloader and trying to understand the process require to terminate the bootloader and kickoff my application.&amp;nbsp; I see several references that talk about using the secure provisioning tool and maybe after I understand the process I'll go that way but for now I have an application in OCRAM while my boot loader is running in SDRAM for the IMXRT1050EVK.&amp;nbsp; Where can I find an example of how to transfer control between the two?&lt;/P&gt;</description>
    <pubDate>Thu, 29 Feb 2024 21:40:08 GMT</pubDate>
    <dc:creator>rantonetti</dc:creator>
    <dc:date>2024-02-29T21:40:08Z</dc:date>
    <item>
      <title>IMXRT1050 Second Stage Bootloader Exit</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/IMXRT1050-Second-Stage-Bootloader-Exit/m-p/1819030#M63</link>
      <description>&lt;P&gt;I'm developing a second stage bootloader and trying to understand the process require to terminate the bootloader and kickoff my application.&amp;nbsp; I see several references that talk about using the secure provisioning tool and maybe after I understand the process I'll go that way but for now I have an application in OCRAM while my boot loader is running in SDRAM for the IMXRT1050EVK.&amp;nbsp; Where can I find an example of how to transfer control between the two?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 21:40:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/IMXRT1050-Second-Stage-Bootloader-Exit/m-p/1819030#M63</guid>
      <dc:creator>rantonetti</dc:creator>
      <dc:date>2024-02-29T21:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1050 Second Stage Bootloader Exit</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/IMXRT1050-Second-Stage-Bootloader-Exit/m-p/1820056#M69</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205427"&gt;@rantonetti&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Your secondary bootloader in the SDRAM, but loaded in the external flash, right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Your real app is running the in the ocram.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; To your secondary bootloader, which in fact is one special app which is not the XIP, you can generate the sdram secondary bootloader image, then use the tool, eg, MCUBootutility, SEC tool to download to your external flash, also need to add the DCD, you can refer to my post, just the target downloaded is the flash not the sd card:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1050-SDRAM-app-code-boot-from-SDcard-burn-with-3-tools/ta-p/1129008" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1050-SDRAM-app-code-boot-from-SDcard-burn-with-3-tools/ta-p/1129008&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Then, to your ocram app, you need to generate the app.bin file, and use your secondary bootloader provided download method to download the app. eg, it is support the ISP, then you just need to use the ISP method to download. Just determined by your secondary bootloader ota method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;If you still have question about it, please kindly let me know.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;kerry&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 03:04:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/IMXRT1050-Second-Stage-Bootloader-Exit/m-p/1820056#M69</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2024-03-04T03:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1050 Second Stage Bootloader Exit</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/IMXRT1050-Second-Stage-Bootloader-Exit/m-p/1824213#M98</link>
      <description>&lt;P&gt;Thanks for the help I found a reference that illustrated what I needed to do.&amp;nbsp; My secondary boot loader will be in NOR Flash not SDRAM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 14:18:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/IMXRT1050-Second-Stage-Bootloader-Exit/m-p/1824213#M98</guid>
      <dc:creator>rantonetti</dc:creator>
      <dc:date>2024-03-08T14:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1050 Second Stage Bootloader Exit</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/IMXRT1050-Second-Stage-Bootloader-Exit/m-p/1825093#M102</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205427"&gt;@rantonetti&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You are always welcome!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; So, you can refer to the&amp;nbsp;&lt;SPAN&gt;reference, normally the secondary bootloader is for the flash, not the SDRAM, SDRAM just used to put the data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; If you still have question about it, please kindly let me know.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If your question is solved, please help me to mark the correct answer, just to close this case, thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any new issues, welcome to create the new question post.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 10:49:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/IMXRT1050-Second-Stage-Bootloader-Exit/m-p/1825093#M102</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2024-03-11T10:49:30Z</dc:date>
    </item>
  </channel>
</rss>

