<?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>In place FOTA through BLE with nrf Connect SDK and Zephyr.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117454/in-place-fota-through-ble-with-nrf-connect-sdk-and-zephyr</link><description>Hi, I am developing BLE beacon application on the nrf52820 soc which has limited Flash resources. I want to have the FOTA through BLE abilities built in to enable firmware updates in the future. Internally we found some conflicting information on the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 20 Dec 2024 10:56:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117454/in-place-fota-through-ble-with-nrf-connect-sdk-and-zephyr" /><item><title>RE: In place FOTA through BLE with nrf Connect SDK and Zephyr.</title><link>https://devzone.nordicsemi.com/thread/515893?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2024 10:56:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd7bbe8d-0489-4149-bdee-bc1ec02513af</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Single slot DFU is only available for serial DFU, and not for BLE OTA DFU. The reason for this, is that serial capabilities (such as UART or USB) are relatively light weight, and can be part of the bootloader. BLE on the other hand is a much larger stack, and so for BLE OTA DFU you do need the application for downloading the new firmware. Therefore, you do need two slots for BLE OTA DFU. You can however have the second slot in external Flash, if the on-chip Flash for the nRF device is not sufficient for your application needs.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>