<?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 upgrate bootloader?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/75474/how-to-upgrate-bootloader</link><description>Hi, 
 I want to upgrate bootloader in my firmware. 
 
 IC: nRF52832 
 SDK: 17.02 
 
 I have finished my project, this project include boot + softdevice + app + settings,and it works well. But I forget to close the key p0.16 in bootloader project. So I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 May 2021 09:10:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/75474/how-to-upgrate-bootloader" /><item><title>RE: How to upgrate bootloader?</title><link>https://devzone.nordicsemi.com/thread/311370?ContentTypeID=1</link><pubDate>Tue, 25 May 2021 09:10:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67bd36d1-abf7-44f9-941c-151de3ed81e1</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The bootloader can be updates via DFU in the same way as an application. Note that the application will be deleted as part of a bootloader upgrade, so you should also upgrade the application in this case as a secondary step. When making a upgrade package for the bootloader, you use something like this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;pkg generate --hw-version &amp;lt;your_hw_verion&amp;gt; --sd-req &amp;lt;softdevice_id&amp;gt; --bootloader-version &amp;lt;higher_number_than_before&amp;gt; --bootloader bootloader.hex --key-file key.pem bl_dfu_package.zip&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Then you do the DFU upgrade just like you would with only the app.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>