<?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>MCUBOOT with ble on nRF5340 project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113672/mcuboot-with-ble-on-nrf5340-project</link><description>hey there 
 i design my own board based on nRF5340, now i want to write a code for wireless boot loader on it with ble. on my board i have a nor flash for this goal. in part of framware, could you help me?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Aug 2024 11:31:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113672/mcuboot-with-ble-on-nrf5340-project" /><item><title>RE: MCUBOOT with ble on nRF5340 project</title><link>https://devzone.nordicsemi.com/thread/496947?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2024 11:31:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6db4e168-ee3c-4a78-80b7-a3463516ef15</guid><dc:creator>diocorreia</dc:creator><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;not sure if I understood your issue. But maybe you want to take a look at Nordic&amp;#39;s dev academy, they have a &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/"&gt;full chapter on it&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If your question is only regarding the use of an external flash as a swap partition, you really just need to add your flash to partition manager through your devicetree and be sure you have your external flash enabled:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
	chosen {
		nordic,pm-ext-flash = &amp;amp;mx25r32;
	};
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;At least this worked for me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>