<?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/"><channel><title>Creating zip package for DFU</title><link>/nordic/nordic-blog/b/blog/posts/creating-zip-package-for-dfu</link><description>Introduction
This blog will aim to give you an understanding of the zip package required to perform a Device Firmware Upgrade of your device. This blog will apply to the newest tools available to do this, including the SDK, the mobile app, or the ma</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title>RE: Creating zip package for DFU</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/creating-zip-package-for-dfu</link><pubDate>Sat, 21 Dec 2019 10:31:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb90bce5-c87e-4421-a03c-444db446996a</guid><dc:creator>Somesh Burkule</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have created dfu package using following command but not included init packet in&lt;span&gt;&amp;nbsp;[View:/cfs-file/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-cb90bce5-c87e-4421-a03c-444db446996a/4744.sd_5F00_app_5F00_dfu_5F00_package_5F00_v3.zip:320:240]&amp;nbsp;&lt;/span&gt;file.&lt;/p&gt;
&lt;p&gt;nrfutil pkg generate --hw-version 2 --sd-req 0xAF --sd-id 0xAF --softdevice C:\nRF5_SDK_15.2.0_9412b96\nRF5_SDK_15.2.0_9412b96\components\softdevice\s132\hex\s132_nrf52_6.1.0_softdevice.hex --application-version 2 --application C:\nRF5_SDK_15.2.0_9412b96\nRF5_SDK_15.2.0_9412b96\examples\ble_central\test\pca10040\s132\arm5_no_packs\_build\nrf52832_xxaa.hex sd_app_dfu_package_v3.zip&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=825&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Creating zip package for DFU</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/creating-zip-package-for-dfu</link><pubDate>Wed, 28 Jun 2017 13:55:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb90bce5-c87e-4421-a03c-444db446996a</guid><dc:creator>saiteja</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;hi i am using NRF52 SDK11 s132v2.0.0 and using command line tools to generate zip file for OTA. when i created zip and able to upload using NRFToolbox, the problem is after uploading to board using mobile app it is giving that upload success but the uploaded firmware on board is not running.&lt;/p&gt;
&lt;p&gt;i am using fallowing command to make zip file.&lt;/p&gt;
&lt;p&gt;nrfutil dfu genpkg --application Users/saiteja/Desktop/nRF5_SDK_11.0.0_89a8197/examples/ble_peripheral/ble_app_hrs/hex/ble_app_hrs_s132_pca10040.hex  --application-version 0xff --dev-revision 0xff --dev-type 0xffff --sd-req 0x81 /Desktop/myAPp.zip&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=825&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Creating zip package for DFU</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/creating-zip-package-for-dfu</link><pubDate>Mon, 28 Nov 2016 01:49:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb90bce5-c87e-4421-a03c-444db446996a</guid><dc:creator>xu jing</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;when you got an error like no such command &amp;quot;genpkg&amp;quot;, you tried to reset your PC if it is the first time you install this control panel.&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=825&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Creating zip package for DFU</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/creating-zip-package-for-dfu</link><pubDate>Mon, 14 Nov 2016 10:27:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb90bce5-c87e-4421-a03c-444db446996a</guid><dc:creator>Webmobi</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I used nrfutil.exe dfu genpkg, i am getting error (no such command &amp;quot;genpkg&amp;quot;).&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=825&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Creating zip package for DFU</title><link>https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/creating-zip-package-for-dfu</link><pubDate>Sat, 16 Apr 2016 14:59:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb90bce5-c87e-4421-a03c-444db446996a</guid><dc:creator>Muhammad Zubair</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;followed the instructions and it works
but when i try to Load the DFUTarg example to nRF51DK from Keil why it never completes.
although when i restart Kit it comes in search as DFUTarg.
i used the blink example from my iphone App and it worked but only 1 LED was blinking.
However if you load it from Keil all 4 LEDs blink repeatedly.
do you think it has something to do with the DFUTarg App?
I am using it on top of S130
thanks&lt;/p&gt;
&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=825&amp;AppID=4&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>