<?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>nrf52832 bootloader upgrade issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71260/nrf52832-bootloader-upgrade-issue</link><description>The chip we use is nrf52832 and the SDK is nrf5_ SDK_ 15.3.0_ 59ac345, Can we use nrf Toolbox (version: 2.7.2) to upgrade bootloader? 1. How to make bootloader upgrade package? Is there any SOP for bootloader upgrade 2. Does the application or bootloader</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Feb 2021 08:33:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71260/nrf52832-bootloader-upgrade-issue" /><item><title>RE: nrf52832 bootloader upgrade issue</title><link>https://devzone.nordicsemi.com/thread/293036?ContentTypeID=1</link><pubDate>Fri, 05 Feb 2021 08:33:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b266205-65f2-4876-82ad-85e34e7f3c87</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can create a complete SD+BL+APP DFU package by adding the nrfutil arguments shown in the example snippet below. You may also run &amp;quot;nrfutil pkg generate --help&amp;quot; to get a help description for all of the command options.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="batchfile"&gt;nrfutil pkg generate --hw-version 52 --app-boot-validation VALIDATE_GENERATED_CRC ^
--bootloader-version VERSION ^
--bootloader BOOTLOADER.hex ^
--softdevice SOFTDEVICE.hex ^
--application APPLICATION.hex ^
--application-version-string &amp;quot;1.0.0&amp;quot; ^
--sd-req &amp;lt;insert SD FWID required for the SD+BL part of the update&amp;gt; ^
--sd-id  &amp;lt;insert the new SD FWID required for the application update&amp;gt; ^
--key-file PRIVATE.pem dfu_complete.zip&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 bootloader upgrade issue</title><link>https://devzone.nordicsemi.com/thread/292838?ContentTypeID=1</link><pubDate>Thu, 04 Feb 2021 09:01:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:754f9c7a-1d66-4a97-8fb4-0021e2c956d1</guid><dc:creator>zzzZ</dc:creator><description>&lt;p&gt;Hello:&lt;/p&gt;
&lt;p&gt;OK,Got it.and also we want to know how to make BL + SD + APP package?&lt;/p&gt;
&lt;p&gt;Tks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 bootloader upgrade issue</title><link>https://devzone.nordicsemi.com/thread/292835?ContentTypeID=1</link><pubDate>Thu, 04 Feb 2021 08:55:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:352f1d94-bbf0-4fef-9016-068125305ae8</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Yes, you should be able to upgrade the bootloader. Are you seeing any errors?&lt;/p&gt;
&lt;p&gt;1. You can generate a bootloader upgrade package with nrfutil similiar do how you would to it for other type of updates. The difference is that you must provide the --bootloader and --bootloader-version argument: &lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="batchfile"&gt;nrfutil pkg generate --hw-version 52 --app-boot-validation VALIDATE_GENERATED_CRC ^
--bootloader-version VERSION ^
--bootloader BOOTLOADER.hex ^
--sd-req 0xB7 ^
--key-file PRIVATE.pem dfu_bootloader.zip&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;2. The new bootloader image will not be swapped with the existing bootloader if they are 100 % identical. So the new bootloader must have some changes to get updated. And the bootloader can usually be updated separately without requiring an update of the application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>