<?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>SDK11 : error when upgrading bootloader using serial DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18105/sdk11-error-when-upgrading-bootloader-using-serial-dfu</link><description>Hello, 
 I use SDK 11 with nRF52, softdevice s132. 
 I am able to successfully use the bootloader in serial mode (with UART) to upgrade the application, but an error occurred when I try to upgrade the bootloader. 
 The nrfutil version I am using is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 02 Dec 2016 13:53:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18105/sdk11-error-when-upgrading-bootloader-using-serial-dfu" /><item><title>RE: SDK11 : error when upgrading bootloader using serial DFU</title><link>https://devzone.nordicsemi.com/thread/69847?ContentTypeID=1</link><pubDate>Fri, 02 Dec 2016 13:53:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30228f24-2fe8-43d4-9dfb-48cd7812598a</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Sebastien,I it is possible to run this on a nRF52 DK then I think the best option would be to attach the entire project as a zip in the question. If the source code is secret, then you can create a Mypage profile and share it in a support ticket there, just mark the ticket with my name.&lt;/p&gt;
&lt;p&gt;Here is the link to the Mypage registration page:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/eng/Support-Community/Contact-Support-Team"&gt;www.nordicsemi.com/.../Contact-Support-Team&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK11 : error when upgrading bootloader using serial DFU</title><link>https://devzone.nordicsemi.com/thread/69846?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2016 16:06:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8dd99011-5d01-40a6-adea-9a5551a6d404</guid><dc:creator>S&amp;#233;bastien Despont</dc:creator><description>&lt;p&gt;Thank you for helping me. The nrfutil version I am using is also 0.3.0. I tried to generate a bootloader DFU package with your parameters, but it is still not working. Of course, I have slightly modifed the bootloader to fit my needs, but no big deal. I will send you the main.c by private message.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK11 : error when upgrading bootloader using serial DFU</title><link>https://devzone.nordicsemi.com/thread/69845?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2016 15:07:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6412cff3-9583-4fa3-91d0-1e3d0b23102c</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;I flashed the dfu_dual_bank_serial_s132 example and the S132 v2.0.0 to my nRF52 DK(PCA10040). I then generated a bootloader firmware zip using the following command&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfutil dfu genpkg --bootloader nrf52832
_xxaa.hex --dev-revision 0xFFFF --dev-type 0xFFFF --sd-req 0xFFFE serial_bl_fw_packet.zip
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and then I initiated serial DFU using the following command&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrfutil dfu serial -pkg serial_bl_fw_packet.zip -p COM34 -b 38400
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I did not get any errors. Are you using the bootloader from the SDK without any modifications? Which version of nrfutil are you using? ( I am using v0.3.0)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK11 : error when upgrading bootloader using serial DFU</title><link>https://devzone.nordicsemi.com/thread/69843?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2016 12:42:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d3caa8a-52ef-4dc2-bd11-5d51d40b4cf1</guid><dc:creator>S&amp;#233;bastien Despont</dc:creator><description>&lt;p&gt;Thank you for your comment. I tried to generate DFU package with your parameters, but I still get the error message &amp;quot;List index out of range&amp;quot;. Are you able to reproduce this problem on your side?&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK11 : error when upgrading bootloader using serial DFU</title><link>https://devzone.nordicsemi.com/thread/69844?ContentTypeID=1</link><pubDate>Thu, 01 Dec 2016 11:43:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:192d70e7-4feb-4e75-869e-11c68aa1dd46</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Could you try generating the package using this command?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;%exec% dfu genpkg --bootloader %bootloader% --application-version 0xFFFFFFFF --dev-type 0xFFFF --dev-revision 0xFFFF --sd-req 0xFFFE %output%
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>