<?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のトピックRe: Secondary Bootloader + Dual Image Setup</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/Secondary-Bootloader-Dual-Image-Setup/m-p/2360072#M5324</link>
    <description>&lt;P&gt;thanks for the information!&lt;/P&gt;</description>
    <pubDate>Mon, 04 May 2026 12:34:39 GMT</pubDate>
    <dc:creator>klt4xc</dc:creator>
    <dc:date>2026-05-04T12:34:39Z</dc:date>
    <item>
      <title>Secondary Bootloader + Dual Image Setup</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/Secondary-Bootloader-Dual-Image-Setup/m-p/2342645#M5128</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We have a secondary bootloader, put in Flash Bank1 IFR0 region (0x0100_8000 to 0x100FFFF). The BOOT_SRC within CMPA is set to 2 for transferring control to Secondary Bootloader from BOOTROM on Power-Up. It works correctly. We can transfer the control to Main Application residing at address 0x0000_0000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We would like to have DUAL Main Application setup and not quite sure how exactly it works. We would like to store a Second copy Main Application at 0x0008_0000. Essentially, first one is at 0x0000_0000, can grow up to 0x0007_FFFF and second one is at 0x0008_0000 which can grow up to 0x000F_FFFF, occupying 512 KB each.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We understood about the Flash Remap feature. which is programming FLASH_REMAP_SIZE from CMPA to kind of partition the on chip flash. We also understood that the selection of the image will be decided by BOOTROM code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In our case the, the boot process also have our secondary bootloader as mentioned above and it is the one which always executes after BOOTROM. The question is how to use the Dual Main Application (on On-chip Flash and REMAP feature) with Secondary Bootloader (on Bank1Ifr0).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Mar 2026 09:13:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/Secondary-Bootloader-Dual-Image-Setup/m-p/2342645#M5128</guid>
      <dc:creator>maknxp</dc:creator>
      <dc:date>2026-03-31T09:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Secondary Bootloader + Dual Image Setup</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/Secondary-Bootloader-Dual-Image-Setup/m-p/2342986#M5129</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/184664"&gt;@maknxp&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;In your secondary bootloader, you need to read the version numbers of both images and then decide which one to launch.&lt;BR /&gt;By the way, which NXP MCU are you using?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thank you.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;BR&lt;/DIV&gt;
&lt;DIV&gt;Alice&lt;/DIV&gt;</description>
      <pubDate>Tue, 31 Mar 2026 10:58:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/Secondary-Bootloader-Dual-Image-Setup/m-p/2342986#M5129</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2026-03-31T10:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Secondary Bootloader + Dual Image Setup</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/Secondary-Bootloader-Dual-Image-Setup/m-p/2360072#M5324</link>
      <description>&lt;P&gt;thanks for the information!&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 12:34:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/Secondary-Bootloader-Dual-Image-Setup/m-p/2360072#M5324</guid>
      <dc:creator>klt4xc</dc:creator>
      <dc:date>2026-05-04T12:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Secondary Bootloader + Dual Image Setup</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/Secondary-Bootloader-Dual-Image-Setup/m-p/2360430#M5331</link>
      <description>&lt;P&gt;Taking a closer look at that NXP forum discussion on implementing a secondary bootloader with a dual image setup, the core issue is how to properly manage firmware updates while ensuring the device can still boot if something goes wrong. The setup described involves storing two application images and using a secondary bootloader to decide which one to run, typically based on integrity checks or version control. The key takeaway is that the bootloader must contain clear logic to validate images and safely switch between them when needed, rather than relying on external triggers. This kind of structured decision-making is essential for maintaining system stability during updates. In a similar way, systems that use &lt;A href="https://speech2text.pro/online-voice-to-text" target="_self"&gt;voice to text ai&lt;/A&gt; also depend on processing input data through defined logic to produce accurate and reliable outputs, showing how important well-designed evaluation flows are across different types of technology.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 10:48:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/Secondary-Bootloader-Dual-Image-Setup/m-p/2360430#M5331</guid>
      <dc:creator>klt4xc</dc:creator>
      <dc:date>2026-05-05T10:48:15Z</dc:date>
    </item>
  </channel>
</rss>

