<?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>LPC Microcontrollers中的主题 Re: DualBoot on LPC55s28</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/DualBoot-on-LPC55s28/m-p/1721793#M54081</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216489"&gt;@EmilL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The bootloader boot image refer to Version in image header:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1694590530243.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/240749iA57997BFF45325E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1694590530243.png" alt="Alice_Yang_0-1694590530243.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can refer to boot flow:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_1-1694590633740.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/240750iA2CEB8946107B45B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_1-1694590633740.png" alt="Alice_Yang_1-1694590633740.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2023 07:37:22 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2023-09-13T07:37:22Z</dc:date>
    <item>
      <title>DualBoot on LPC55s28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DualBoot-on-LPC55s28/m-p/1720543#M54058</link>
      <description>&lt;P&gt;I have been building secondary bootloader for lpc55s28 to be able to receive updates. I have been following AN12327 to build my own secondary bootloader. My question is how do I make one bin file that can be booted from either slot? I guess what I mean is position independent code. Or is this unrealistic goal and I should just deliver two update images with SP and PC for both image addresses?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 17:45:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DualBoot-on-LPC55s28/m-p/1720543#M54058</guid>
      <dc:creator>EmilL</dc:creator>
      <dc:date>2023-09-11T17:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: DualBoot on LPC55s28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DualBoot-on-LPC55s28/m-p/1721793#M54081</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/216489"&gt;@EmilL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The bootloader boot image refer to Version in image header:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1694590530243.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/240749iA57997BFF45325E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1694590530243.png" alt="Alice_Yang_0-1694590530243.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can refer to boot flow:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_1-1694590633740.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/240750iA2CEB8946107B45B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_1-1694590633740.png" alt="Alice_Yang_1-1694590633740.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 07:37:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DualBoot-on-LPC55s28/m-p/1721793#M54081</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-09-13T07:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: DualBoot on LPC55s28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DualBoot-on-LPC55s28/m-p/1721974#M54082</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; My question is how do I make one bin file that can be booted from either slot? I guess what I mean is position independent code. Or is this unrealistic goal and I should just deliver two update images with SP and PC for both image addresses?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I never tried that, and neither heard of any commercial implementation.&lt;BR /&gt;I would avoid such an endeavor on an MCU without MMU, I'm not even sure if the toolchains support it all the way through.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You could use a fallback image instead, in case the new version (or the Flash update) fails. Or more than one image versions, all linked to the same start address.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 10:51:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DualBoot-on-LPC55s28/m-p/1721974#M54082</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2023-09-13T10:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: DualBoot on LPC55s28</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DualBoot-on-LPC55s28/m-p/2078154#M58037</link>
      <description>&lt;P&gt;HI EMILY,&lt;BR /&gt;&lt;BR /&gt;I am new for LPC, just wondering how to develop the LPC55S28 secondary bootlaoder.Following&amp;nbsp;&amp;nbsp;AN12327,i can t find any sample of SBL in LPC55S28 SDK packge.AND i am trying to make the LPC55s69 sbl sample works in LPC55S28,is it the way how you make it?&lt;BR /&gt;thanks for advantage.&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Micy&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 08:50:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DualBoot-on-LPC55s28/m-p/2078154#M58037</guid>
      <dc:creator>micy-M</dc:creator>
      <dc:date>2025-04-10T08:50:05Z</dc:date>
    </item>
  </channel>
</rss>

