<?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>Bootloader - upgrading version from remote</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126542/bootloader---upgrading-version-from-remote</link><description>Hi, 
 
 We have a device containing nrf52840 CPU with GPS, Simcom modem and other things. 
 We already implemented a bootloader upgrading via BLE. 
 
 Do you have any information, recommendations, application notes, tools, examples, etc 
 for how to upgrade</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Jan 2026 21:57:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126542/bootloader---upgrading-version-from-remote" /><item><title>RE: Bootloader - upgrading version from remote</title><link>https://devzone.nordicsemi.com/thread/559832?ContentTypeID=1</link><pubDate>Wed, 28 Jan 2026 21:57:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3780241a-be80-41f3-aece-90062c9af8cb</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user="alonmat"]I think this version is the closest to what I need[/quote]
&lt;p&gt;Good to hear that.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader - upgrading version from remote</title><link>https://devzone.nordicsemi.com/thread/559701?ContentTypeID=1</link><pubDate>Tue, 27 Jan 2026 14:44:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63b94dd1-6f96-4b68-80ed-cd5a9e39c63a</guid><dc:creator>alonmat</dc:creator><description>&lt;p&gt;Yes. We are using old NRF SDK.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I already started with this example: nrf_sdk\examples\dfu\secure_bootloader\pca10056_uart&lt;/p&gt;
&lt;p&gt;I think this version is the closest to what I need.&lt;/p&gt;
&lt;p&gt;I will read upgrade data via UART driver which is connected to the modem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader - upgrading version from remote</title><link>https://devzone.nordicsemi.com/thread/559676?ContentTypeID=1</link><pubDate>Tue, 27 Jan 2026 12:14:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fbca1ec-1627-40f5-bfcf-ef7bb48afdf6</guid><dc:creator>Menon</dc:creator><description>&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div dir="auto"&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Hello,&lt;br /&gt;From your explanation, I guess that you are using the older nRF5 SDK is that correct? If so, I don’t think we have any samples demonstrating the use of a bootloader other than the Nordic Secure Bootloader. You can check the&lt;a href="https://docs.nordicsemi.com/bundle/sdk_nrf5_v17.1.0/page/lib_bootloader_modules.html"&gt; Bootloaders and DFU modules&lt;/a&gt;, also see the section &lt;a href="https://docs.nordicsemi.com/bundle/sdk_nrf5_v17.1.0/page/ble_sdk_app_open_bootloader.html"&gt;open bootloaders.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, please note that the samples I referred to earlier are from the nRF Connect SDK, since support for cellular connectivity/modem is available only in the nRF Connect SDK.&lt;/p&gt;
&lt;p&gt;The nRF5 SDK is currently in maintenance mode, so you may need to implement this solution on your own.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt; Abhijith&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader - upgrading version from remote</title><link>https://devzone.nordicsemi.com/thread/559547?ContentTypeID=1</link><pubDate>Mon, 26 Jan 2026 10:11:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d45b9fa4-3caf-4c76-b35f-1f5f9bc1959e</guid><dc:creator>alonmat</dc:creator><description>&lt;p&gt;After reviewing the project again, we decided to use our Simcom modem in our device.&lt;/p&gt;
&lt;p&gt;We already succeed to download the new firmware via http request into a file inside our simcom modem.&lt;/p&gt;
&lt;p&gt;in the bootloader, we plan to use a UART driver to connect to the modem.&lt;/p&gt;
&lt;p&gt;There is a modem AT command that gets the file data in chunks. We can read the chunks of data via the UART and burn the internal CPU flash&lt;/p&gt;
&lt;p&gt;now we are using a bootloader based on the formal nrf-sdk example Secure BLE Bootloader and we burn our firmware via Phone application use BLE. We want another new similar bootloader that upgrade via modem (UART) and not use phone application at all. What is the closest example that implement this (preferably nrf-sdk example)&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Alon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader - upgrading version from remote</title><link>https://devzone.nordicsemi.com/thread/559075?ContentTypeID=1</link><pubDate>Mon, 19 Jan 2026 16:47:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:937e7a07-7566-4dc0-9dc6-220721c30b62</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We don’t have a sample that exactly matches your use case, so you may need to implement this on your own. However, there are existing samples that demonstrate&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-3-dfu-with-external-flash/"&gt; using external flash as the secondary slot.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader - upgrading version from remote</title><link>https://devzone.nordicsemi.com/thread/559052?ContentTypeID=1</link><pubDate>Mon, 19 Jan 2026 14:30:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8c98679-d2dc-4d57-b0e0-f41ee5a6017d</guid><dc:creator>alonmat</dc:creator><description>&lt;p&gt;actually I need example for&amp;nbsp;bootloader with external flash. My application will download the new firmware into external flash via modem and the bootloader will copy it from external flash to the internal flash&lt;/p&gt;
&lt;p&gt;I need example for this one. Do you have any information for how to find this example ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader - upgrading version from remote</title><link>https://devzone.nordicsemi.com/thread/558876?ContentTypeID=1</link><pubDate>Fri, 16 Jan 2026 11:18:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f459ae8b-435f-4125-b371-7ef7d426776d</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can refer to the&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-6-fota-over-lte-m-nb-iot/"&gt; Academy course on FOTA updates&lt;/a&gt;. There is also an SDK sample that &lt;a href="https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/app/at_dfu.html#complete_dfu_examples"&gt;demonstrates serial modem firmware update&lt;/a&gt;, as well as &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-1-dfu-over-uart/"&gt;serial DFU update.&lt;/a&gt;&amp;nbsp;However, please note that these examples involve the nRF91 series, which is not applicable in your case.&lt;/p&gt;
&lt;p&gt;Therefore, I’m not entirely sure how the implementation would apply to your specific setup.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt; Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>