<?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: RT1052 mcuboot_opensource to load iled_blinky. in MCU Bootloader</title>
    <link>https://community.nxp.com/t5/MCU-Bootloader/RT1052-mcuboot-opensource-to-load-iled-blinky/m-p/1558418#M1365</link>
    <description>&lt;P&gt;Hello NXP Team, I also facing the same issue with imXRT1170 EVK board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to use&amp;nbsp;mcuboot_opensource as the secondary bootloader and have the app reside in SPI flash. But the blinky app is not calling even though&amp;nbsp;the code jumped from boot loader to App address. Any leads will be very helpful.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2022 10:08:00 GMT</pubDate>
    <dc:creator>VineeshM</dc:creator>
    <dc:date>2022-11-23T10:08:00Z</dc:date>
    <item>
      <title>RT1052 mcuboot_opensource to load iled_blinky.</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/RT1052-mcuboot-opensource-to-load-iled-blinky/m-p/1456183#M1359</link>
      <description>&lt;P&gt;I want to use&amp;nbsp;mcuboot_opensource as the secondary bootloader and have the app reside in SPI flash.&lt;/P&gt;&lt;P&gt;I've flashed sdk example mcuboot_opensource using&amp;nbsp;MCUXpresso IDE, "GUI Flash Tool" to base address&amp;nbsp;0x60000000. and&amp;nbsp;built the sdk example iled_blinky and used the .bin to create a signed binary image.&lt;/P&gt;&lt;P&gt;"imgtool sign --key sign-rsa2048-priv.pem --align 4 --header-size 0x0400 --pad-header --slot-size 0x200000 --max-sectors 800 --version "1.0" app.bin app_binary_SIGNED.bin"&lt;/P&gt;&lt;P&gt;Using&amp;nbsp;MCUXpresso IDE, "GUI Flash Tool" flashed the "app_binary_SIGNED.bin" to&amp;nbsp;0x60040000. following is the console output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;hello sbl fw.&lt;BR /&gt;Bootloader Version 1.7.2&lt;BR /&gt;Bootloader chainload address offset: 0x40000&lt;BR /&gt;Reset_Handler address offset: 0x40400&lt;BR /&gt;Jumping to the image&lt;/P&gt;&lt;P&gt;The MCU is keep resetting and the app is not getting executed. How should I get it to execute? I'm planning to run the app from RAM eventually. what steps or any example I can follow?&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 07:37:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/RT1052-mcuboot-opensource-to-load-iled-blinky/m-p/1456183#M1359</guid>
      <dc:creator>gayans</dc:creator>
      <dc:date>2022-05-11T07:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: RT1052 mcuboot_opensource to load iled_blinky.</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/RT1052-mcuboot-opensource-to-load-iled-blinky/m-p/1456915#M1360</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200708"&gt;@gayans&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;As I know, just simple app&amp;nbsp;&lt;SPAN&gt;sdk example iled_blinky&amp;nbsp;as the APP, is not enough, as the APP also need the related header to match the&amp;nbsp;mcuboot_opensource.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; You can test this code as the APP, this matches to the&amp;nbsp;mcuboot_opensource:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; SDK_2_11_1_EVKB-IMXRT1050\boards\evkbimxrt1050\lwip_examples\lwip_httpssrv_ota_enet&lt;/P&gt;
&lt;P&gt;&amp;nbsp; After it works, then you can check the related header.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kerryzhou_0-1652324320147.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/179585iA7641558C6E6DA54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kerryzhou_0-1652324320147.png" alt="kerryzhou_0-1652324320147.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;</description>
      <pubDate>Thu, 12 May 2022 02:58:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/RT1052-mcuboot-opensource-to-load-iled-blinky/m-p/1456915#M1360</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2022-05-12T02:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: RT1052 mcuboot_opensource to load iled_blinky.</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/RT1052-mcuboot-opensource-to-load-iled-blinky/m-p/1558418#M1365</link>
      <description>&lt;P&gt;Hello NXP Team, I also facing the same issue with imXRT1170 EVK board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to use&amp;nbsp;mcuboot_opensource as the secondary bootloader and have the app reside in SPI flash. But the blinky app is not calling even though&amp;nbsp;the code jumped from boot loader to App address. Any leads will be very helpful.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 10:08:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/RT1052-mcuboot-opensource-to-load-iled-blinky/m-p/1558418#M1365</guid>
      <dc:creator>VineeshM</dc:creator>
      <dc:date>2022-11-23T10:08:00Z</dc:date>
    </item>
    <item>
      <title>: RT1052 mcuboot_opensource to load iled_blinky.</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/RT1052-mcuboot-opensource-to-load-iled-blinky/m-p/1727446#M1414</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200708" target="_self"&gt;&lt;SPAN class=""&gt;gayans&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;Can you help me telling me how you signed image for this example?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will aprecciate it .&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 21:08:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/RT1052-mcuboot-opensource-to-load-iled-blinky/m-p/1727446#M1414</guid>
      <dc:creator>Jimmywder03</dc:creator>
      <dc:date>2023-09-21T21:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: : RT1052 mcuboot_opensource to load iled_blinky.</title>
      <link>https://community.nxp.com/t5/MCU-Bootloader/RT1052-mcuboot-opensource-to-load-iled-blinky/m-p/1727477#M1415</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/201828"&gt;@Jimmywder03&lt;/a&gt;&amp;nbsp;"imgtool" is provided in sdk "SDK_2_13_0_MIMXRT1052xxxxB\middleware\mcuboot_opensource\scripts\imgtool" refer to my post for how to run it.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 23:16:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCU-Bootloader/RT1052-mcuboot-opensource-to-load-iled-blinky/m-p/1727477#M1415</guid>
      <dc:creator>gayans</dc:creator>
      <dc:date>2023-09-21T23:16:23Z</dc:date>
    </item>
  </channel>
</rss>

