<?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>Cannot enable partition manager with NCS 2.7.0 + Sysbuild</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114258/cannot-enable-partition-manager-with-ncs-2-7-0-sysbuild</link><description>Hi - I am trying to use the PCD library in NCS 2.7.0 w/ sysbuild, but this library seems to require partition manager to be enabled (due to the `include &amp;lt;pm_config.h&amp;gt;` in `dfu/pcd.h`. However, I am not able to enable partition manager. 
 To reproduce</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Aug 2024 14:57:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114258/cannot-enable-partition-manager-with-ncs-2-7-0-sysbuild" /><item><title>RE: Cannot enable partition manager with NCS 2.7.0 + Sysbuild</title><link>https://devzone.nordicsemi.com/thread/500250?ContentTypeID=1</link><pubDate>Wed, 28 Aug 2024 14:57:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90a16d2b-0849-4fd4-ac32-bd9b605017b9</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can replace the content of the Kconfig.sysbuild file&amp;nbsp;located in your project root with the code below to include the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/ipc_radio/README.html"&gt;IPC radio firmware&lt;/a&gt;&amp;nbsp;for the network core in your buld. This will also select the partition manager. You can read more about this in the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/config_and_build/sysbuild/zephyr_samples_sysbuild.html"&gt;Using Zephyr samples with sysbuild&lt;/a&gt;&amp;nbsp;of the SDK documentation.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;source &amp;quot;${ZEPHYR_BASE}/share/sysbuild/Kconfig&amp;quot;

config NRF_DEFAULT_IPC_RADIO
	default y

config NETCORE_IPC_RADIO_BT_HCI_IPC
	default y
&lt;/pre&gt;&lt;/p&gt;
[quote user=""]By the way, is partition manager otherwise required in NCS 2.7.0? I am a bit confused on this, some places says partition manager is required for NCS, others say it is deprecated due to the move to sysbuild.[/quote]
&lt;p&gt;The nRF Connect SDK relies on the partition manager to manage the memory layout&amp;nbsp;when building multiple images with&amp;nbsp;sysbuild.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>