<?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>NRF52840 Mesh DFU , sdk mesh 3.1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42848/nrf52840-mesh-dfu-sdk-mesh-3-1</link><description>Dear NRF Team: 
 I successfully updated the firmware (blinky_nrf52840_xxAA_s140_6.1.0) according to the Mesh DFU steps. 
 However, the second DFU cannot be performed after this firmware update is completed. 
 I tried to select this updated firmware as</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Jan 2019 10:32:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42848/nrf52840-mesh-dfu-sdk-mesh-3-1" /><item><title>RE: NRF52840 Mesh DFU , sdk mesh 3.1</title><link>https://devzone.nordicsemi.com/thread/168190?ContentTypeID=1</link><pubDate>Mon, 28 Jan 2019 10:32:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a009a1c5-9b72-4f47-a204-5c0f58253b03</guid><dc:creator>NOA-BEN</dc:creator><description>&lt;p&gt;Thank you ,i will test it and share results with you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 Mesh DFU , sdk mesh 3.1</title><link>https://devzone.nordicsemi.com/thread/168189?ContentTypeID=1</link><pubDate>Mon, 28 Jan 2019 10:29:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96062591-49aa-4081-9b3f-a968130336a9</guid><dc:creator>NOA-BEN</dc:creator><description>&lt;p&gt;Example/dfu/src/main.c in the sdk source directory,&lt;br /&gt;I made a change, this is the original SDK,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;bank_addr = (uint32_t) (rom_end &amp;amp; FLASH_PAGE_MASK) + FLASH_PAGE_SIZE;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I modified it to:&lt;br /&gt;&amp;nbsp; &amp;nbsp; bank_addr = ((uint32_t)(rom_end &amp;amp; FLASH_PAGE_MASK) + FLASH_PAGE_SIZE)*2;&lt;/p&gt;
&lt;p&gt;The second DFU cannot be performed without modification. After the modification is completed, it will be fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 Mesh DFU , sdk mesh 3.1</title><link>https://devzone.nordicsemi.com/thread/167960?ContentTypeID=1</link><pubDate>Fri, 25 Jan 2019 14:05:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30a35fc7-968d-4221-aa2b-6769b097637a</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Just talked to one of our Mesh developers.&lt;/p&gt;
&lt;p&gt;To enter Bootloader DFU mode, you can run without an application, or you can call the nrf_mesh_dfu_jump_to_bootloader() in nrf_mesh_dfu.h.&lt;/p&gt;
&lt;p&gt;When you receive the NEW_FIRMWARE event, you can call that function. Then the bootloader will run for 10 sec. and switch back if nothing happens.&lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52840 Mesh DFU , sdk mesh 3.1</title><link>https://devzone.nordicsemi.com/thread/167917?ContentTypeID=1</link><pubDate>Fri, 25 Jan 2019 12:55:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cf3be9b-ad44-42e7-9786-fadad75c0489</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
[quote user=""]However, the second DFU cannot be performed after this firmware update is completed.[/quote]
&lt;p&gt;Maybe you could elaborate a little bit on what is happening here. Are you seeing any errors or information about why the DFU was unsuccessful?&lt;/p&gt;
&lt;p&gt;I believe that this is caused by the Blinky example not supporting DFU. So after you update to the Blinky FW, you are not able to update it again.&lt;/p&gt;
[quote user=""]I tried to select this updated firmware as the firmware compiled by the example/dfu routine and increased the bank_addr address by a factor of 2.[/quote]
&lt;p&gt;&amp;nbsp;I&amp;#39;m not quite sure what you mean by this? Could you elaborate?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]How can I&amp;nbsp;select&amp;nbsp;bootloader DFU mode?[/quote]
&lt;p&gt;&amp;nbsp; It should be possible to do Bootloader DFU. However, you will need to enter bootloader mode, and I assume that would require a button press.&lt;br /&gt;I will ask our developers about how to enter bootloader DFU, as I&amp;#39;m not 100% sure on how to do it myself. &lt;/p&gt;
&lt;p&gt;Best regards, &lt;br /&gt;Joakim.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>