<?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>Seeking DFU-OTA Example for nRF5340 with Latest SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113070/seeking-dfu-ota-example-for-nrf5340-with-latest-sdk</link><description>Hello, I&amp;#39;m currently looking for a comprehensive example of DFU-OTA (Device Firmware Update Over-the-Air) using the latest SDK version with the nRF5340 platform. If anyone has successfully implemented DFU-OTA or can provide guidance on where to find reliable</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Aug 2024 11:18:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113070/seeking-dfu-ota-example-for-nrf5340-with-latest-sdk" /><item><title>RE: Seeking DFU-OTA Example for nRF5340 with Latest SDK</title><link>https://devzone.nordicsemi.com/thread/498607?ContentTypeID=1</link><pubDate>Fri, 16 Aug 2024 11:18:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec7c0384-8190-4f8a-b8ee-51f8f8971410</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I tested this using your &lt;code&gt;prj.conf&lt;/code&gt; file but was unable to reproduce the issue on my end. I integrated your entire &lt;code&gt;prj.conf&lt;/code&gt; into my test application for OTA DFU and attempted the DFU with the generated image to a device. However, I did not experience the delay that your logs indicate.&lt;/p&gt;
&lt;p&gt;Could you clarify how you&amp;#39;re measuring this delay of over 1 minute? I am attaching the log of my DFU process; none of the timestamps show a time difference of over 1 minute.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve attached the generated &lt;code&gt;build/.config&lt;/code&gt; file. Please review it and let me know if I missed any important configurations.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/build_5F00_config.zip"&gt;devzone.nordicsemi.com/.../build_5F00_config.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***
*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***
Starting Bluetooth Peripheral LBS example
I: 2 Sectors of 4096 bytes
I: alloc wra: 0, fd0
I: data wra: 0, 1c
I: HW Platform: Nordic Semiconductor (0x0002)
I: HW Variant: nRF53x (0x0003)
I: Firmware: Standard Bluetooth controller (0x00) Version 54.58864 Build 1214809870
I: No ID address. App must call settings_load()
Bluetooth initialized
I: Identity: D9:76:44:D8:3F:05 (random)
I: HCI: version 5.4 (0x0d) revision 0x218f, manufacturer 0x0059
I: LMP: version 5.4 (0x0d) subver 0x218f
Advertising successfully started
Connected
I: Image index: 0, Swap type: none
I: Image index: 1, Swap type: none
E: Failed to open flash area ID 1: -2
I: Image index: 0, Swap type: none
I: Image index: 1, Swap type: none
E: Failed to open flash area ID 1: -2
I: Image index: 1, Swap type: none
I: Image index: 0, Swap type: none
I: Image index: 1, Swap type: perm
E: Failed to open flash area ID 1: -2
I: Image index: 0, Swap type: none
I: Image index: 0, Swap type: perm
I: Image index: 1, Swap type: perm
E: Failed to open flash area ID 1: -2
*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***
*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***
Starting Bluetooth Peripheral LBS example
 [00:00:00.006,805] &amp;lt;inf&amp;gt; fs_nvs: 2 Sectors of 4096 bytes
 [00:00:00.006,835] &amp;lt;inf&amp;gt; fs_nvs: alloc wra: 0, fe8
 [00:00:00.006,835] &amp;lt;inf&amp;gt; fs_nvs: data wra: 0, 0
 [00:00:00.037,811] &amp;lt;inf&amp;gt; bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
 [00:00:00.037,841] &amp;lt;inf&amp;gt; bt_hci_core: HW Variant: nRF53x (0x0003)
 [00:00:00.037,872] &amp;lt;inf&amp;gt; bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 54.58864 Build 1214809870
 [00:00:00.040,283] &amp;lt;inf&amp;gt; bt_hci_core: No ID address. App must call settings_load()
Bluetooth initialized
 [00:00:00.042,755] &amp;lt;inf&amp;gt; bt_hci_core: Identity: D9:76:44:D8:3F:05 (random)
 [00:00:00.042,785] &amp;lt;inf&amp;gt; bt_hci_core: HCI: version 5.4 (0x0d) revision 0x218f, manufacturer 0x0059
 [00:00:00.042,785] &amp;lt;inf&amp;gt; bt_hci_core: LMP: version 5.4 (0x0d) subver 0x218f
Advertising successfully started
Connected
*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***
*** Booting nRF Connect SDK v3.5.99-ncs1-1 ***
Starting Bluetooth Peripheral LBS example
 [00:00:00.006,622] &amp;lt;inf&amp;gt; fs_nvs: 2 Sectors of 4096 bytes
 [00:00:00.006,622] &amp;lt;inf&amp;gt; fs_nvs: alloc wra: 0, fd0
 [00:00:00.006,622] &amp;lt;inf&amp;gt; fs_nvs: data wra: 0, 1c
 [00:00:00.037,841] &amp;lt;inf&amp;gt; bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
 [00:00:00.037,872] &amp;lt;inf&amp;gt; bt_hci_core: HW Variant: nRF53x (0x0003)
 [00:00:00.037,902] &amp;lt;inf&amp;gt; bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 54.58864 Build 1214809870
 [00:00:00.040,313] &amp;lt;inf&amp;gt; bt_hci_core: No ID address. App must call settings_load()
Bluetooth initialized
 [00:00:00.042,816] &amp;lt;inf&amp;gt; bt_hci_core: Identity: D9:76:44:D8:3F:05 (random)
 [00:00:00.042,846] &amp;lt;inf&amp;gt; bt_hci_core: HCI: version 5.4 (0x0d) revision 0x218f, manufacturer 0x0059
 [00:00:00.042,877] &amp;lt;inf&amp;gt; bt_hci_core: LMP: version 5.4 (0x0d) subver 0x218f
Advertising successfully started
Connected&lt;/pre&gt;&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><item><title>RE: Seeking DFU-OTA Example for nRF5340 with Latest SDK</title><link>https://devzone.nordicsemi.com/thread/497714?ContentTypeID=1</link><pubDate>Mon, 12 Aug 2024 04:03:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03ac32b6-c1ab-493f-9d7b-58eeaaa3a183</guid><dc:creator>Krishnachandran_a</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for the update.&lt;/p&gt;
&lt;p&gt;We tested both methods, that you suggested, but nothing positive. prj.conf is attached. please have a look.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
CONFIG_MAIN_STACK_SIZE= 10240

#for LOG
CONFIG_LOG=y
CONFIG_LOG_MODE_DEFERRED=y
CONFIG_LOG_RUNTIME_FILTERING=y
CONFIG_LOG_BUFFER_SIZE=10240
CONFIG_LOG_PRINTK=y
CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD=0
CONFIG_LOG_TAG_MAX_LEN=8

#for timer
CONFIG_NRFX_TIMER0=y

#for events
CONFIG_EVENTS=y

#for fuel gauge
CONFIG_FUEL_GAUGE=y

#for I2C
CONFIG_I2C=y

#for dmic
CONFIG_AUDIO=y
CONFIG_AUDIO_DMIC=y
CONFIG_DMA=y

#for NVS
CONFIG_FLASH=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_NVS=y
CONFIG_MPU_ALLOW_FLASH_WRITE=y

#for RTC
CONFIG_NRFX_RTC0=y

#To enable floating point values
CONFIG_FPU=y

#for SPI
CONFIG_SPI=y
CONFIG_NRFX_SPIM2=y
CONFIG_NRFX_SPIM4=y

#for Bluetooth
CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=n
CONFIG_BT_SMP=y
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_BAS=y
CONFIG_BT_DIS=y
CONFIG_BT_DIS_PNP=n
CONFIG_BT_DEVICE_NAME=&amp;quot;test&amp;quot;
CONFIG_BT_DIS_MODEL=&amp;quot;test&amp;quot;
CONFIG_BT_DIS_MANUF=&amp;quot;test&amp;quot;
CONFIG_BT_DIS_HW_REV=y
CONFIG_BT_DIS_HW_REV_STR=&amp;quot;0.1.1&amp;quot;
CONFIG_BT_DIS_SW_REV=y
CONFIG_BT_DIS_SW_REV_STR=&amp;quot;0.0.1&amp;quot;
CONFIG_BT_DIS_FW_REV=y
CONFIG_BT_DIS_FW_REV_STR=&amp;quot;0.0.1.1&amp;quot;
#GATT_CLIENT needed for requesting ATT_MTU update
CONFIG_BT_GATT_CLIENT=y
#PHY update needed for updating PHY request
CONFIG_BT_USER_PHY_UPDATE=y
#For data length update
CONFIG_BT_USER_DATA_LEN_UPDATE=y
#Over-ride various BT settings for extended data packet size
CONFIG_BT_ATT_PREPARE_COUNT=4
CONFIG_BT_L2CAP_TX_MTU=498
CONFIG_BT_L2CAP_TX_FRAG_COUNT=15
CONFIG_BT_BUF_EVT_RX_SIZE=251
CONFIG_BT_BUF_CMD_TX_SIZE=251
CONFIG_BT_BUF_ACL_RX_SIZE=502
CONFIG_BT_BUF_ACL_TX_COUNT=15
CONFIG_BT_BUF_ACL_TX_SIZE=251
CONFIG_BT_RX_STACK_SIZE=4096
CONFIG_BT_DEVICE_APPEARANCE=833

#for UART
CONFIG_UART_INTERRUPT_DRIVEN=n
CONFIG_UART_ASYNC_API=y
CONFIG_UART_3_ASYNC=y
CONFIG_UART_USE_RUNTIME_CONFIGURE=y

#for Warchdog
CONFIG_WATCHDOG=y
CONFIG_WDT_DISABLE_AT_BOOT=n

#for OTA 
CONFIG_NCS_SAMPLES_DEFAULTS=y
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP=y
CONFIG_NRF53_UPGRADE_NETWORK_CORE=y
CONFIG_UPDATEABLE_IMAGE_NUMBER=2
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2304


#for ota callback
CONFIG_MCUMGR_MGMT_NOTIFICATION_HOOKS=y
CONFIG_MCUMGR_GRP_IMG_STATUS_HOOKS=y

CONFIG_PCD_APP=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking DFU-OTA Example for nRF5340 with Latest SDK</title><link>https://devzone.nordicsemi.com/thread/497100?ContentTypeID=1</link><pubDate>Tue, 06 Aug 2024 08:12:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e3d374d-a950-46a4-9215-22ceba4ce586</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure why this is happening. I suspect it might be because of the connection parameters you are using in the application. For testing, try doing a DFU to a device running the OTA sample (where the firmware image is your custom application and the device is running the OTA sample) and vice versa (a device running your firmware and the new image to update is the OTA sample).&lt;/p&gt;
&lt;p&gt;If that also doesn&amp;#39;t work, please share a minimal project or minimal prj.config. I will try to test it here.&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: Seeking DFU-OTA Example for nRF5340 with Latest SDK</title><link>https://devzone.nordicsemi.com/thread/496750?ContentTypeID=1</link><pubDate>Fri, 02 Aug 2024 04:30:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d43e64e-9186-48a6-9a8d-8b372ca682fa</guid><dc:creator>Maya.</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have checked the thread,&amp;nbsp; the issue is not exactly the same. that is we didn&amp;#39;t observe any stuck during the OTA, but observer slowness in OTA process, also observer several unexpected restart after OTA.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Maya&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking DFU-OTA Example for nRF5340 with Latest SDK</title><link>https://devzone.nordicsemi.com/thread/496679?ContentTypeID=1</link><pubDate>Thu, 01 Aug 2024 15:51:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51f5b21a-484e-4e81-8610-6a060a007b76</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Have you checked the thread I pointed out in my last response? Is your issue similar to what is described there?&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: Seeking DFU-OTA Example for nRF5340 with Latest SDK</title><link>https://devzone.nordicsemi.com/thread/496339?ContentTypeID=1</link><pubDate>Wed, 31 Jul 2024 07:19:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d60e86f-8cbf-43db-81a9-6fc5588596fd</guid><dc:creator>Maya.</dc:creator><description>&lt;p&gt;Hi Abhijith.&lt;/p&gt;
&lt;p&gt;Thanks for the update.&lt;/p&gt;
[quote userid="115767" url="~/f/nordic-q-a/113070/seeking-dfu-ota-example-for-nrf5340-with-latest-sdk/496094"]Is this issue occurring with the sample application provided in the Developer Academy, or does it happen when you configure the application according to your needs?[/quote]
&lt;p&gt;This is happening in custom application, in Example, OTA is happening in a good time, we thought that is because of&amp;nbsp; less code size. and we opt same configurations for our app.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="115767" url="~/f/nordic-q-a/113070/seeking-dfu-ota-example-for-nrf5340-with-latest-sdk/496094"] which mobile application are you using to achieve DFU OTA?[/quote]
&lt;p&gt;nRF Connect.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking DFU-OTA Example for nRF5340 with Latest SDK</title><link>https://devzone.nordicsemi.com/thread/496094?ContentTypeID=1</link><pubDate>Mon, 29 Jul 2024 20:02:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:703435a5-8ac6-4d0b-b127-b699a72145d2</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Is this issue occurring with the sample application provided in the Developer Academy, or does it happen when you configure the application according to your needs? Also, which mobile application are you using to achieve DFU OTA? I am investigating a similar issue in another ticket—please take a&lt;a href="https://devzone.nordicsemi.com/support-private/support/330009"&gt; look at this thread&lt;/a&gt;. Let me know if your issue is related or very similar.&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: Seeking DFU-OTA Example for nRF5340 with Latest SDK</title><link>https://devzone.nordicsemi.com/thread/495786?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2024 10:14:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05206317-419e-473e-a852-a186a32fd2ea</guid><dc:creator>Maya.</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote userid="115767" url="~/f/nordic-q-a/113070/seeking-dfu-ota-example-for-nrf5340-with-latest-sdk/494990"]Could you try including the config&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP"&gt; &lt;code&gt;CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP&lt;/code&gt;&lt;/a&gt;? [/quote]
&lt;p&gt;After including this we get same result .. that is OTA is happening in same time ( Approxmatly 1 Minute 10 Sec)&lt;/p&gt;
&lt;p&gt;Both Screenshots are attached.&lt;/p&gt;
&lt;p&gt;with&amp;nbsp;&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP"&gt;&lt;code&gt;CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP&lt;/code&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/2100.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;with out&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP"&gt;&lt;code&gt;CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP&lt;/code&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/6332.png" /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Also you can observe couple of restart after OTA in both logs.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;Maya&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking DFU-OTA Example for nRF5340 with Latest SDK</title><link>https://devzone.nordicsemi.com/thread/494990?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2024 09:30:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0aad4c9-273e-4e7c-8b01-85be77371e2a</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Glad to hear that you succeeded in doing OTA DFU. Could you try including the config&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP"&gt; &lt;code&gt;CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP&lt;/code&gt;&lt;/a&gt;? This will speed up the OTA DFU to some extent. I&amp;#39;m not sure if I fully understand your mention of the restart—does the device restart unpredictably? I recommend that you share the log to provide more insight into this behavior.&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: Seeking DFU-OTA Example for nRF5340 with Latest SDK</title><link>https://devzone.nordicsemi.com/thread/494691?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2024 05:07:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5cba42e-a2d5-4ad7-9a9b-39a4c2ae08f9</guid><dc:creator>Maya.</dc:creator><description>&lt;p&gt;Hello Abhijith,&lt;/p&gt;
&lt;p&gt;The issue has been resolved, and we can now proceed with OTA DFU without any further issues. However, we&amp;#39;ve observed a slowness in OTA compared to previous updates, along with a couple of extra device restarts post-OTA. Could you please advise if this behavior is expected?&lt;/p&gt;
&lt;p&gt;Best regards, Maya&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Seeking DFU-OTA Example for nRF5340 with Latest SDK</title><link>https://devzone.nordicsemi.com/thread/494084?ContentTypeID=1</link><pubDate>Tue, 16 Jul 2024 09:36:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce724034-09c4-41c6-88c5-454e54e825c9</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello Maya,&lt;/p&gt;
&lt;p&gt;You can explore our Developer Academy course that covers&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/"&gt; Device Firmware Update (DFU) and bootloaders&lt;/a&gt;. Detailed explanations of &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders-and-dfu-fota/topic/exercise-3-fota-over-bluetooth-low-energy/"&gt;OTA DFU are provided there&lt;/a&gt;, along with complete code and solutions available in the corresponding&lt;a href="https://github.com/NordicDeveloperAcademy/ncs-inter/tree/main/lesson8"&gt; GitHub repository for the course&lt;/a&gt;. I hope this information will be helpful for you. If you are still facing issues, I recommend sharing the complete logs, especially describing the error messages encountered during OTA DFU.&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>