<?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 config MCUboot support OTA with nRF Connect SDK for nRF52833?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100228/how-to-config-mcuboot-support-ota-with-nrf-connect-sdk-for-nrf52833</link><description>1. In my project, my project sample is &amp;quot;ncs\v2.3.0\nrf\applications\nrf_desktop&amp;quot;, this sample partition has only one bootloader and one app, without two app, so we can&amp;#39;t OTA in the app, only can do OTA in the bootloader, I try to set the partion to 2</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Jun 2023 09:41:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100228/how-to-config-mcuboot-support-ota-with-nrf-connect-sdk-for-nrf52833" /><item><title>RE: How to config MCUboot support OTA with nRF Connect SDK for nRF52833?</title><link>https://devzone.nordicsemi.com/thread/431443?ContentTypeID=1</link><pubDate>Fri, 16 Jun 2023 09:41:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2da4ad9e-7e63-4fd7-a4ec-e18fa9433672</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Sorry we don&amp;#39;t have support for OTA DFU with single app partition under nRF connect SDK. There are some &lt;a href="https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/tree/main/bootloader_samples/serial_recovery"&gt;serial recovery samples&lt;/a&gt; but not via BLE. I think it was supported in our old SDK (which I am not that familiar with). One of my colleague have explained this in &lt;a href="https://devzone.nordicsemi.com/support-private/support/297685"&gt;an another ticket&lt;/a&gt;, Please refer the details.&lt;/p&gt;
&lt;p&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: How to config MCUboot support OTA with nRF Connect SDK for nRF52833?</title><link>https://devzone.nordicsemi.com/thread/431398?ContentTypeID=1</link><pubDate>Fri, 16 Jun 2023 04:25:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd34ea2c-586e-4847-a896-bf5645672da4</guid><dc:creator>qnchen</dc:creator><description>&lt;p&gt;Hi Menon,&lt;/p&gt;
&lt;p&gt;I want to update the app from mcuboot by BT OTA, for I have only 1 app partition(without second app partition)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to config MCUboot support OTA with nRF Connect SDK for nRF52833?</title><link>https://devzone.nordicsemi.com/thread/428700?ContentTypeID=1</link><pubDate>Thu, 01 Jun 2023 11:20:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14c5b7ff-9f9d-44b1-b0bb-3eb1450dd393</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user="qnchen"]So I can only update the app by OTA&amp;nbsp; in the mcuboot. but the ncs 2.3.0 mcuboot without BT support.[/quote]
&lt;p&gt;I didn&amp;#39;t get you . Are you asking whether NCS2.3.0 have OTA DFU support (via BLE)? If so yes, it&amp;#39; support.&lt;/p&gt;
&lt;p&gt;Otherwise could you brief a little more on this?&lt;/p&gt;
&lt;p&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: How to config MCUboot support OTA with nRF Connect SDK for nRF52833?</title><link>https://devzone.nordicsemi.com/thread/428337?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 08:03:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df6d03d7-785a-4339-ac2d-c29ce2b7f03c</guid><dc:creator>qnchen</dc:creator><description>&lt;p&gt;Following is my partitions table:&lt;/p&gt;
&lt;p&gt;mcuboot:&lt;br /&gt;&amp;nbsp; address: 0x0&lt;br /&gt;&amp;nbsp; size: 0x10000&lt;br /&gt;mcuboot_pad:&lt;br /&gt;&amp;nbsp; address: 0x10000&lt;br /&gt;&amp;nbsp; size: 0x200&lt;br /&gt;app:&lt;br /&gt;&amp;nbsp; address: 0x10200&lt;br /&gt;&amp;nbsp; size: 0x6de00&lt;br /&gt;mcuboot_primary:&lt;br /&gt;&amp;nbsp; orig_span: &amp;amp;id001&lt;br /&gt;&amp;nbsp; - mcuboot_pad&lt;br /&gt;&amp;nbsp; - app&lt;br /&gt;&amp;nbsp; span: *id001&lt;br /&gt;&amp;nbsp; address: 0x10000&lt;br /&gt;&amp;nbsp; size: 0x6e000&lt;br /&gt;mcuboot_primary_app:&lt;br /&gt;&amp;nbsp; orig_span: &amp;amp;id002&lt;br /&gt;&amp;nbsp; - app&lt;br /&gt;&amp;nbsp; span: *id002&lt;br /&gt;&amp;nbsp; address: 0x10200&lt;br /&gt;&amp;nbsp; size: 0x6de00&lt;br /&gt;settings_storage:&lt;br /&gt;&amp;nbsp; address: 0x7e000&lt;br /&gt;&amp;nbsp; size: 0x2000&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to config MCUboot support OTA with nRF Connect SDK for nRF52833?</title><link>https://devzone.nordicsemi.com/thread/428335?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 07:57:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d010f9fc-971b-43c2-92d5-db2da7c5d531</guid><dc:creator>qnchen</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;First thanks for your reply. If my system have 2 app partition, there is no problem to add as the guide, but now my system don&amp;#39;t have enough space to&amp;nbsp; create 2 app partitions, so the system has only one mcuboot and one app, So I can only update the app by OTA&amp;nbsp; in the mcuboot. but the ncs 2.3.0 mcuboot without BT support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to config MCUboot support OTA with nRF Connect SDK for nRF52833?</title><link>https://devzone.nordicsemi.com/thread/428333?ContentTypeID=1</link><pubDate>Wed, 31 May 2023 07:52:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29ca578e-7065-46b8-8c24-c56dca3fce29</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can refer to &lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu#:~:text=on%20the%20nRF5340-,DFU%20over%20Bluetooth,-Modify%20the%20Peripheral"&gt;DFU over Bluetooth&lt;/a&gt; section under &lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu"&gt;this blog&lt;/a&gt;. How OTA DFU support can be added to your application is explained there.&amp;nbsp;&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></channel></rss>