<?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>DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53114/doubt-in-zip-file-generation-for-ota--dfu</link><description>HI , 
 I need the nrfutil commands used to generate the following zip file 
 
 softdevice only 
 bootloader only 
 softdevice + bootloader 
 softdevice + bootloader + application 
 
 If you can please attach the command used for generating each zip file</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Oct 2019 09:06:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53114/doubt-in-zip-file-generation-for-ota--dfu" /><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214760?ContentTypeID=1</link><pubDate>Mon, 14 Oct 2019 09:06:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6397c8a-ec9b-47db-8589-d215c2544958</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;Edvin ,&lt;/p&gt;
&lt;p&gt;The issue was solved . The issues is due to the bootloader in our board(DK) .We flashed debug version of SDK14.2 bootloader but the zip file contain non debug bootloder of SDK 15.3 that&amp;#39;s why its not advertising .&lt;/p&gt;
&lt;p&gt;when we flashed non debug version bootloder of SDK 14.2 to DK its working fine.&lt;/p&gt;
&lt;p&gt;Thanks for your reply so far&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214586?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 11:43:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03219d92-d30c-4c1e-9c5e-1ea441ee43e8</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Does it advertise if you just program the bootloader and softdevice manually, using nrfjprog?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214556?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 10:34:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54af3e83-6d4c-4717-a4e0-b340a0a74e91</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;I will send you the zip take a look at by your self if you can .I will also unzip it.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/15.3sd_2B00_bootloader_5F00_sd.zip"&gt;devzone.nordicsemi.com/.../15.3sd_2B00_bootloader_5F00_sd.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And look the nrfutil command below for generating zip&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;nrfutil pkg generate --bootloader secure_bootloader_ble_s132_pca10040.hex --bootloader-version 2 --hw-version 52 --sd-req 0x9D --sd-id 0xB7 --softdevice s132_nrf52_6.1.1_softdevice.hex --key-file my_secret_private_key.pem 15.3sd+bootloader_sd.zip&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Look the below screen short these what i saw when i unziped&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screenshot-2019_2D00_10_2D00_11-16.05.54.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214551?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 10:16:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f63a1aa-40a2-4488-9b89-fdd5f8de4881</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;What changes did you do to your bootlaoder? Try to unzip the SDK again, so that you know that you didn&amp;#39;t change any of the settings.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214536?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 09:01:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5cafbd5-4c2d-48ae-a82f-e8ac34ee354c</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;That is the problem man . Its not advertising .&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How can i debug the code after OTA-DFU i don&amp;#39;t known it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214535?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 08:53:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ad2054f-ff60-4154-9106-bdec12571a63</guid><dc:creator>Edvin</dc:creator><description>[quote user="NANDHU NAKULAN"]Is the DK advertise as &amp;quot;DfuTrag &amp;quot; from new bootloder which is updated through OTA or not.[/quote]
&lt;p&gt;&amp;nbsp;Yes. The &amp;quot;DfuTarg&amp;quot; is from the new bootlaoder. You can confirm this by changing the advertising name of the bootloader if you open the bootloader project from SDK15.3.0, and go into sdk_config.h, and look for:&lt;/p&gt;
&lt;p&gt;#define NRF_DFU_BLE_ADV_NAME &amp;quot;DfuTarg&amp;quot;&lt;/p&gt;
&lt;p&gt;Change it to&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#define NRF_DFU_BLE_ADV_NAME &amp;quot;Dfu15&amp;quot;&lt;/p&gt;
&lt;p&gt;Or something else (not too long).&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214529?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 08:28:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68fd711e-30ed-463f-8bc5-ea994460ce97</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;Just tell me one thing Edvin.&lt;/p&gt;
&lt;p&gt;If a DK contains only SD and BL of sdk 14.2 and its advertising as &amp;quot;DfuTrag&amp;quot;&lt;/p&gt;
&lt;p&gt;Then using nRF_Connect desktop application&amp;nbsp; we done a OTA -DFU to that DK .&lt;/p&gt;
&lt;p&gt;The zip file used for OTA-DFU contains SD and BL of sdk 15.3.&lt;/p&gt;
&lt;p&gt;After the OTA -update reaches 100% (ie transfer completed) what will happen to DK?&lt;/p&gt;
&lt;p&gt;Is the DK advertise as &amp;quot;DfuTrag &amp;quot; from new bootloder which is updated through OTA or not.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="26071" url="~/f/nordic-q-a/53114/doubt-in-zip-file-generation-for-ota--dfu/214526"]If the signature changes it means that the bootloader will reject the application.&amp;nbsp;[/quote]
&lt;p&gt;Actually there is no application is using man . please try to understand.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214526?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 08:22:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69a35919-57d9-4635-836c-f19c73c4783d</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;You can debug the&amp;nbsp;&lt;strong&gt;application&lt;/strong&gt; using the&amp;nbsp;&amp;quot;pca10040_ble&amp;quot; bootloader project as long as you program the bootloader settings, and use &amp;quot;attach debugger&amp;quot; instead of &amp;quot;build and debug&amp;quot;.&lt;/p&gt;
&lt;p&gt;The difference between &amp;quot;attach debugger&amp;quot; and &amp;quot;build and debug&amp;quot; is that &amp;quot;build and debug&amp;quot; will upload the .hex file. When you do this from the IDE, the application will behave the same, but there are some bit differences. If there are any bit differences it means that the signature of the application will change(the signature generated when you create the DFU image or if you generate the bootloader settings and program it manually).&lt;/p&gt;
&lt;p&gt;If the signature changes it means that the bootloader will reject the application.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So use &amp;quot;attach debugger&amp;quot;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214522?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 08:07:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0462f625-ed1e-447c-aee2-0bc5250c2edb</guid><dc:creator>NANDHU</dc:creator><description>[quote userid="26071" url="~/f/nordic-q-a/53114/doubt-in-zip-file-generation-for-ota--dfu/214514"]If it is not advertising as DFU targ, then there is probably a bug in your application that causes the chip to reset before it starts advertising.[/quote]
&lt;p&gt;Actually there is no application in the DK only SD and BL and also there is no application hex in the zip file too.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;You mean the application for bootloader ?&lt;/p&gt;
[quote userid="26071" url="~/f/nordic-q-a/53114/doubt-in-zip-file-generation-for-ota--dfu/214514"]Do you remember the ticket where I told you about debugging when there is a bootloader present?[/quote]
&lt;p&gt;yes, But at that time, debug was done by you and told me to use &amp;quot;pca10040_ble&amp;quot; instead of &amp;quot;pca10040_ble_debug&amp;quot;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214514?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 07:42:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e84145b3-7491-49c1-8a24-65bd79143f60</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;If it is not advertising as DFU targ, then there is probably a bug in your application that causes the chip to reset before it starts advertising. Do you remember the ticket where I told you about debugging when there is a bootloader present?&lt;/p&gt;
&lt;p&gt;In Segger Embedded Studio, you can just press &amp;quot;Tools&amp;quot; -&amp;gt; &amp;quot;Attach Debugger&amp;quot; from the toolbar menu when you have your application project open, and it will start the debug session.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214510?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 07:20:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e517966-9493-4fe6-8a4d-751e5fbb85fd</guid><dc:creator>NANDHU</dc:creator><description>[quote userid="26071" url="~/f/nordic-q-a/53114/doubt-in-zip-file-generation-for-ota--dfu/214502"]And you managed to do this but it turned out your application was too big. Did you change to the 512kb version of the nRF?[/quote]
&lt;p&gt;Yes man ,I changed it to 512kb .&lt;/p&gt;
&lt;p&gt;I will send both hex file both softdevice and bootloader hex file to you take look&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;softdevice hex&lt;/strong&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6052.s132_5F00_nrf52_5F00_6.1.1_5F00_softdevice.hex"&gt;devzone.nordicsemi.com/.../6052.s132_5F00_nrf52_5F00_6.1.1_5F00_softdevice.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;bootloader hex&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/secure_5F00_bootloader_5F00_ble_5F00_s132_5F00_pca10040.hex"&gt;devzone.nordicsemi.com/.../secure_5F00_bootloader_5F00_ble_5F00_s132_5F00_pca10040.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After flashing bootloder and softdevice the flash memory layout look like below&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screenshot-2019_2D00_10_2D00_11-12.43.29.png" /&gt;&lt;/p&gt;
&lt;p&gt;And its advertising as &amp;quot;DfuTrag&amp;quot; too.&lt;/p&gt;
&lt;p&gt;Please check by yourself man that the bootloader is fit for 512 kb and also try to make a zip file with all the condition i mentioned and try to upload to a DK which is flashed with SD and BL of sdk 14.2.&lt;/p&gt;
&lt;p&gt;In our case after doing the OTA -DFU its not advertising . i don&amp;#39;t known why.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214502?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 06:59:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:439d8508-07ef-4bae-96af-953d0d2457a8</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello Nandu,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I believe we discussed this in another post, didn&amp;#39;t we?&lt;/p&gt;
&lt;p&gt;And you managed to do this but it turned out your application was too big. Did you change to the 512kb version of the nRF?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;However, I may repeat myself if that is what you want. I also told your colleague this, by the way.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="76730" url="~/f/nordic-q-a/53114/doubt-in-zip-file-generation-for-ota--dfu/214487"]What is nrfutil command for generating a zip file containing SD and BL(sdk 15.3) at these condition. Mainly i need to known what is value of &amp;quot;--sd-req and --sd-id&amp;quot;[/quote]
&lt;p&gt;if you intend to upgrade from SDK14.2.0 to SDK15.3.0 with DFU, in other words, you move from S132v5.0.0 to S132v6.1.1, you need the &amp;quot;--sd-req 0x9D --sd-id 0xB7.&lt;/p&gt;
&lt;p&gt;Ask your colleague. We have gone through this in detail. If you are not sure who I am talking about, send me a PM, and I can give you his name.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214487?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 04:10:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57bab669-a7d3-47b9-abd5-df5b5d0f9b04</guid><dc:creator>NANDHU</dc:creator><description>&lt;p&gt;hi edvin ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Conisder the below condition .&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;We have a development kit of NRF52832(512 KB FLASH).&lt;/li&gt;
&lt;li&gt;we flashed the softdevice(&lt;strong&gt;s132_nrf52_5.0.0_softdevice.hex&lt;/strong&gt; ) and bootloader (&lt;strong&gt;secure_dfu_ble_s132_pca10040_debug.hex&lt;/strong&gt;) into it .&lt;/li&gt;
&lt;li&gt;i.e both softdevice and bootloader is from sdk 14.2.&lt;/li&gt;
&lt;li&gt;After flashing SD+BL to DK the DK is advertising as &amp;quot;DfuTrag&amp;quot;.&lt;/li&gt;
&lt;li&gt;Now we need to to update a zip file through OTA containing&amp;nbsp;&lt;strong&gt;softdevice and bootloder&amp;nbsp; &lt;/strong&gt;from sdk 15.3 into it .&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Doubts&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;What is nrfutil command for generating a zip file containing SD and BL(sdk 15.3) at these condition. Mainly i need to known what is value of &amp;quot;--sd-req and --sd-id&amp;quot;&lt;/li&gt;
&lt;li&gt;These is the Softdevice hex &amp;quot;&lt;strong&gt;s132_nrf52_6.1.1_softdevice. hex&lt;/strong&gt;&amp;quot; and these is the bootloader hex &amp;quot;&lt;strong&gt;secure_bootloader_ble_s132_pca10040.hex&lt;/strong&gt;&amp;quot;&amp;nbsp; from SDK 15.3. if you need its hex&amp;nbsp; &amp;nbsp;please ask.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; we you can please reply the command&amp;nbsp; for generating SD+BL zip file with all the condition mentioned above.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214389?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2019 13:24:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11b82ecf-92ec-490e-bed7-28c28004886f</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;As Hadi says, you need to add the arguments that are required to generate the DFU image.&lt;/p&gt;
&lt;p&gt;These are common:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfutil pkg generate --sd-req 0xXX --hw-version 52 --key-file private.key &amp;quot;DFU_image_name&amp;quot;.zip&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Then if your image contains an application, you need to add:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;--application application.hex --application-version N&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If your image contains a bootloader, you need to add:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;--bootloader bootloader.hex --bootloader-version N&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;if your image conatins a softdevice, you need to add:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;--softdevice softdevice.hex --sd-id 0xYY&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The links that Hadi linked to describes it quite well. Also, if you type &amp;quot;nrfutil pkg generate --help&amp;quot; you will see a description of all possible input parameters.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DOUBT IN ZIP FILE GENERATION FOR OTA -DFU.</title><link>https://devzone.nordicsemi.com/thread/214369?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2019 12:39:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ed5f267-0e8f-4068-926b-3805887e1598</guid><dc:creator>Hadi Deknache</dc:creator><description>&lt;p&gt;Hi Nandhu,&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You run following commands to generate an unsigned package:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;1. nrfutil pkg generate --softdevice softdevice.hex dfu_package.zip&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2. nrfutil pkg generate --bootloader bootloader.hex dfu_package.zip&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3. nrfutil pkg generate --softdevice&amp;nbsp;softdevice.hex&amp;nbsp;--bootloader&amp;nbsp;bootloader.hex dfu_package.zip&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4. nrfutil pkg generate --softdevice&amp;nbsp;softdevice.hex&amp;nbsp;--bootloader&amp;nbsp;bootloader.hex --application app.hex dfu_package.zip&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example on a signed package:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;nrfutil pkg generate --hw-version 52 --application-version 1 --application application.hex --sd-req 0x98 --softdevice softdevice.hex --bootloader bootloader.hex --key-file private.key app_bl_sd_dfu_package.zip&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Useful links for further reading:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrfutil%2FUG%2Fnrfutil%2Fnrfutil_pkg.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrfutil%2FUG%2Fnrfutil%2Fnrfutil_pkg.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader"&gt;https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;/Hadi&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>