<?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: Using MCUboot RAM loading with Zephyr for i.MX RT1060 in Zephyr Project</title>
    <link>https://community.nxp.com/t5/Zephyr-Project/Using-MCUboot-RAM-loading-with-Zephyr-for-i-MX-RT1060/m-p/2128230#M405</link>
    <description>&lt;P&gt;Hello, I hope you are well.&amp;nbsp;&lt;BR /&gt;Address&amp;nbsp;&lt;SPAN&gt;0x80000000&amp;nbsp;is for external SDRAM, do you want to load the image to that SDRAM? IF that is the case, then you will need to add to your image the DCD so the SDRAM is initialized during boot, so when code is moved to the SDRAM, it is ready to execute.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Omar&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jul 2025 17:30:22 GMT</pubDate>
    <dc:creator>Omar_Anguiano</dc:creator>
    <dc:date>2025-07-03T17:30:22Z</dc:date>
    <item>
      <title>Using MCUboot RAM loading with Zephyr for i.MX RT1060</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-MCUboot-RAM-loading-with-Zephyr-for-i-MX-RT1060/m-p/2123207#M371</link>
      <description>&lt;P&gt;I’m currently trying to get the RAM loading working with MCUboot in Zephyr for i.MX RT1060 but I’m not able to make the bootloader boot the image. Here are the steps I did so far:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In "samples/sysbuild/with_mcuboot/sysbuild.conf", added SB_CONFIG_MCUBOOT_MODE_RAM_LOAD=y.&lt;/LI&gt;&lt;LI&gt;Set CONFIG_SRAM_SIZE=128 in samples/sysbuild/with_mcuboot-sysbuild/mcuboot.conf.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In the generated .config file I can see that the CONFIG_SRAM_BASE_ADDRESS=0x80000000 which seems to be correct. But MCUboot reports the error message "Unable to find bootable image" instead of starting the application.&lt;/P&gt;&lt;P&gt;I'm using the Zephyr release 4.1.0.&lt;/P&gt;&lt;P&gt;Do I need to make any other changes?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ildikó&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2025 13:00:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-MCUboot-RAM-loading-with-Zephyr-for-i-MX-RT1060/m-p/2123207#M371</guid>
      <dc:creator>ildiko_pocsai</dc:creator>
      <dc:date>2025-06-25T13:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using MCUboot RAM loading with Zephyr for i.MX RT1060</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-MCUboot-RAM-loading-with-Zephyr-for-i-MX-RT1060/m-p/2128230#M405</link>
      <description>&lt;P&gt;Hello, I hope you are well.&amp;nbsp;&lt;BR /&gt;Address&amp;nbsp;&lt;SPAN&gt;0x80000000&amp;nbsp;is for external SDRAM, do you want to load the image to that SDRAM? IF that is the case, then you will need to add to your image the DCD so the SDRAM is initialized during boot, so when code is moved to the SDRAM, it is ready to execute.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Omar&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 17:30:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-MCUboot-RAM-loading-with-Zephyr-for-i-MX-RT1060/m-p/2128230#M405</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2025-07-03T17:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using MCUboot RAM loading with Zephyr for i.MX RT1060</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-MCUboot-RAM-loading-with-Zephyr-for-i-MX-RT1060/m-p/2129762#M412</link>
      <description>&lt;P&gt;Hello Omar,&lt;/P&gt;&lt;P&gt;Thanks for your reply. Yes, I want to use the external SDRAM. Can you please explain me how to add the DCD to the image in Zephyr. I'm using Zephyr's sysbuild build system to build MCUboot and my application which uses the MCUboot imgtool to sign the image. But I cannot find any option for the imgtool to add the DCD.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ildikó&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 05:07:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-MCUboot-RAM-loading-with-Zephyr-for-i-MX-RT1060/m-p/2129762#M412</guid>
      <dc:creator>ildiko_pocsai</dc:creator>
      <dc:date>2025-07-08T05:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using MCUboot RAM loading with Zephyr for i.MX RT1060</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-MCUboot-RAM-loading-with-Zephyr-for-i-MX-RT1060/m-p/2131917#M414</link>
      <description>&lt;P&gt;You can use a tool such as Secure Provisioning Tool or MCUBootUtility to add the DCD to the image, from the binary generated, the dcd can be added. If you don’t have already a dcd then you can generate it in ConfigTools.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Omar&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 18:45:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-MCUboot-RAM-loading-with-Zephyr-for-i-MX-RT1060/m-p/2131917#M414</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2025-07-10T18:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using MCUboot RAM loading with Zephyr for i.MX RT1060</title>
      <link>https://community.nxp.com/t5/Zephyr-Project/Using-MCUboot-RAM-loading-with-Zephyr-for-i-MX-RT1060/m-p/2139629#M431</link>
      <description>&lt;P&gt;FYI&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/243912"&gt;@ildiko_pocsai&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/169053"&gt;@Omar_Anguiano&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This article&amp;nbsp;&lt;SPAN&gt;has steps and Git patches to enable RAM Loading on the RT1060 EVK, see&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://community.nxp.com/t5/Zephyr-Project-Knowledge-Base/MCUboot-RAM-Loading-with-Zephyr/ta-p/2139539" target="_blank"&gt;https://community.nxp.com/t5/Zephyr-Project-Knowledge-Base/MCUboot-RAM-Loading-with-Zephyr/ta-p/2139539&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 20:47:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Zephyr-Project/Using-MCUboot-RAM-loading-with-Zephyr-for-i-MX-RT1060/m-p/2139629#M431</guid>
      <dc:creator>dereksnell</dc:creator>
      <dc:date>2025-07-23T20:47:35Z</dc:date>
    </item>
  </channel>
</rss>

