<?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>Non-simultaneous multi-image DFU OTA over WiFi? Rollback capabilities?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122459/non-simultaneous-multi-image-dfu-ota-over-wifi-rollback-capabilities</link><description>Hello, 
 I&amp;#39;m looking for answers and some explanation for two main questions - is it possible to perform non-simultaneous multi-image FOTA over WiFi? Is it possible to support update rollback for both cores on the nRF5340? 
 For context, I&amp;#39;m currently</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 09 Jul 2025 11:15:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122459/non-simultaneous-multi-image-dfu-ota-over-wifi-rollback-capabilities" /><item><title>RE: Non-simultaneous multi-image DFU OTA over WiFi? Rollback capabilities?</title><link>https://devzone.nordicsemi.com/thread/541924?ContentTypeID=1</link><pubDate>Wed, 09 Jul 2025 11:15:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7086f49e-8eb2-45ef-b5fc-60a97f53bbae</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;No worries, happy to help.&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: Non-simultaneous multi-image DFU OTA over WiFi? Rollback capabilities?</title><link>https://devzone.nordicsemi.com/thread/541844?ContentTypeID=1</link><pubDate>Tue, 08 Jul 2025 19:36:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5091656-fe89-4b92-bd19-a9ee8459f2d4</guid><dc:creator>Amira R.</dc:creator><description>&lt;p&gt;Hi Abhijith,&lt;/p&gt;
&lt;p&gt;I see now! Thank you so much for your help with my questions, this is the exact information I was looking for!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Non-simultaneous multi-image DFU OTA over WiFi? Rollback capabilities?</title><link>https://devzone.nordicsemi.com/thread/541839?ContentTypeID=1</link><pubDate>Tue, 08 Jul 2025 18:19:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7145ae0-5ff7-4a10-9783-36955c29bf0d</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The application core writes directly to the netcore&amp;#39;s flash using IPC or shared memory (PCD RAM). So, when you update only the netcore, the old firmware gets overwritten and is no longer available.&lt;/p&gt;
&lt;p&gt;This is the default behavior, and currently, netcore rollback is not officially supported. You can check the old DevZone thread I shared earlier for more details.&lt;/p&gt;
&lt;p&gt;Also,&lt;a href="https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/tree/main/bootloader_samples/nrf5340"&gt; take a look at this repository&lt;/a&gt;,&amp;nbsp; the examples are a bit outdated, but they show how shared SRAM is used. The images you mentioned show the swap mechanism in action.&lt;/p&gt;
[quote user="Amira R."] if two separate partitions are maintained in external flash (one for the application core&amp;#39;s secondary image and one for the network core&amp;#39;s secondary image), and an update for just the network core gets triggered, would the network core&amp;#39;s old firmware be swapped into external flash? Or would it be discarded?[/quote]
&lt;p&gt;I think this is how a netcore rollback might be possible, but it hasn’t been officially tested or supported by Nordic. So I can&amp;#39;t say for sure if it will work, and I won’t be able to provide much support, as I haven’t tried it myself.&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: Non-simultaneous multi-image DFU OTA over WiFi? Rollback capabilities?</title><link>https://devzone.nordicsemi.com/thread/541681?ContentTypeID=1</link><pubDate>Mon, 07 Jul 2025 17:53:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b419099c-d36a-46ed-8e75-a16701a3c605</guid><dc:creator>Amira R.</dc:creator><description>&lt;p&gt;Hi Abhijith,&lt;/p&gt;
&lt;p&gt;I really appreciate you taking the time to answer my questions!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think I see now what you mean by rollback not being supported by the network core.&lt;/p&gt;
[quote userid="115767" url="~/f/nordic-q-a/122459/non-simultaneous-multi-image-dfu-ota-over-wifi-rollback-capabilities/541496"]the network core doesn’t have a separate flash area to store a backup of its firmware[/quote]
&lt;p&gt;Would maintaining a partition in external flash be sufficient for rollback use when performing non-simultaneous updates? Or would the backup image need to be stored in the network core&amp;#39;s internal flash?&lt;/p&gt;
&lt;p&gt;For example, if two separate partitions are maintained in external flash (one for the application core&amp;#39;s secondary image and one for the network core&amp;#39;s secondary image), and an update for just the network core gets triggered, would the network core&amp;#39;s old firmware be swapped into external flash? Or would it be discarded?&lt;/p&gt;
&lt;p&gt;I only ask because in rereading the DevAcademy lesson on&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/dfu-for-the-nrf5340/"&gt;DFU for the nRF5340&lt;/a&gt;, I was under the impression that the old image for the network core could remain available via the swap mechanism shown in this photo for non-simultaneous updates:&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/nrf53_5F00_update_5F00_net_5F00_core.png" /&gt;&lt;/p&gt;
&lt;p&gt;and this photo for simultaneous updates:&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/nrf53_5F00_update_5F00_both_5F00_cores_5F00_v2.png" /&gt;&lt;/p&gt;
&lt;p&gt;But with the information you&amp;#39;ve provided, I&amp;#39;m assuming these photos are simply to illustrate the swap mechanism for firmware upgrades, and the same mechanism doesn&amp;#39;t apply for downgrades/rollbacks?&lt;/p&gt;
&lt;p&gt;Also, would there be anything preventing a &amp;quot;manual&amp;quot; rollback wherein downgraded firmware is loaded&amp;nbsp;into the network core&amp;#39;s secondary image slot (not via swap) and is then treated as an &amp;quot;update&amp;quot;?&lt;/p&gt;
&lt;p&gt;Thank you again!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Non-simultaneous multi-image DFU OTA over WiFi? Rollback capabilities?</title><link>https://devzone.nordicsemi.com/thread/541496?ContentTypeID=1</link><pubDate>Fri, 04 Jul 2025 15:25:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69568fc9-6dfb-406a-ac48-c48ecfc957e5</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello Amira,&lt;/p&gt;
[quote user="Amira R."]&lt;p&gt;What exactly do you mean when you say MCUboot &amp;quot;may&amp;quot; attempt to restore the image? Is it indeterminate behavior? Or would it attempt to do so as a means of following suit with a simultaneous update (i.e. if images are updated simultaneously, they should also be rolled back simultaneously)? In the case you&amp;#39;ve presented, would the triggered DFU process be a simultaneous update or would it be sequential like what was discussed earlier?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hopefully my questions make sense within this context, though please let me know if they don&amp;#39;t and I can try to rephrase for clarity!&amp;nbsp;&lt;/p&gt;[/quote]
&lt;p&gt;Sorry for the confusion. I was trying to explain the process mentioned in the note (&lt;a href="https://devzone.nordicsemi.com/support-private/support/347385#permalink=1079265"&gt;linked in one of my responses&lt;/a&gt;). I was describing a case of a simultaneous DFU process, specifically, how a rollback during a simultaneous update affects the network core, or simply what that note is trying to convey.&lt;/p&gt;
&lt;p&gt;Although the note falls under the topic of simultaneous updates on the nRF5340, it actually highlights a deeper technical detail, the network core does not support rollback. Unlike the application core, the network core doesn’t have a separate flash area to store a backup of its firmware. This means that if you update it and something goes wrong, there’s no way to automatically revert to the previous version.&lt;/p&gt;
[quote user="Amira R."]What exactly do you mean when you say MCUboot &amp;quot;may&amp;quot; attempt to restore the image? Is it indeterminate behavior? [/quote]
&lt;p&gt;If both cores are updated together, they should be rolled back together. In your case, since you&amp;#39;re performing a sequential update, a rollback of the application core should be possible, but a rollback of the network core is not supported.&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: Non-simultaneous multi-image DFU OTA over WiFi? Rollback capabilities?</title><link>https://devzone.nordicsemi.com/thread/541385?ContentTypeID=1</link><pubDate>Thu, 03 Jul 2025 20:41:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32d1dbcf-f663-42bd-bde7-5bd519cb4b8f</guid><dc:creator>Amira R.</dc:creator><description>&lt;p&gt;Hi Abhijith,&lt;/p&gt;
&lt;p&gt;Thank you for getting back to me! I appreciate the heads up regarding possible delays, that&amp;#39;s very good to know!&lt;/p&gt;
[quote userid="115767" url="~/f/nordic-q-a/122459/non-simultaneous-multi-image-dfu-ota-over-wifi-rollback-capabilities/541381"] I believe you can follow an update sequence like this[/quote]
&lt;p&gt;Something like this is&amp;nbsp;just what I was looking for! I was having some trouble wrapping my head around what sequence would work but what you&amp;#39;ve outlined makes sense to me. I&amp;#39;ll keep an eye out for confirmation!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And thank you for your explanation regarding how the application core utilizes the PCD area in RAM during the DFU process, however my question lies less in&amp;nbsp;&lt;strong&gt;how&lt;/strong&gt; it works and more in why it works that way.&amp;nbsp;&lt;/p&gt;
[quote userid="115767" url="~/f/nordic-q-a/122459/non-simultaneous-multi-image-dfu-ota-over-wifi-rollback-capabilities/541381"]However, during this rollback, MCUboot may also attempt to &amp;quot;restore&amp;quot; the network core image[/quote]
&lt;p&gt;What exactly do you mean when you say MCUboot &amp;quot;may&amp;quot; attempt to restore the image? Is it indeterminate behavior? Or would it attempt to do so as a means of following suit with a simultaneous update (i.e. if images are updated simultaneously, they should also be rolled back simultaneously)? In the case you&amp;#39;ve presented, would the triggered DFU process be a simultaneous update or would it be sequential like what was discussed earlier?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hopefully my questions make sense within this context, though please let me know if they don&amp;#39;t and I can try to rephrase for clarity!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you again!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Non-simultaneous multi-image DFU OTA over WiFi? Rollback capabilities?</title><link>https://devzone.nordicsemi.com/thread/541381?ContentTypeID=1</link><pubDate>Thu, 03 Jul 2025 20:04:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ab1a639-cf6e-4a7a-8395-d8ed8651cd71</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello Amira,&lt;/p&gt;
&lt;p&gt;Sorry for getting back to you a bit late. It&amp;#39;s the summer vacation period here, which caused some delay in following up on this issue.&lt;/p&gt;
&lt;p&gt;Thanks for clarifying a few things.&lt;/p&gt;
[quote user="Amira R."]In the event that the application core gets updated with firmware that changes the interface with the network core (so they can no longer communicate), will the application core still be able to download the network core&amp;#39;s new image via WiFi and then perform the network core&amp;#39;s update?&amp;nbsp;[/quote]
&lt;p&gt;I was thinking about this as well, and I believe you can follow an update sequence like this: first update the network core (&lt;code&gt;nrf5340_cpunet&lt;/code&gt;), then the application core (&lt;code&gt;nrf5340_cpuapp&lt;/code&gt;), and finally update the &lt;code&gt;7002_FW&lt;/code&gt;. During the network core update, the application core will still be running the old firmware, which is guaranteed to be compatible with the old network core and was also designed to safely handle flashing the new network core firmware. Since you have version control in place and carefully manage which versions work together, you can be confident that the old application firmware can safely perform the update without issues. I&amp;#39;m checking this with my colleague to confirm whether it&amp;#39;s correct, but since many people are on vacation, it&amp;#39;s taking a bit of time. I&amp;#39;ll get back to you once I have a definite answer(Feel free to ping me if I forget, no worries at all).&amp;nbsp;&lt;/p&gt;
[quote user="Amira R."]mentioned this note in my original post, but I realize my actual question may have not been apparent - is this reversion issue a byproduct of simultaneous updates?&amp;nbsp;What exactly is meant by &amp;quot;the reversion process f&lt;span&gt;ills the network core with the content currently in the RAM that PCD uses&amp;quot;?&lt;/span&gt;[/quote]
&lt;p&gt;&lt;span&gt;On the nRF5340, the application core is responsible for handling the DFU process. The network core firmware is first transferred to a special RAM buffer called the PCD area. This buffer temporarily stores the network core image in RAM before it gets written to the network core’s flash memory. See the&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/dfu/pcd.html"&gt; section peripheral&amp;nbsp;CPU DFU&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Let&amp;#39;s consider a case where a DFU process has been triggered, and a rollback occurs. If the new application core image fails to boot, MCUboot may initiate a rollback by restoring the previous application image from flash. However, during this rollback, MCUboot may also attempt to &amp;quot;restore&amp;quot; the network core image using whatever data remains in the PCD RAM buffer. Since this buffer may no longer contain a valid or complete image, MCUboot ends up writing invalid data to the network core&amp;#39;s flash, which can lead to a corrupted or non-functional network core.&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><item><title>RE: Non-simultaneous multi-image DFU OTA over WiFi? Rollback capabilities?</title><link>https://devzone.nordicsemi.com/thread/540760?ContentTypeID=1</link><pubDate>Fri, 27 Jun 2025 16:43:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67248e22-0d78-432a-857e-e18ce180efd5</guid><dc:creator>Amira R.</dc:creator><description>&lt;p&gt;Hi Abhijith,&lt;/p&gt;
&lt;p&gt;Thank you for your response!&amp;nbsp;My apologies, I realize I forgot to include some details that I think would provide more clarity.&lt;/p&gt;
&lt;p&gt;With the way our deployment process is set up, only one image would be downloaded at a time, so if both cores (and/or the companion chip) needed to be updated,&amp;nbsp;the updates would be applied sequentially rather than simultaneously. And to avoid potentially bricking a unit, the order in which images would be available on the server would be determined based on firmware interdependencies.This was the motivation behind this question:&lt;/p&gt;
[quote userid="138329" url="~/f/nordic-q-a/122459/non-simultaneous-multi-image-dfu-ota-over-wifi-rollback-capabilities"]Or are there other interactions between the cores that are necessary for the host&amp;#39;s operation and would prevent it from updating the network core?&amp;nbsp;[/quote]
&lt;p&gt;In the event that the application core gets updated with firmware that changes the interface with the network core (so they can no longer communicate), will the application core still be able to download the network core&amp;#39;s new image via WiFi and then perform the network core&amp;#39;s update?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="115767" url="~/f/nordic-q-a/122459/non-simultaneous-multi-image-dfu-ota-over-wifi-rollback-capabilities/540723"]Is&amp;nbsp;this DFU meant for both the nRF5340 and the nRF7002 companion chip?[/quote]
&lt;p&gt;Yes, we&amp;#39;d like to support update capability for the nRF7002, as well (also non-simultaneously).&lt;/p&gt;
[quote userid="115767" url="~/f/nordic-q-a/122459/non-simultaneous-multi-image-dfu-ota-over-wifi-rollback-capabilities/540723"]And which core on the nRF5340 is managing Wi-Fi?[/quote]
&lt;p&gt;The application core is currently managing WiFi.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="115767" url="~/f/nordic-q-a/122459/non-simultaneous-multi-image-dfu-ota-over-wifi-rollback-capabilities/540723"]In the &amp;quot;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf53/simultaneous_multi_image_dfu_nrf5340.html"&gt;Simultaneous Multi-Image DFU&lt;/a&gt;&amp;quot; section, there&amp;#39;s a note that, although placed there, seems relevant to this topic.[/quote]
&lt;p&gt;I mentioned this note in my original post, but I realize my actual question may have not been apparent - is this reversion issue a byproduct of simultaneous updates?&amp;nbsp;What exactly is meant by &amp;quot;the reversion process f&lt;span&gt;ills the network core with the content currently in the RAM that PCD uses&amp;quot;?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regarding downgrade prevention, I understand its use and purpose, but for my work&amp;#39;s use case, version control is carefully managed internally - though downgrading is never part of the plan, having the&amp;nbsp;ability to roll back any deployed firmware is critical, which is why I&amp;#39;m interested in knowing the feasibility of rollback support for this chip.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Non-simultaneous multi-image DFU OTA over WiFi? Rollback capabilities?</title><link>https://devzone.nordicsemi.com/thread/540723?ContentTypeID=1</link><pubDate>Fri, 27 Jun 2025 13:11:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5f10d09-7b1a-4d12-b8cf-f36b5a593397</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Is non-simultaneous multi-image FOTA over WiFi possible on the nRF5340?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Yes, non-simultaneous multi-image FOTA over Wi-Fi on the nRF5340 is possible, as long as the update image is correctly placed in the secondary application slot. MCUboot will then handle distributing the firmware to the appropriate cores (Application and Network).&lt;/p&gt;
&lt;p&gt;Whether non-simultaneous DFU is suitable depends on which cores are involved:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;If only one core needs updating, then non-simultaneous DFU is fine.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If both cores need to be updated, then a simultaneous DFU is recommended to avoid interrupting the Wi-Fi transport during the process.&lt;/p&gt;
&lt;p&gt;Another thing to check :&amp;nbsp;Is&amp;nbsp;this DFU meant for both the nRF5340 and the nRF7002 companion chip? And which core on the nRF5340 is managing Wi-Fi?&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This matters because if the core handling Wi-Fi is being updated, you must ensure the connection stays stable during the DFU. In that case, a simultaneous update may be necessary.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Can rollback functionality be supported for both cores (application and network) on the nRF5340?&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Take a look at the section on&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/bootloaders_dfu/mcuboot_nsib/bootloader_downgrade_protection.html#:~:text=For%20nRF53%20Series%20devices%2C%20this%20mode%20is%20generally%20the%20most%20appropriate%20for%20MCUboot.%20The%20default%20mode%20applies%20only%20to%20the%20application%20core%20and%20not%20the%20network%20core%2C%20potentially%20resulting%20in%20a%20version%20mismatch."&gt; downgrade prevention &lt;/a&gt;and also refer to this &lt;a href="https://devzone.nordicsemi.com/support-private/support/342678"&gt;older DevZone ticket&lt;/a&gt;.&lt;br /&gt; In the &amp;quot;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf53/simultaneous_multi_image_dfu_nrf5340.html"&gt;Simultaneous Multi-Image DFU&lt;/a&gt;&amp;quot; section, there&amp;#39;s a note that, although placed there, seems relevant to this topic.&lt;br /&gt; Rollback support for the network core is not available.&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: Non-simultaneous multi-image DFU OTA over WiFi? Rollback capabilities?</title><link>https://devzone.nordicsemi.com/thread/540624?ContentTypeID=1</link><pubDate>Thu, 26 Jun 2025 16:48:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a84105a3-3058-484d-8ffd-60afa2e9ccc7</guid><dc:creator>Amira R.</dc:creator><description>&lt;p&gt;Hi Abhijith,&lt;/p&gt;
&lt;p&gt;Sounds good! Thank you for updating me, I&amp;#39;ll check back in tomorrow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Non-simultaneous multi-image DFU OTA over WiFi? Rollback capabilities?</title><link>https://devzone.nordicsemi.com/thread/540606?ContentTypeID=1</link><pubDate>Thu, 26 Jun 2025 14:20:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db027cbe-dddd-4d6c-8e7c-3e7c20330ad1</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Just letting you know that I am looking into this ticket. I couldn’t take a proper look at it today, but I will get back to you tomorrow. Sorry for the delay.&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>