<?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>serial DFU update with SD+BL+APP</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60589/serial-dfu-update-with-sd-bl-app</link><description>Hello, 
 
 According to the description in below page, &amp;quot; The image can be an application image, SoftDevice image, bootloader image, or a combined image of bootloader and SoftDevice.&amp;quot; 
 https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Apr 2020 08:24:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60589/serial-dfu-update-with-sd-bl-app" /><item><title>RE: serial DFU update with SD+BL+APP</title><link>https://devzone.nordicsemi.com/thread/246413?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2020 08:24:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d86a4d92-933d-4163-a0c8-2a3ee9b70ed3</guid><dc:creator>kevinlam</dc:creator><description>&lt;p&gt;Hi Einar,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If that is the case, serial bootloader can only support single image dfu (SD+BL) or (APP) as described in the document.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your great support.&lt;/p&gt;
&lt;p&gt;Kevin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serial DFU update with SD+BL+APP</title><link>https://devzone.nordicsemi.com/thread/246398?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2020 07:22:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aad53bb5-9a42-4002-bc87-d2d1adb17597</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi Kevin,&lt;/p&gt;
&lt;p&gt;Ah, now I see. You are right, I had not noticed this before, but unlike the other DFU master implementations we provide, nrfutil does not support splitting this into two operations when it acts as DFU master. Since this is not supported you will have to use two images in this case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serial DFU update with SD+BL+APP</title><link>https://devzone.nordicsemi.com/thread/246375?ContentTypeID=1</link><pubDate>Fri, 24 Apr 2020 02:11:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2655c2e4-348c-421d-a57a-43b4e1e1dd01</guid><dc:creator>kevinlam</dc:creator><description>&lt;p&gt;Thanks for the feedback Einar.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I just tried to use nrfutil to dfu my nRF52840 EVB, below shows you what inside the package file (.zip),&amp;nbsp;manifest.json and the command line to issue&amp;nbsp;dfu:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;nrfutil dfu serial -pkg test.zip -p com69 -fc 0 -b 9600&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/3681.01.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;dfu can start as normal but end up the application is not being updated. Please advise how can I use nrfutil to dfu the full image (SD+BL+APP)?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Kevin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: serial DFU update with SD+BL+APP</title><link>https://devzone.nordicsemi.com/thread/246295?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2020 13:56:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93021cea-1045-4a7f-ab0f-446f634561a3</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Kevin,&lt;/p&gt;
[quote user=""]Does it mean if DFU (SD+BL+APP) altogether, I have to do DFU twice? Firstly DFU (SD+BL) and then DFU (APP)?[/quote]
&lt;p&gt;No, that is an inaccurate statement in the documentation. You can have a combination of&amp;nbsp;SD+BL+APP in a single image. However, the update will be split in two, first the SD + BL, then the APP, but this will not be visible to the end-user.&lt;/p&gt;
[quote user=""]And also&amp;nbsp;when DFU the&amp;nbsp;soft device, is it possible to upgrade / downgrade if the major version is different? for example DFU from 15.2 to 16 / 16 back to 15.2?&amp;nbsp;[/quote]
&lt;p&gt;As a general rule yes, you can upgrade from one SDK version to another, though there may be some issues with some combinations, particularly if the bootloader has changed in size since the bootloader start address is fixed. As long as you use the same bootloader start address moving between 15.2 and 16 is no problem. (Just remember that the DFU image must have a higher version than the existing for the bootloader to allow the update (unless you remove this limitation), but that is a version number you provide to nrfutil and not related to the SDK version or anything else.)&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>