<?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>How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19423/how-to-generate-init-file-dat-for-secure-dfu-ota-update</link><description>Hi; 
 I am trying to secure DFU OTA. For that, i am using SDK12.2.0 and done with example file. 
 Now how to generate this .dat file itself. 
 Also explain each parameter of init file and how to set it.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Apr 2017 08:16:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19423/how-to-generate-init-file-dat-for-secure-dfu-ota-update" /><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75415?ContentTypeID=1</link><pubDate>Thu, 13 Apr 2017 08:16:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cbedc6f-f21d-4421-82da-fb9f89a6b45f</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;Create separate question, as it has nothing in common with .dat generating problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75414?ContentTypeID=1</link><pubDate>Thu, 13 Apr 2017 07:57:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bc0ad26-d656-41a0-86c5-0dc76f52235d</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;Hello Sir,&lt;/p&gt;
&lt;p&gt;Greetings of the day!!&lt;/p&gt;
&lt;p&gt;Thanks for your valueble suggestion in OTA now i am trying interface another device with UART of my nRF51 Dk board. For that i connect it with p9 and p11 (rx &amp;amp; tx pins).&lt;/p&gt;
&lt;p&gt;Now how can i UART0 for communication?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75407?ContentTypeID=1</link><pubDate>Thu, 30 Mar 2017 09:11:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6c7ebc8-2c8b-479d-9747-a9beb85ccea1</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Nilesh: please open the unmodified DFU bootloader in SDK v11, look for Project Option -&amp;gt; Utilities-&amp;gt; Use externalTool for Flash Programming. You can find it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75408?ContentTypeID=1</link><pubDate>Wed, 29 Mar 2017 16:33:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1816b13-3d00-4704-9eda-788574330f33</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;Hello Sir,&lt;/p&gt;
&lt;p&gt;Thank you for your quick response.&lt;/p&gt;
&lt;p&gt;Can you explain me how to set nrfjprog in keil for programming?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75409?ContentTypeID=1</link><pubDate>Wed, 29 Mar 2017 14:21:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8ae5ba4-1d3d-4cf5-ac58-73e8f8691676</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;You can use KEIL to flash the bootloader, just make sure nrfjprog was used in Keil for programming.&lt;/p&gt;
&lt;p&gt;If you want to flash the application without doing OTA DFU, you can flash it directly with Keil, but since the bootloader will check a bootloader setting to know if there is a valid application is available. We need to overwrite the bootloader setting. Please have a look at section E in &lt;a href="https://devzone.nordicsemi.com/blogs/685/common-faq-on-dfu/"&gt;this FAQ&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75410?ContentTypeID=1</link><pubDate>Wed, 29 Mar 2017 09:56:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdc48e5d-cb83-4d4e-98dd-8ef2233e9944</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;Hello Sir,&lt;/p&gt;
&lt;p&gt;Thank you for your valuable response.&lt;/p&gt;
&lt;p&gt;As per your suggestion, i am trying to update hex file of ble_app_blinky_c program with SDK11. And I have done successfully OTA update file in my nRF51 Board.&lt;/p&gt;
&lt;p&gt;But as of Now, every time i need to upload softdevice &amp;amp; bootloader file using nrfgo studio then after its updates hex file.&lt;/p&gt;
&lt;p&gt;So, Is it possible bootloader and hex file using keil? Any additional changes required into the program?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75413?ContentTypeID=1</link><pubDate>Wed, 29 Mar 2017 07:14:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d89c2d89-c304-4884-87f8-d6aa31af8dda</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;Hello Sir,&lt;/p&gt;
&lt;p&gt;I apologize for the mistake.&lt;/p&gt;
&lt;p&gt;I am trying to OTA with the SDK11 and SDK12 both.&lt;/p&gt;
&lt;p&gt;When i an trying with SDK 11 and start to transferring process using my mobile app.(NRF Connect), my mobile application start to transferring process and completed it by 100% but no any effect happened in my board.&lt;/p&gt;
&lt;p&gt;Same thing with in SDK 12, my mobile application given me error message &amp;quot;DFU is failed&amp;quot;.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75412?ContentTypeID=1</link><pubDate>Tue, 28 Mar 2017 14:23:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5f9b749-c44a-4756-9bd9-a295106c766a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I still don&amp;#39;t understand what you are describing.&lt;/p&gt;
&lt;p&gt;Could you explain more clear what you meant here: &lt;code&gt;With SDK11, my updating process will completed by firmware in not update and in SDK12, not process shown in application directly close the update process.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Note that if you are using mbed, make sure your image is without the softdevice (shadow platform). You may want to upload your .hex file and the .zip file you generated.&lt;/p&gt;
&lt;p&gt;If you are doing DFU update for SDK v12, there is a lot of requirement regarding secure DFU. Please have a look &lt;a href="https://devzone.nordicsemi.com/blogs/1085/getting-started-with-nordics-secure-dfu-bootloader/"&gt;here&lt;/a&gt; to know how to test it.&lt;/p&gt;
&lt;p&gt;Please state clearly which bootloader did you use  ? Did you use FOTA bootloader from mbed or the DFU bootloader in our SDK ?&lt;/p&gt;
&lt;p&gt;To make it easier, I would suggest you to use the bootloader from SDK v11.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75411?ContentTypeID=1</link><pubDate>Tue, 28 Mar 2017 14:11:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25a4b140-1e07-4745-9a0d-3669bcdc3735</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;Hi Sir,&lt;/p&gt;
&lt;p&gt;Today, i am trying with the ble_app_blinky_c program in keil which is located into the nRF5_SDK_12.2.0_f012efa\examples\ble_central\experimental\ble_app_blinky_c\pca10028\s130\arm5_no_packs.&lt;/p&gt;
&lt;p&gt;Simply, i build the project and using generated hex file create the zip file using &amp;quot;nrfutil pkg generate --debug-mode --application your_application.hex --key-file key.private app_dfu_package.zip&amp;quot;&lt;/p&gt;
&lt;p&gt;Now when i am trying to update the firmware, the mobile application shown &amp;quot;DFU is failed&amp;quot; error message.&lt;/p&gt;
&lt;p&gt;Please suggest me.
thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75406?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2017 10:19:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b55c27a-7be8-4cd0-865f-c461f80fe865</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Nilesh: I&amp;#39;m sorry it&amp;#39;s been a long discussion. But we need to you tell us what exactly you want to do now. What is &amp;quot;this&amp;quot; in &amp;quot;How can i implement this with keil?&amp;quot;&lt;/p&gt;
&lt;p&gt;If you still have a problem with .dat file (which you don&amp;#39;t need, simply generate the .zip file, it&amp;#39;s easier) please try to use :
nrfutil pkg generate --debug-mode --application your_application.hex --key-file key.private app_dfu_package.zip&lt;/p&gt;
&lt;p&gt;And let us know what kind of problem do you have. The your_application.hex is the hex file you get when compiling with Keil.&lt;/p&gt;
&lt;p&gt;You should update the bootloader with the public key match with your private key that you generate.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75405?ContentTypeID=1</link><pubDate>Mon, 27 Feb 2017 05:39:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1220e099-da26-4fda-8d06-cfd6fcd6df35</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;Dear Sir,&lt;/p&gt;
&lt;p&gt;How can i implement this with keil? Any example file availble in SDK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75402?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2017 13:00:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbf431ae-a785-4f1a-aaee-73011c2ca3ad</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;Yes, i had done with dfu_test_app_hrm_s130.zip
Can you suggest me any example file for testing DFU with own generated package?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75403?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2017 12:47:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:01567481-d724-40a9-99fa-26f851cd28eb</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Can you perform a successful DFU with the dfu_test_app_hrm_s130.zip image ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75398?ContentTypeID=1</link><pubDate>Thu, 16 Feb 2017 10:31:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c762a776-7d50-4f7a-b68a-df7527101b93</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;I am using dfu_test_softdevice_s130.hex for softdevice and dfu_test_bootloader_s130.hex for bootloader which is located in above path which you are mentained. and trying to update DFU using dfu_test_app_hrm_s130.hex file with own generated package.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75404?ContentTypeID=1</link><pubDate>Wed, 15 Feb 2017 12:57:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5154ac97-f9f7-4959-b0b0-c75ca2e59ad5</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;The zip file size should not matter. Have you tried using the default(i.e. unaltered secure bootloader) and performed an update with the test images in the &lt;em&gt;examples\dfu\ble_dfu_send_hex\test_images_update_nrf51&lt;/em&gt; folder? I am afraid that questions regarding the mbed implementation of our bootloader/DFU service should be posted on the mbed forums as we mainly support the nRF5x SDKs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75401?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2017 10:50:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1a5bec0-895c-4734-a877-6eb9cef10466</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;Also i am trying to generate my own hex file for DFU OTA in mbed tool with shadow platform.
First i am trying with BLE_LED example and select shadow platform.
So, is there require any extra line into the code?
Unfortunately it&amp;#39;s also not working for me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75400?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2017 10:44:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f21b3082-f800-4ac1-8969-f24123ae53bb</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;But this command is also not working for me.&lt;/p&gt;
&lt;p&gt;Also, I analysed that the example zip file size is 30,816 bytes and my zip file size is 30,870 bytes.&lt;/p&gt;
&lt;p&gt;So, i hope it&amp;#39;s doesn&amp;#39;t matter.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75399?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2017 09:27:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d3b83ca-28a1-4247-be79-196aa0edc603</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;If you do not want to upload the hex files or the image you created then I suggest that you try to create a debug package, i.e.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfutil pkg generate --debug-mode --application dfu_test_app_hrm_s130.hex --key-file key.private app_dfu_package.zip&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75397?ContentTypeID=1</link><pubDate>Thu, 09 Feb 2017 08:47:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7712bbc-55af-49f2-9ef7-9710132738c9</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;No, First i burn softdevice and bootloader hex using nRfgo studio then generate the zip package using above steps for update the application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75395?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2017 08:47:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e54afc66-033b-45d0-b391-738af26ff395</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Ok, can you attach the bootloader hex, application hex and the zip package that you created to the question `?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75396?ContentTypeID=1</link><pubDate>Wed, 08 Feb 2017 06:35:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05823d8f-27ec-4618-82e0-dcc2f4ae1417</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;Thank you for your quick response.&lt;/p&gt;
&lt;p&gt;I am using nRF Connect with android version 4.4.2.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75394?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2017 15:02:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8130e49-ec0c-4aba-b0cc-afe0d37f766e</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Are you using the nRF Connect or the nRF Toolbox app? Which type of phone is it, android or iOS?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75393?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2017 14:58:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12659c09-cd99-4cff-9645-c0de0cdaa566</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;First i am maintain dfu_public_key.c file in same folder and update it using update command which mentioned in earliest reply.&lt;/p&gt;
&lt;p&gt;I am not getting any error but when i am trying to update it using my mobile app, first showing connecting  dfu message then intializating DFu then not strart updating process but directly display disconnecting message.&lt;/p&gt;
&lt;p&gt;So, just disconnecting after the connecting without any error message.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75392?ContentTypeID=1</link><pubDate>Tue, 07 Feb 2017 13:47:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbda0903-a2dc-4fc9-b691-0e1359e56a70</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Can you elaborate when you say it does not work? Do you get an error message from the app your using to perform DFU? Did you replace the Debug Public key in the bootloader source code with the one you generated from the private key?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to generate init file(*Dat) for secure DFU OTA update?</title><link>https://devzone.nordicsemi.com/thread/75391?ContentTypeID=1</link><pubDate>Mon, 06 Feb 2017 15:48:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff2909c6-eaca-4658-89c3-7a9eaf23913a</guid><dc:creator>Nilesh Bhavsar</dc:creator><description>&lt;p&gt;Thank you for the reply.&lt;/p&gt;
&lt;p&gt;I am tried to generate same package using dfu_test_app_hrm_s130.hex located into nRF5_SDK_12.2.0_f012efa\examples\dfu\ble_dfu_send_hex\test_images_update_nrf51.&lt;/p&gt;
&lt;p&gt;These are the setup which i am followed: 1: First generate the .pem file using &amp;quot;nrfutil keys generate private.pem&amp;quot; 2: Export into dfu_public_key.c using &amp;quot;nrfutil keys display --key pk --format code private.pem --out_file public_key&amp;quot; command. 3: Generate zip file &amp;quot;nrfutil pkg generate --hw-version 51 --sd-req 0x87 --application-version 1 --application dfu_test_app_hrm_s130.hex --key-file key.private app_dfu_package.zip&amp;quot;&lt;/p&gt;
&lt;p&gt;But it&amp;#39;s not working. Then, compare information of the both packages using &amp;quot;nrfutil pkg display package.zip&amp;quot; command attached herewith.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;C:\Python27\Scripts&amp;gt;nrfutil pkg display dfu_test_app_hrm_s130.zip

DFU Package: &amp;lt;dfu_test_app_hrm_s130.zip&amp;gt;: | |- Image count: 1 | |- Image #0: |- Type: application |- Image file: nrf51422_xxac.bin |- Init packet file: nrf51422_xxac.dat | |- op_code: INIT |- signature_type: ECDSA_P256_SHA256 |- signature: 5dc00acac037cc2ee6bf997d5112ddd6827ed7ffaca278d7e5cb402a82ba 0124bf69ea1b9da6c5b3aa8b571d7eb5c4855a664b4408840115fc84f69c168c17c9 | |- fw_version: 0x00000001 (1) |- hw_version 0x00000033 (51) |- sd_req: 0xCAFE, 0x87 |- type: APPLICATION |- sd_size: 0 |- bl_size: 0 |- app_size: 30176 | |- hash_type: SHA256 |- hash: b4767e557c167df5a78f2e1e380b5181879094b1e6819965eb7499e079a8269e | |- is_debug: True

C:\Python27\Scripts&amp;gt;nrfutil pkg display app_dfu_package.zip

DFU Package: &amp;lt;app_dfu_package.zip&amp;gt;: | |- Image count: 1 | |- Image #0: |- Type: application |- Image file: dfu_test_app_hrm_s130.bin |- Init packet file: dfu_test_app_hrm_s130.dat | |- op_code: INIT |- signature_type: ECDSA_P256_SHA256 |- signature: aa00bab4f4ce5dca5d95e2837967a5cffacb521432ab2aaf0887b39ad76e c0ca49c9fdab7effb0a6f7a91403f974889734ba84626b00a474eef1fec969ffd644 | |- fw_version: 0x00000001 (1) |- hw_version 0x00000033 (51) |- sd_req: 0x87 |- type: APPLICATION |- sd_size: 0 |- bl_size: 0 |- app_size: 30176 | |- hash_type: SHA256 |- hash: b4767e557c167df5a78f2e1e380b5181879094b1e6819965eb7499e079a8269e | |- is_debug: False
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Please suggest me how can i solve it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>