<?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>Adding Regions for Partition Manager</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118665/adding-regions-for-partition-manager</link><description>Is it possible to add custom regions for a project to be used by the Partition Manager? I see how and where regions are defined, as shown here , but I&amp;#39;d like to use multiple external flash chips and have dedicated regions for each one without altering</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 07 Feb 2025 20:23:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118665/adding-regions-for-partition-manager" /><item><title>RE: Adding Regions for Partition Manager</title><link>https://devzone.nordicsemi.com/thread/522055?ContentTypeID=1</link><pubDate>Fri, 07 Feb 2025 20:23:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a825faf9-fd7b-4553-b77b-2bcd9e957b2e</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;It&amp;#39;s not supported in that way.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding Regions for Partition Manager</title><link>https://devzone.nordicsemi.com/thread/522052?ContentTypeID=1</link><pubDate>Fri, 07 Feb 2025 20:06:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:921a1c2d-4a8c-4aa0-885b-42885879758a</guid><dc:creator>Amira R.</dc:creator><description>&lt;p&gt;Apologies if my question is unclear, but that portion of the documentation explains&amp;nbsp;&lt;strong&gt;how&lt;/strong&gt; to define regions as they are already defined in partition_manager.cmake.&lt;/p&gt;
&lt;p&gt;My question is regarding whether regions can be defined on the user application/project level, &lt;strong&gt;outside&lt;/strong&gt; of partition_manager.cmake. As mentioned before, I&amp;#39;d like to avoid forking the nRF Connect SDK repository, if possible.&lt;/p&gt;
&lt;p&gt;Again, thank you for your support on this question!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding Regions for Partition Manager</title><link>https://devzone.nordicsemi.com/thread/522049?ContentTypeID=1</link><pubDate>Fri, 07 Feb 2025 19:44:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1609c356-beff-4a90-83ed-0ff690909136</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;See&amp;nbsp;&lt;span&gt;Partition Manager/&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.7.0/page/nrf/scripts/partition_manager/partition_manager.html#regions"&gt;Regions&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding Regions for Partition Manager</title><link>https://devzone.nordicsemi.com/thread/522048?ContentTypeID=1</link><pubDate>Fri, 07 Feb 2025 19:20:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56793d82-8807-4989-97b7-35f1a09e8ac8</guid><dc:creator>Amira R.</dc:creator><description>&lt;p&gt;That&amp;#39;s good to know, thank you! With regard to my first question, is there a way to create custom regions&amp;nbsp;&lt;strong&gt;in addition to&lt;/strong&gt; the regions automatically created by the Partition Manager?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding Regions for Partition Manager</title><link>https://devzone.nordicsemi.com/thread/521966?ContentTypeID=1</link><pubDate>Fri, 07 Feb 2025 14:03:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bdd12c1-f43d-4144-8a3c-861663987b11</guid><dc:creator>Amanda Hsieh</dc:creator><description>[quote user="Amira R."]is it possible to define multiple &amp;quot;nordic,pm-ext-flash&amp;quot; properties?[/quote]
&lt;p&gt;&lt;span&gt;no.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding Regions for Partition Manager</title><link>https://devzone.nordicsemi.com/thread/521802?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2025 18:05:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bff37f0-940a-491d-bcea-e90a41c24aab</guid><dc:creator>Amira R.</dc:creator><description>&lt;p&gt;Thank you for your response. I&amp;#39;ve already read through all of the Partition Manager documentation, and I understand how to place partitions into the external flash region. What I&amp;#39;d like to do is create&amp;nbsp;&lt;strong&gt;additional&lt;/strong&gt; regions. If creating additional regions is not an option, I&amp;#39;d like to know if there is a designated way to support multiple external flash devices?&lt;/p&gt;
&lt;p&gt;Referring to the &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/f783fe7fd18a11a95045cb0f1b1a6a901f43e185/cmake/partition_manager.cmake#L267"&gt;Partition Manager cmake file in NCS 2.7&lt;/a&gt; (the version I&amp;#39;m using), the external flash region is added based on the device assigned to the &amp;quot;nordic,pm-ext-flash&amp;quot; property in the device tree. If I have multiple external flash devices, is it possible to define multiple &amp;quot;nordic,pm-ext-flash&amp;quot; properties?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding Regions for Partition Manager</title><link>https://devzone.nordicsemi.com/thread/521754?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2025 14:37:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3119e6a-171b-4fd0-baca-604a559784fc</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can check&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/scripts/partition_manager/partition_manager.html#external_flash_memory_partitions"&gt;External flash memory partitions&lt;/a&gt;&amp;nbsp;and see the &lt;a title="nrf5340dk_nrf5340_cpuapp.overlay" href="https://github.com/nrfconnect/sdk-nrf/blob/main/tests/modules/mcuboot/external_flash/boards/nrf5340dk_nrf5340_cpuapp.overlay"&gt;nrf5340dk_nrf5340_cpuapp.overlay&lt;/a&gt; for nRF5340DK.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>