<?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>Partition Manager configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124808/partition-manager-configuration</link><description>I understand from many posts that the DTS file is ignored when in multi-image (mcuboot enabled) I need to change the partitions to reduce the bootloader from 48K to 32K &amp;amp; increase the 
 
 partition slots. But I can&amp;#39;t work out how to do this. There&amp;#39;s talk</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Oct 2025 13:19:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124808/partition-manager-configuration" /><item><title>RE: Partition Manager configuration</title><link>https://devzone.nordicsemi.com/thread/550819?ContentTypeID=1</link><pubDate>Tue, 07 Oct 2025 13:19:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4fc03138-60f1-40cd-8192-ca0f7b6297c2</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]There&amp;#39;s talk of the partition manager but I don&amp;#39;t know where this is in VS code or how to use it.[/quote]
&lt;p&gt;Just a quick comment that may clarify this: The partition manager is included by default when you add MCUboot and/or are doing anything multi-image. By default it is set up with dynamic partitioning (i.e the build system with partition manager handles allocationing of partitions based on your configurations), and you can modify it to use static partitioning where you yourself set the partition sizes through a pm_static.yml instead of through configurations.&lt;/p&gt;
[quote user=""]Also I noticed that when I enable mcuboot from sysbuild.conf it doesn&amp;#39;t copy the bootloader into the work space / folder, it just uses it directly from the Nordic tools library, so any changes to prj.conf etc will change the source code &amp;amp; not a copy.[/quote]
&lt;p&gt;Whenever you add mcuboot through sysbuild, the build system will use the default mcuboot that is within &amp;lt;sdk&amp;gt;/bootloaders folder. Whatever you apply to your projects mcuboot/prj.conf will only have any effect on this specific project and not the bootloader in the SDK.&lt;/p&gt;
&lt;p&gt;For instance in this sample I have some project-specifc configurations within sysbuild/mcuboot.conf that only applies to this project and doesn&amp;#39;t modify the source mcuboot configuration.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/pastedimage1759842972592v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;However if you end up modifying anything directly within &amp;lt;sdk&amp;gt;/bootloader/mcuboot, where &amp;lt;sdk&amp;gt; is the NCS installation you have present, this will affect every build that you do in any project that is using this NCS version.&lt;/p&gt;
[quote user=""]Am I generating the bootloader incorrectly?[/quote]
&lt;p&gt;Maybe, but based on the configurations you mention it looks right. You enable mcuboot through the sysbuild configuration you mention in your local project and you can have something like the ncs_sample configuration for BLE OTA DFU in the prj.conf. This is better explained in the third link in the bullet list below&lt;/p&gt;
&lt;p&gt;I recommend both the fundamental and intermediate courses at &lt;a href="https://academy.nordicsemi.com/"&gt;devacademy &lt;/a&gt;for all levels of expertise in embedded systems, but here&amp;#39;s 3 selected topics that may help shed some light on the uncertainties you present:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-3-elements-of-an-nrf-connect-sdk-application/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-3-elements-of-an-nrf-connect-sdk-application/ &lt;/a&gt;for basics on overlay files&lt;/li&gt;
&lt;li&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-sysbuild/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-sysbuild/&amp;nbsp;&lt;/a&gt;for sysbuild&lt;/li&gt;
&lt;li&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/&lt;/a&gt; for DFU/Bootloader&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Let me know if this answers your questions and feel free to follow up if you have any uncertainties&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>