<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>DFU OVER BLE</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/87900/dfu-over-ble</link><description>Hi, 
 I am following below link for DFU over BLE. Link ( https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu ) currently it is working fine. Here the secondary slot is in internal flash. My requirement here is Instead</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Mon, 16 May 2022 11:51:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/87900/dfu-over-ble" /><item><title>RE: DFU OVER BLE</title><link>https://test-devzone.nordicsemi.com/thread/368038?ContentTypeID=1</link><pubDate>Mon, 16 May 2022 11:51:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29f96770-0566-49e4-81b1-adee1dafe15d</guid><dc:creator>user72692</dc:creator><description>[quote user="Vinay S"]can you explain here what is happening. and what i have to change for my bl653dvk board.[/quote]
&lt;p&gt;Let&amp;#39;s continue the discussion in&amp;nbsp;&lt;a href="https://test-devzone.nordicsemi.com/f/nordic-q-a/87944/dfu-ota-on-bl653dvk-with-external-flash-and-ble"&gt;DFU-OTA on bl653dvk with external flash and BLE&lt;/a&gt;, since this is unrelated to the initial question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU OVER BLE</title><link>https://test-devzone.nordicsemi.com/thread/367956?ContentTypeID=1</link><pubDate>Mon, 16 May 2022 06:17:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6e06fdf-6f06-455e-a4e6-8cda9235b99e</guid><dc:creator>user106945</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks for the reply.&lt;/p&gt;
&lt;p&gt;1.&lt;/p&gt;
[quote userid="72692" url="~/f/nordic-q-a/87900/dfu-over-ble/367786#367786"]I would recommend you to first follow&amp;nbsp;&lt;a href="https://test-devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu#dfu_over_bluetooth"&gt;DFU over Bluetooth&lt;/a&gt;,[/quote]
&lt;p&gt;yes i had followed that and i am able to perform task succusfully.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="72692" url="~/f/nordic-q-a/87900/dfu-over-ble/367786#367786"]you&amp;#39;ll&amp;nbsp; find the sample&amp;nbsp;&lt;span&gt;&lt;a href="https://test-devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu#serial_dfu_ext_flash"&gt;Serial DFU using external flash&lt;/a&gt;, which&amp;nbsp;&lt;/span&gt;shows how to put the secondary slot in external flash.&amp;nbsp;[/quote]
&lt;p&gt;&amp;nbsp;yes, i got struck at this place only, am not able to understand that pm_static.yml file. that for defining the external flash.&lt;/p&gt;
&lt;p&gt;here is the code&lt;/p&gt;
&lt;p&gt;pm_static.yml (for nrf52840dk_nrf52840)&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;external_flash:
  address: 0xf4000
  end_address: 0x800000
  region: external_flash
  size: 0x70c000

mcuboot_secondary:
  address: 0x00000
  device: MX25R64
  end_address: 0xf4000
  region: external_flash
  size: 0xf4000
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;can you explain here what is happening. and what i have to change for my bl653dvk board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DFU OVER BLE</title><link>https://test-devzone.nordicsemi.com/thread/367786?ContentTypeID=1</link><pubDate>Fri, 13 May 2022 09:41:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85afc56a-a027-42ce-ad64-bd0268d2aaea</guid><dc:creator>user72692</dc:creator><description>&lt;p&gt;If you look at the bottom of the guide, you&amp;#39;ll&amp;nbsp; find the sample&amp;nbsp;&lt;span&gt;&lt;a href="https://test-devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu#serial_dfu_ext_flash"&gt;Serial DFU using external flash&lt;/a&gt;, which&amp;nbsp;&lt;/span&gt;shows how to put the secondary slot in external flash.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would recommend you to first follow&amp;nbsp;&lt;a href="https://test-devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu#dfu_over_bluetooth"&gt;DFU over Bluetooth&lt;/a&gt;, then you modify that according to&amp;nbsp;&lt;a href="https://test-devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu#serial_dfu_ext_flash"&gt;Serial DFU using external flash&lt;/a&gt;&amp;nbsp;and you will end up with a sample that performs DFU over BLE and has the secondary slot in external flash.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>