<?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 make BLE Buttonless DFU compatible with Serial DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109516/how-to-make-ble-buttonless-dfu-compatible-with-serial-dfu</link><description>My project has successfully integrated the DFU (Device Firmware Update) functionality using ble_dfu_buttonless . Since there are existing examples in the SDK, adding this feature was relatively easy. Now, I would like to know how to add Serial DFU functionality</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Mar 2024 22:06:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109516/how-to-make-ble-buttonless-dfu-compatible-with-serial-dfu" /><item><title>RE: How to make BLE Buttonless DFU compatible with Serial DFU</title><link>https://devzone.nordicsemi.com/thread/475765?ContentTypeID=1</link><pubDate>Mon, 25 Mar 2024 22:06:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa2ca51b-5c94-4089-86f4-d3405b7c3cbe</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Taylor,&lt;/p&gt;
&lt;p&gt;This approach is possible too. The SDK does not support this by default, but it was implemented in the nRF5 SDK for Zigbee and Thread.&lt;/p&gt;
&lt;p&gt;You can find an unofficial reference code here:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/46994/background-dfu-application-source-code/187534#187534"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/46994/background-dfu-application-source-code/187534#187534&lt;/a&gt;. The implementation was for nRF5 SDK v15.3.0. However, the concept has remained largely the same.&lt;/p&gt;
&lt;p&gt;Note that that reference source code is provided without warranty.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;span&gt;Please&amp;nbsp;be informed&lt;/span&gt;&lt;span&gt;&amp;nbsp;that our team is currently having reduced availability due to the Easter holiday. There will be some delays in our response during this time, but&amp;nbsp;we will respond to you at the earliest opportunity.&amp;nbsp;Our apologies for the inconvenience.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to make BLE Buttonless DFU compatible with Serial DFU</title><link>https://devzone.nordicsemi.com/thread/475518?ContentTypeID=1</link><pubDate>Mon, 25 Mar 2024 02:05:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fa55acd-8c9f-4811-b36b-e5eeb45f6439</guid><dc:creator>Taylor</dc:creator><description>[quote userid="9456" url="~/f/nordic-q-a/109516/how-to-make-ble-buttonless-dfu-compatible-with-serial-dfu/475457"]As you have&amp;nbsp;successfully implemented the BLE DFU feature, you would have known that the DFU job is done by the bootloader.[/quote]
&lt;p&gt;In my app, I receive a bin file that needs to be upgraded from a 4G device. Since the size of the app&amp;#39;s bin file is not exceeding 130K, I can write it into BANK1 after receiving it completely. What should I do next to restart and jump to the bootloader to overwrite the data from BANK1 to BANK0, and then restart to begin running the app?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to make BLE Buttonless DFU compatible with Serial DFU</title><link>https://devzone.nordicsemi.com/thread/475457?ContentTypeID=1</link><pubDate>Fri, 22 Mar 2024 18:57:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8939e9dc-0c7c-42dc-871d-5e6677ac1982</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Taylor,&lt;/p&gt;
&lt;p&gt;As you have&amp;nbsp;successfully implemented the BLE DFU feature, you would have known that the DFU job is done by the bootloader.&lt;/p&gt;
&lt;p&gt;To add Serial DFU, you can just refer to the equivalent UART variant of the bootloader, and the bootloader documentation.&lt;/p&gt;
&lt;p&gt;See:&lt;/p&gt;
&lt;p&gt;&lt;a title="Bootloader and DFU modules" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/lib_bootloader_modules.html?cp=9_1_3_5"&gt;Bootloader and DFU modules&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/sdk_app_serial_dfu_bootloader.html"&gt;Secure DFU Bootloader over Serial Link (UART/USB)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>