<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to configure a custom MCUBoot in NCS v2.9.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119141/how-to-configure-a-custom-mcuboot-in-ncs-v2-9-0</link><description>hi, 
 I need to develop some custom features for MCUBoot, so I transplanted the entire bootloader folder from NCS into my project. In the project&amp;#39;s root directory, I added list(APPEND ZEPHYR_EXTRA_MODULES &amp;quot;${CMAKE_CURRENT_SOURCE_DIR}/bootloader/mcuboot</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Feb 2025 15:03:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119141/how-to-configure-a-custom-mcuboot-in-ncs-v2-9-0" /><item><title>RE: How to configure a custom MCUBoot in NCS v2.9.0</title><link>https://devzone.nordicsemi.com/thread/525109?ContentTypeID=1</link><pubDate>Thu, 27 Feb 2025 15:03:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7623a9c-0433-41be-b6c8-cc61838f748e</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;I asked internally, and they say that you would the list(APPEND) method will not work with Sysbuild.&lt;/p&gt;
&lt;p&gt;Instead, you can use west.yml to add your code, as explained in Workflow 3 or Workflow 4 in &amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/dev_model_and_contributions/adding_code.html"&gt;Adding your own code&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure a custom MCUBoot in NCS v2.9.0</title><link>https://devzone.nordicsemi.com/thread/524327?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 12:14:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e6bdf89-b4e9-4604-b08f-a7ffd287bc2d</guid><dc:creator>Leo</dc:creator><description>&lt;p&gt;It doesn&amp;#39;t work, still compiling MCUBoot in NCS.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure a custom MCUBoot in NCS v2.9.0</title><link>https://devzone.nordicsemi.com/thread/524316?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 11:24:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa248280-c3bd-4e03-be3f-966017de1401</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Try to do that in sysbuild.cmake in newer versions. Does that work?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure a custom MCUBoot in NCS v2.9.0</title><link>https://devzone.nordicsemi.com/thread/524215?ContentTypeID=1</link><pubDate>Mon, 24 Feb 2025 01:05:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c80af42a-b0f7-4134-a074-b3b1480d4739</guid><dc:creator>Leo</dc:creator><description>&lt;p&gt;In NCS 2.6.1, it&amp;#39;s possible to directly specify using &lt;code data-start="54" data-end="138"&gt;list(APPEND ZEPHYR_EXTRA_MODULES &amp;quot;${CMAKE_CURRENT_SOURCE_DIR}/bootloader/mcuboot&amp;quot;)&lt;/code&gt;, but why doesn&amp;#39;t it work in the new version?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure a custom MCUBoot in NCS v2.9.0</title><link>https://devzone.nordicsemi.com/thread/524117?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2025 14:18:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3782888b-4b08-4750-98d8-7f0e38a46ca7</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;MCUboot is tightly coupled with the nRF Connect SDK. Because of this, it is not trivial to add it as a custom sysbuild image.&lt;/p&gt;
&lt;p&gt;If you want add custom features to MCUboot, I suggest that you fork MCUboot.&lt;br /&gt;See&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/dev_model_and_contributions/adding_code.html"&gt;Adding your own code&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Then use MCUboot as normal, with SB_CONFIG_BOOTLOADER_MCUBOOT=y&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>