<?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>nRF5340 Simultaneous multi-image DFU OTA over BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84985/nrf5340-simultaneous-multi-image-dfu-ota-over-ble</link><description>Hello! 
 
 I&amp;#39;m struggling to make simultaneous multi-image DFU OTA to work on nRF5340DK. Is there a coherent guide on how to set it up from Zephyr perspective and what software to use on Android smartphone to test it? 
 
 There&amp;#39;s a mention of &amp;quot;Updating</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 25 Feb 2022 09:09:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84985/nrf5340-simultaneous-multi-image-dfu-ota-over-ble" /><item><title>RE: nRF5340 Simultaneous multi-image DFU OTA over BLE</title><link>https://devzone.nordicsemi.com/thread/354958?ContentTypeID=1</link><pubDate>Fri, 25 Feb 2022 09:09:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb3be57b-d685-45c7-b586-5169809a3b9a</guid><dc:creator>Thingy</dc:creator><description>&lt;p&gt;I am also struggling. I have attempted and failed to statically configure partitions to add the mcuboot_primary_1 and mcuboot_secondary_1 partitions per the documentation:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.1/nrf/ug_nrf5340.html#simultaneous-multi-image-dfu"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.1/nrf/ug_nrf5340.html#simultaneous-multi-image-dfu&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 Simultaneous multi-image DFU OTA over BLE</title><link>https://devzone.nordicsemi.com/thread/354742?ContentTypeID=1</link><pubDate>Thu, 24 Feb 2022 09:06:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ccce6d3-d11e-45d6-a710-09f705682e21</guid><dc:creator>Eighth</dc:creator><description>&lt;p&gt;Thanks for your reply, &amp;Oslash;yvind!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/84985/nrf5340-simultaneous-multi-image-dfu-ota-over-ble/354471#354471"]Did you try?&amp;nbsp;Have you followed the steps provided under &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.0/nrf/ug_nrf5340.html#fota-upgrades"&gt;FOTA upgrades&lt;/a&gt;?[/quote]
&lt;p&gt;Yes, when I use nRF Connect for Android to upload network core update to device with multi-image DFU enabled, it gets placed into application core secondary slot, and gets discarded and erased (because of wrong reset vector) by MCUboot on next restart. I can update network core via &lt;a href="https://docs.zephyrproject.org/latest/guides/device_mgmt/mcumgr.html#command-line-tool"&gt;mcumgr command-line tool&lt;/a&gt; through UART by specifying &amp;quot;-n 1&amp;quot; to select network core secondary slot, but not via nRF Connect for Android.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vladislav&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 Simultaneous multi-image DFU OTA over BLE</title><link>https://devzone.nordicsemi.com/thread/354471?ContentTypeID=1</link><pubDate>Wed, 23 Feb 2022 07:35:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a19b7bd4-944c-4e5b-bda8-a2f3b176d3c4</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
[quote user=""]At this point I&amp;#39;m pretty lost, confused and frustrated. Would appreciate any help.[/quote]
&lt;p&gt;Sorry to hear that. I hope that we can solve this issue for you.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user=""]There&amp;#39;s a mention of &amp;quot;Updating Nordic Thingy:53 firmware&amp;quot; article &lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.0/nrf/ug_thingy53.html#firmware-update-using-mcuboot-bootloader"&gt;in the documentation section about Thingy:53&lt;/a&gt;. However, &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_thingy53_gsg%2FUG%2Fthingy53_gsg%2Fupdating_fw.html"&gt;the link leads to &amp;quot;Page not found&amp;quot;&lt;/a&gt;! [/quote]
&lt;p&gt;The Thingy:53 is not released yet. As the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.0/nrf/ug_thingy53.html#working-with-thingy-53"&gt;Working with Thingy:53 documentation states&lt;/a&gt;:&amp;nbsp;&lt;em&gt;As of the nRF Connect SDK v1.9.0 release, Thingy:53 is an unreleased product that will be released in the near future.&lt;/em&gt;&lt;/p&gt;
[quote user=""]Besides, all of nRF applications in Google Play released in 2020, so I&amp;#39;m not even sure if they support multi-image DFU.[/quote]
&lt;p&gt;Did you try?&amp;nbsp;Have you followed the steps provided under &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.0/nrf/ug_nrf5340.html#fota-upgrades"&gt;FOTA upgrades&lt;/a&gt;?&lt;br /&gt;&lt;br /&gt;I will need some time to test this myself on a nRF5340 DK. Hope to have an answer by tomorrow.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>