<?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: how to update apps in sd card when app runs in imxrt1176 in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1540748#M22120</link>
    <description>&lt;P&gt;You can refer to \SDK_2.12.0_MIMXRT1170-EVK\boards\evkmimxrt1170\bootloader_examples\flashloader demo, it contains what you want (data from USB HID to SD Card).&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 05:11:25 GMT</pubDate>
    <dc:creator>jay_heng</dc:creator>
    <dc:date>2022-10-20T05:11:25Z</dc:date>
    <item>
      <title>how to update apps in sd card when app runs in imxrt1176</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1539681#M22085</link>
      <description>&lt;P&gt;how to update apps in sd card when app runs in imxrt1176? I want to update apps in sd(the boot device) , but don't not want use tools in PC (like MCUBoot utility)&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 02:11:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1539681#M22085</guid>
      <dc:creator>jingyangxie</dc:creator>
      <dc:date>2022-10-19T02:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to update apps in sd card when app runs in imxrt1176</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1540613#M22110</link>
      <description>&lt;P&gt;You have to implement an 2nd bootloader to support SD OTA in you application.&lt;/P&gt;
&lt;P&gt;You can refer to below OTA reference from NXP SE team, it includes SD OTA.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/NXPmicro/sbl" target="_blank"&gt;https://github.com/NXPmicro/sbl&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/NXPmicro/sfw" target="_blank"&gt;https://github.com/NXPmicro/sfw&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 01:18:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1540613#M22110</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2022-10-20T01:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to update apps in sd card when app runs in imxrt1176</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1540620#M22111</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have read the prj(sbl and sfw) ,&amp;nbsp; my question is not to use SD to update apps ,&amp;nbsp; but use some media(such as usb or net) to update app in SD(the boot device)&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 01:23:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1540620#M22111</guid>
      <dc:creator>jingyangxie</dc:creator>
      <dc:date>2022-10-20T01:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to update apps in sd card when app runs in imxrt1176</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1540626#M22113</link>
      <description>&lt;P&gt;another question is how can SBL read the bootable image in SD card?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 01:30:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1540626#M22113</guid>
      <dc:creator>jingyangxie</dc:creator>
      <dc:date>2022-10-20T01:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to update apps in sd card when app runs in imxrt1176</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1540746#M22119</link>
      <description>&lt;P&gt;There is SDK sdmmc driver integrated in SBL/SFW.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 05:09:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1540746#M22119</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2022-10-20T05:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to update apps in sd card when app runs in imxrt1176</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1540748#M22120</link>
      <description>&lt;P&gt;You can refer to \SDK_2.12.0_MIMXRT1170-EVK\boards\evkmimxrt1170\bootloader_examples\flashloader demo, it contains what you want (data from USB HID to SD Card).&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 05:11:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1540748#M22120</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2022-10-20T05:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to update apps in sd card when app runs in imxrt1176</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1540925#M22126</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/114784"&gt;@jingyangxie&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can refer to this post to see how to put application into SD card.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/I-MX-RT-How-to-booting-to-SDRAM/ta-p/1125054" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/I-MX-RT-How-to-booting-to-SDRAM/ta-p/1125054&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jing&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 07:44:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/how-to-update-apps-in-sd-card-when-app-runs-in-imxrt1176/m-p/1540925#M22126</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2022-10-20T07:44:36Z</dc:date>
    </item>
  </channel>
</rss>

