<?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>Example application with DFU support</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11607/example-application-with-dfu-support</link><description>I started with programming my nrf52 dev kit board with the soft device (v2.0.0-7) programmed using nRFgo, and then bootloader (from dfu_dual_bank_ble example) programmed using Keil. 
 Then I used the master control panel on the PC to place the app with</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 12 Feb 2016 10:13:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11607/example-application-with-dfu-support" /><item><title>RE: Example application with DFU support</title><link>https://devzone.nordicsemi.com/thread/43883?ContentTypeID=1</link><pubDate>Fri, 12 Feb 2016 10:13:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9a13cbc-d9f6-4bd9-8823-7bba9466a462</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Master Control Panel on PC will automatically create a firmware image using the nRF Utility tool if you select a hex file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example application with DFU support</title><link>https://devzone.nordicsemi.com/thread/43882?ContentTypeID=1</link><pubDate>Tue, 09 Feb 2016 21:38:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b60ca02c-0daa-4a07-9ea8-839a388cd68b</guid><dc:creator>rabiaasl</dc:creator><description>&lt;p&gt;Well on the Master Control Panel on PC I can use the hex file just after compile for DFU over the nordic dongle. For the phone I used the command you indicated to generate the zip folder with the init packet. Seemed to do the trick for doing DFU using the Nordic test apps on the phone.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example application with DFU support</title><link>https://devzone.nordicsemi.com/thread/43881?ContentTypeID=1</link><pubDate>Wed, 03 Feb 2016 06:56:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae056326-675d-479b-9815-3b7f04bc6b09</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;So it worked after you used nrfutil to create a firmware image with the he from the build folder?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example application with DFU support</title><link>https://devzone.nordicsemi.com/thread/43880?ContentTypeID=1</link><pubDate>Tue, 02 Feb 2016 18:32:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:368430b1-a7c7-4fef-bf6f-79139b1ad579</guid><dc:creator>rabiaasl</dc:creator><description>&lt;p&gt;By the way I&amp;#39;m using the generated Hex file in the build folder.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example application with DFU support</title><link>https://devzone.nordicsemi.com/thread/43879?ContentTypeID=1</link><pubDate>Tue, 02 Feb 2016 18:29:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dff79320-98cc-4e2d-81e2-bae6179d00b1</guid><dc:creator>rabiaasl</dc:creator><description>&lt;p&gt;I was able to resolve the issue. I tried using the sample application image from this folder and everything worked as it should: ..\nRF5_SDK_11.0.0-2.alpha_bc3f6a0\examples\dfu\ble_dfu_send_hex\test_images_update_nrf52&lt;/p&gt;
&lt;p&gt;I am using the PCA10040 board. I have also modified the example application projects and complied them to create the image and they work now.&lt;/p&gt;
&lt;p&gt;Thank you for your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example application with DFU support</title><link>https://devzone.nordicsemi.com/thread/43878?ContentTypeID=1</link><pubDate>Tue, 02 Feb 2016 15:10:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4af92580-3b97-48be-9792-94a44c2a26b6</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;You have to create a firmware image using nrfutil, see &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/bledfu_example_image.html?resultof=%22%6e%72%66%75%74%69%6c%22%20"&gt;this&lt;/a&gt; page on our Infocenter. To create an application firmware image you can use the following command&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfutil dfu genpkg &amp;lt;name-of-zip&amp;gt;.zip --application &amp;lt;name-of-application-hex&amp;gt;.hex --application-version 0xFFFFFFFF --dev-revision 0xFFFF --dev-type 0xFFFF --sd-req 0xFFFE
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example application with DFU support</title><link>https://devzone.nordicsemi.com/thread/43877?ContentTypeID=1</link><pubDate>Tue, 02 Feb 2016 15:05:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b569be71-b556-4ec3-b066-889200c2dee3</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;It should work &amp;quot;out-of-the-box&amp;quot;. I assuming that you&amp;#39;re using the PCA10040 board. Which version of MCP are you using? Are you using one of the test images from the SDK or your own?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example application with DFU support</title><link>https://devzone.nordicsemi.com/thread/43876?ContentTypeID=1</link><pubDate>Tue, 02 Feb 2016 14:53:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0afd047-6c63-42af-859c-f2492d142a0f</guid><dc:creator>rabiaasl</dc:creator><description>&lt;p&gt;Yes I flashed all three in the following order: soft device then bootloader, followed by the application with the DFU support. I haven&amp;#39;t been able to make DFU work while in the application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example application with DFU support</title><link>https://devzone.nordicsemi.com/thread/43875?ContentTypeID=1</link><pubDate>Tue, 02 Feb 2016 09:00:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e3c880e-e06e-4ab3-9b04-3e5a09728c28</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Did you flash the &lt;code&gt;dual_bank_ble_s132&lt;/code&gt; bootloader to the nRF52 DK along with the S132 SoftDevice and &lt;code&gt;ble_app_hrs_with_dfu&lt;/code&gt; example?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>