<?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: Bootloader to flash the external QSPI flash in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1812719#M28982</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the below modifications correct?&lt;/P&gt;&lt;P&gt;define symbol __ram_vector_table_size__ = isdefinedsymbol(__ram_vector_table__) ? 0x00000400 : 0;&lt;BR /&gt;define symbol __ram_vector_table_offset__ = isdefinedsymbol(__ram_vector_table__) ? 0x000003FF : 0;&lt;/P&gt;&lt;P&gt;define symbol m_interrupts_start = 0x60042000;&lt;BR /&gt;define symbol m_interrupts_end = 0x600423FF;&lt;/P&gt;&lt;P&gt;define symbol m_text_start = 0x60042400;&lt;BR /&gt;define symbol m_text_end = 0x607FFFFF;&lt;/P&gt;&lt;P&gt;define symbol m_interrupts_ram_start = 0x20000000;&lt;BR /&gt;define symbol m_interrupts_ram_end = 0x20000000 + __ram_vector_table_offset__;&lt;/P&gt;&lt;P&gt;define symbol m_data_start = m_interrupts_ram_start + __ram_vector_table_size__;&lt;BR /&gt;define symbol m_data_end = 0x2001FFFF;&lt;/P&gt;&lt;P&gt;define symbol m_data2_start = 0x20200000;&lt;BR /&gt;define symbol m_data2_end = 0x202BFFFF;&lt;/P&gt;&lt;P&gt;define symbol m_qacode_start = 0x00000000;&lt;BR /&gt;define symbol m_qacode_end = 0x0001FFFF;&lt;/P&gt;&lt;P&gt;define exported symbol m_boot_hdr_conf_start = 0x60000000;&lt;BR /&gt;define symbol m_boot_hdr_ivt_start = 0x60001000;&lt;BR /&gt;define symbol m_boot_hdr_boot_data_start = 0x60001020;&lt;BR /&gt;define symbol m_boot_hdr_dcd_data_start = 0x60001030;&lt;/P&gt;&lt;P&gt;/* Sizes */&lt;BR /&gt;if (isdefinedsymbol(__stack_size__)) {&lt;BR /&gt;define symbol __size_cstack__ = __stack_size__;&lt;BR /&gt;} else {&lt;BR /&gt;define symbol __size_cstack__ = 0x0400;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (isdefinedsymbol(__heap_size__)) {&lt;BR /&gt;define symbol __size_heap__ = __heap_size__;&lt;BR /&gt;} else {&lt;BR /&gt;define symbol __size_heap__ = 0x0400;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2024 10:02:56 GMT</pubDate>
    <dc:creator>EmbeddedTech</dc:creator>
    <dc:date>2024-02-21T10:02:56Z</dc:date>
    <item>
      <title>Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1811392#M28959</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using a custom board with iMXRT1062 and would like to add bootloader for flashing the external QSPI flash. I saw the app note AN12604SW for adding secondary bootloader to the application. It has an example for iMXRT1050. Is there an example available for iMXRT1060 or what changes should I make in the 1050 code in order to test in my board.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 03:07:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1811392#M28959</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2024-02-20T03:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1811774#M28962</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; RT1060 have a lot of bootloader.&lt;/P&gt;
&lt;P&gt;1.your mentioned:&lt;SPAN&gt;AN12604SW&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;\Bootloader\AN12604SW\sw12604\rt1060_rom_api&lt;/P&gt;
&lt;P&gt;&amp;nbsp;2. SDK demo:&lt;/P&gt;
&lt;P&gt;\SDK_2_14_0_EVK-MIMXRT1060\boards\evkmimxrt1060\ota_examples&lt;/P&gt;
&lt;P&gt;3. SBL&amp;amp;SFW&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN13460.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN13460.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;1). SBL Repository &lt;A href="https://github.com/NXPmicro/sbl" target="_blank"&gt;https://github.com/NXPmicro/sbl&lt;/A&gt;&lt;BR /&gt;2) SFW Repository &lt;A href="https://github.com/NXPmicro/sfw" target="_blank"&gt;https://github.com/NXPmicro/sfw&lt;/A&gt;&lt;BR /&gt;3). MCU-OTA SBL and SFW User Guide (document MCUOTASBLSFWUG)&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 10:17:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1811774#M28962</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2024-02-20T10:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1812426#M28974</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your quick response.&lt;/P&gt;&lt;P&gt;I was looking into the article for secondary bootloader in the below link,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1060-OTA-bootloader-ISP-and-swap-rollback-usage/ta-p/1310980" target="_blank"&gt;RT1060 OTA bootloader ISP and swap rollback usage - NXP Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If my understanding is correct, I can use the ota_bootloader_dcd_uart as Secondary bootloader in my product directly and flash using debugger. Then modify my application code as per the instructions in the iled_blinky and can use the blhost tool to program the flash. Is that correct?&lt;/P&gt;&lt;P&gt;If so, is the same example project available with the IAR toolchain or is there any application note to convert the MCUXpresso project to IAR?&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 04:42:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1812426#M28974</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2024-02-21T04:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1812593#M28977</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Yes, I write that document!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; But the new SDK version already doesn't use that demo, if you want to use it, you may need to download&amp;nbsp;&lt;SPAN&gt;SDK_2_10_0_EVK-MIMXRT1060:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://mcuxpresso.nxp.com/en/builder?hw=EVK-MIMXRT1060&amp;amp;rel=494" target="_blank"&gt;https://mcuxpresso.nxp.com/en/builder?hw=EVK-MIMXRT1060&amp;amp;rel=494&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, your understand is correct, you can try the above SDK, and my shared demo.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It should also have IAR version, you can check it, just do the related modification like my document.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wish it helps you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you still have question about it, please kindly let me know.&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>Wed, 21 Feb 2024 07:37:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1812593#M28977</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2024-02-21T07:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1812651#M28978</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;For changes related to,&lt;/P&gt;&lt;P&gt;APP memory start address modify from 0x60000000 to 0x60040000, which is the ota_bootloader defined address。&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the evkmimxrt1060_iled_blinky_debug.ld, add boot_hdr, length is 0X400.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;which file should I change in the IAR toolchain?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 09:00:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1812651#M28978</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2024-02-21T09:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1812675#M28980</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;In IAR, it is the icf file.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kerryzhou_0-1708507075368.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/264246iBE63109A19F059D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kerryzhou_0-1708507075368.png" alt="kerryzhou_0-1708507075368.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 09:18:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1812675#M28980</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2024-02-21T09:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1812719#M28982</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the below modifications correct?&lt;/P&gt;&lt;P&gt;define symbol __ram_vector_table_size__ = isdefinedsymbol(__ram_vector_table__) ? 0x00000400 : 0;&lt;BR /&gt;define symbol __ram_vector_table_offset__ = isdefinedsymbol(__ram_vector_table__) ? 0x000003FF : 0;&lt;/P&gt;&lt;P&gt;define symbol m_interrupts_start = 0x60042000;&lt;BR /&gt;define symbol m_interrupts_end = 0x600423FF;&lt;/P&gt;&lt;P&gt;define symbol m_text_start = 0x60042400;&lt;BR /&gt;define symbol m_text_end = 0x607FFFFF;&lt;/P&gt;&lt;P&gt;define symbol m_interrupts_ram_start = 0x20000000;&lt;BR /&gt;define symbol m_interrupts_ram_end = 0x20000000 + __ram_vector_table_offset__;&lt;/P&gt;&lt;P&gt;define symbol m_data_start = m_interrupts_ram_start + __ram_vector_table_size__;&lt;BR /&gt;define symbol m_data_end = 0x2001FFFF;&lt;/P&gt;&lt;P&gt;define symbol m_data2_start = 0x20200000;&lt;BR /&gt;define symbol m_data2_end = 0x202BFFFF;&lt;/P&gt;&lt;P&gt;define symbol m_qacode_start = 0x00000000;&lt;BR /&gt;define symbol m_qacode_end = 0x0001FFFF;&lt;/P&gt;&lt;P&gt;define exported symbol m_boot_hdr_conf_start = 0x60000000;&lt;BR /&gt;define symbol m_boot_hdr_ivt_start = 0x60001000;&lt;BR /&gt;define symbol m_boot_hdr_boot_data_start = 0x60001020;&lt;BR /&gt;define symbol m_boot_hdr_dcd_data_start = 0x60001030;&lt;/P&gt;&lt;P&gt;/* Sizes */&lt;BR /&gt;if (isdefinedsymbol(__stack_size__)) {&lt;BR /&gt;define symbol __size_cstack__ = __stack_size__;&lt;BR /&gt;} else {&lt;BR /&gt;define symbol __size_cstack__ = 0x0400;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;if (isdefinedsymbol(__heap_size__)) {&lt;BR /&gt;define symbol __size_heap__ = __heap_size__;&lt;BR /&gt;} else {&lt;BR /&gt;define symbol __size_heap__ = 0x0400;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 10:02:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1812719#M28982</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2024-02-21T10:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1813383#M28988</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; In the APP, you can don't add the XIP FCB+IVT+DCD, I mean this area:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;define exported symbol m_boot_hdr_conf_start = 0x60000000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;define symbol m_boot_hdr_ivt_start = 0x60001000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;define symbol m_boot_hdr_boot_data_start = 0x60001020;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;define symbol m_boot_hdr_dcd_data_start = 0x60001030;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; You can check your project, you can set:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;XIP_BOOT_HEADER_ENABLE=0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;XIP_BOOT_HEADER_DCD_ENABLE=0.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then your FCB and the DCD will not be added.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;After you configure it, you also can genreate the srec file, and check the image situation, make sure your code is from&amp;nbsp;0x60040000.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wish it helps you!&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 04:13:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1813383#M28988</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2024-02-22T04:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1815133#M29032</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Sorry for the delay in response. I had problem with my board.&lt;/P&gt;&lt;P&gt;The modified application srec file looks like below, Is that correct?&lt;/P&gt;&lt;P&gt;S0130000696C65645F626C696E6B792E737265638B&lt;BR /&gt;S315&lt;STRONG&gt;60040000&lt;/STRONG&gt;10B450E8004F8C43144340E80043002B7F&lt;BR /&gt;S31560040010F7D110BC704770B50446A40EDFF8F42619&lt;BR /&gt;S3156004002000F0FF03D3181B68C0F34C350646360A46&lt;BR /&gt;S3156004003006F01F06B540AB4301EA5031C1F30C012B&lt;BR /&gt;S3156004004005462D0A05F01F05A940194300F0FF0077&lt;BR /&gt;S3156004005010180160212C09D340F27A42DFF8B816F1&lt;BR /&gt;S31560040060DFF8B80600F000FCAFF30080202C05D062&lt;BR /&gt;S31560040070DFF8AC060068E040C007F9D470BD70B51F&lt;BR /&gt;S315600400800446A40EDFF88C2600F0FF03D3181B6821&lt;BR /&gt;S31560040090C0F34C350646360A06F01F06B540AB4338&lt;BR /&gt;S315600400A001EA5031C1F30C0105462D0A05F01F051E&lt;BR /&gt;S315600400B0A940194300F0FF0010180160212C09D3F0&lt;BR /&gt;S315600400C04FF49462DFF85016DFF8500600F0CCFB6C&lt;BR /&gt;S315600400D0AFF30080202C05D0DFF844060068E040CA&lt;BR /&gt;S315600400E0C007F9D470BD70B504460D462646360A77&lt;BR /&gt;S315600400F004F01F04082E09D340F2C242DFF8181632&lt;BR /&gt;S31560040100DFF8200600F0B0FBAFF30080A5402A4676&lt;BR /&gt;S31560040110032000FA04F42146DFF80C0600EB86009F&lt;BR /&gt;S31560040120BDE870406CE70021DDE7DFF80016086083&lt;BR /&gt;S315600401307047DFF8FC1508607047002AC1F30B416D&lt;BR /&gt;S3156004014005D00818001D4FF4803101607047081807&lt;BR /&gt;S3156004015008304FF4803101607047090B002A426809&lt;BR /&gt;S3156004016003D052EA01314160704722EA01314160AD&lt;BR /&gt;S31560040170704710B40B46042B44680ADB03238B4098&lt;BR /&gt;S3156004018024EA030302F0030202FA01F1194341600F&lt;/P&gt;&lt;P&gt;I am not sure if the header data is included in the above as mentioned below,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.1.3 linker file modification&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the evkmimxrt1060_iled_blinky_debug.ld, add boot_hdr, length is 0X400.&lt;/P&gt;&lt;P&gt;We can use the MCUXpresso IDE linkscripts folder, add the .ldt files to modify the linker file.&lt;/P&gt;&lt;P&gt;Here, in the project, add one linkscripts folder, add the boot_hdr_MIMXRT1060.ldt file, build .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your help on this is highly appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 03:10:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1815133#M29032</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2024-02-26T03:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1815347#M29035</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find attached the .dat file which is read back after programming in flash using blhost.&lt;/P&gt;&lt;P&gt;First, I programmed the sbl (EVK-MIMXRT1060-ota_bootloader) using the programmer.&lt;/P&gt;&lt;P&gt;Then I used the blhost to flash the external memory. After programming I power cycle the board but cannot see the led flashing. I tried connecting the debugger, but the control is somewhere in 0x6000 6150 etc. which is the SBL flash area.&lt;/P&gt;&lt;P&gt;What is the cause for this behavior.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 08:18:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1815347#M29035</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2024-02-26T08:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1815641#M29039</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;&lt;BR /&gt;See also this for an off-the-shelf boot loader for the MIMXRT106x with many features and security options:&lt;BR /&gt;&lt;A href="https://www.utasker.com/iMX/RT1060.html" target="_blank"&gt;https://www.utasker.com/iMX/RT1060.html&lt;/A&gt;&lt;BR /&gt;&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;&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;&lt;BR /&gt;&lt;BR /&gt;It also includes an IAR project - see guide: &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;&lt;BR /&gt;&lt;BR /&gt;Used reliably in many industrial i.MX RT 10xx products since 2019, documented and supported.&lt;BR /&gt;&lt;BR /&gt;Video guides: &lt;A href="https://www.youtube.com/watch?v=GXztWg9m6_8&amp;amp;list=PLWKlVb_MqDQEOCnsNOJO8gd3jDCwiyKKe" target="_blank"&gt;https://www.youtube.com/watch?v=GXztWg9m6_8&amp;amp;list=PLWKlVb_MqDQEOCnsNOJO8gd3jDCwiyKKe&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Mark (uTasker project lead since 2004)&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;For our discounted i.MX and Kinetis stock availability see &lt;A href="https://www.utasker.com/Shop/semi.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.utasker.com/Shop/semi.html&lt;/A&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 13:56:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1815641#M29039</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2024-02-26T13:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816098#M29046</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;You mentioned the SBL&amp;nbsp;&lt;SPAN&gt;(EVK-MIMXRT1060-ota_bootloader)&amp;nbsp;, but your attached app is the RT1064, so what's the RT chip you are using now? Why you are using the RT1064 in the hello_world?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kerryzhou_0-1709001704221.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/265179i252EC88F0B18F735/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kerryzhou_0-1709001704221.png" alt="kerryzhou_0-1709001704221.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;If you are using the IAR, in fact, I totally recommend you use the sbl, that will be more useful to you:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You can refer to this post:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1170-SBL-ISP-download-SDRAM-APP/ta-p/1767982" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1170-SBL-ISP-download-SDRAM-APP/ta-p/1767982&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; BTW, in your current situation, what's the blhost commander you are using, where you write your app?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the control is somewhere in 0x6000 6150, it means, it didn't jump to your app succesfully.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; You can try the SBL in the above doc, that support the IAR project, and more easy to use.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 03:01:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816098#M29046</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2024-02-27T03:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816117#M29047</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used the&amp;nbsp;&lt;SPAN&gt;EVK-MIMXRT1060-ota_bootloader only. Please find the attached screenshot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have also modified the iled_blinky project of iMXRT1060 only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is the SBL which you mentioned in your post available in the sdk?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 03:30:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816117#M29047</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2024-02-27T03:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816153#M29048</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Please use my attached simple app:&lt;/P&gt;
&lt;P&gt;evkmimxrt1060_iled_blinky_ota_0x60040000.bin&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Whether that works OK with the&amp;nbsp;&lt;SPAN&gt;EVK-MIMXRT1060-ota_bootloader?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; As this bin is my previous test image&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Isp commander:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;blhost.exe -t 50000 -u 0x15a2,0x0073 -j -- get-property 1 0

blhost.exe -t 2048000 -u 0x15a2,0x0073 -j -- flash-erase-region 0x60040000 0x6000 9

blhost.exe -t 5242000 -u 0x15a2,0x0073 -j -- write-memory 0x60040000 evkmimxrt1060_iled_blinky_ota_0x60040000.bin&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try it on your side.&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>Tue, 27 Feb 2024 06:11:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816153#M29048</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2024-02-27T06:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816174#M29049</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I cannot find any attachment in your post.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 05:46:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816174#M29049</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2024-02-27T05:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816198#M29050</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Please check the last reply again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;That .bin is for the :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1060-OTA-bootloader-ISP-and-swap-rollback-usage/ta-p/1310980" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1060-OTA-bootloader-ISP-and-swap-rollback-usage/ta-p/1310980&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;chapter&amp;nbsp;&lt;STRONG&gt;2.2 ISP test related command&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 06:12:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816198#M29050</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2024-02-27T06:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816397#M29054</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your iled_blinky .bin file works with the ota_bootloader.&lt;/P&gt;&lt;P&gt;I have also tried the SBL from the link which you have provided below,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1170-SBL-ISP-download-SDRAM-APP/ta-p/1767982" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1170-SBL-ISP-download-SDRAM-APP/ta-p/1767982&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have modified as per the instructions and programmed the sbl code using debugger.&lt;/P&gt;&lt;P&gt;Then I modified the emwin_temperature_control App and downloaded using mcuboot utility. I see that the control is in SBL and not transferred to the app. I doubt the modifications which I have done in the .icf file of the app. Can you pls review if my attached modifications are ok? I have set the DCD and HEARDER ENABLE to 0 in app.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 09:03:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816397#M29054</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2024-02-27T09:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816401#M29055</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; SBL is another bootloader, if you use this, you just need to use the SBL, not my side ota_bootloader.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; In fact, totally two-method bootloader.&lt;/P&gt;
&lt;P&gt;Which one you want to use now?&lt;/P&gt;
&lt;P&gt;If use my old ota_bootloader, I will download the old SDK, and help you use the IAR to modify one project.&lt;/P&gt;
&lt;P&gt;If you are using the SBL, RT1170 document is totally enough.&lt;/P&gt;
&lt;P&gt;So, please tell me which one you want to use now, thanks.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 09:08:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816401#M29055</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2024-02-27T09:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816409#M29056</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can help with the ota_bootloader for flashing an app code which is using SDRAM. If it works, then later I will try the RT1170 example.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 09:17:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1816409#M29056</guid>
      <dc:creator>EmbeddedTech</dc:creator>
      <dc:date>2024-02-27T09:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader to flash the external QSPI flash</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1817300#M29076</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189325"&gt;@EmbeddedTech&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Already finished the iar app version, you can try it on your side.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1060-OTA-bootloader-ISP-and-swap-rollback-usage/tac-p/1817284#M206" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1060-OTA-bootloader-ISP-and-swap-rollback-usage/tac-p/1817284#M206&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;the code&amp;nbsp;iar app.zip :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/imxrt%40tkb/148/4/iar%20app.zip" target="_blank"&gt;https://community.nxp.com/pwmxy87654/attachments/pwmxy87654/imxrt%40tkb/148/4/iar%20app.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;When I download the&amp;nbsp;evkmixrt1060_iled_blinky_ota_0x60040000_iar.bin, it also works on my side.&lt;/P&gt;
&lt;P&gt;You can try it on your side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;detail steps is in the above doc linker, comment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still have question about it, please kindly let me know.&lt;/P&gt;
&lt;P&gt;If your question is solved, please help to mark the correct answer, just to close this case, thanks.&lt;/P&gt;
&lt;P&gt;Any new issues, welcome to create the new case.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;
&lt;P&gt;If your&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 08:53:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Bootloader-to-flash-the-external-QSPI-flash/m-p/1817300#M29076</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2024-02-28T08:53:03Z</dc:date>
    </item>
  </channel>
</rss>

