<?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: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116389/nrf5340-smp-server-with-external-xip-sample-with-image-revert-possibility</link><description>Hi all, 
 by default, the &amp;quot;nRF5340: SMP Server with external XIP&amp;quot; sample does not support reverting images in case DFU was not successful. In other words, it does not swap slots, it just copies the new image over the old one. This is caused by the config</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Jan 2025 13:30:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116389/nrf5340-smp-server-with-external-xip-sample-with-image-revert-possibility" /><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/518643?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2025 13:30:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:083830cf-507d-49fe-b30d-b14696ead979</guid><dc:creator>AHaug</dc:creator><description>[quote user="Ladivin"]So if I understand it correctly, the&amp;nbsp;&lt;span&gt;SB_CONFIG_NETCORE_NONE=y is mandatory in this case? &lt;/span&gt;[/quote]
&lt;p&gt;Correct&lt;/p&gt;
[quote user="Ladivin"]In other words, the only way to enable the revert option in a multi-image scenario for single nrf5340 is to update just two images (app + external) while also having an empty network core (meaning no BLE) at the same time?[/quote]
&lt;p&gt;Yes, this resonates with my understanding of how&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/mcuboot/design.html"&gt;direct-xip&lt;/a&gt;&amp;nbsp;at least, and you will have to add the revert mechanism on top of the no_netcore_direct_xip configuration (explained here: &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/mcuboot/design.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/mcuboot/design.html&lt;/a&gt;). &lt;br /&gt;&lt;br /&gt;Do also pay attention to the drawback mentioned there&amp;quot;&lt;em&gt;&lt;span&gt;&amp;nbsp;Handling the primary and secondary slots as equals has its drawbacks. Since the images are not moved between the slots, the on-the-fly image encryption/decryption can’t be supported (it only applies to storing the image in an external flash on the device, the transport of encrypted image data is still&lt;/span&gt;&lt;/em&gt; feasible).&amp;quot; in case encryption and decryption is a concern for you.&lt;/p&gt;
&lt;p&gt;Do note I&amp;#39;m fairly confident my understanding is correct, but I&amp;#39;ve not tested and developed anything with this specific configuration. I&amp;#39;ve only discussed it with my colleagues, read the documentation and investigated the samples you&amp;#39;ve also been working with&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/518558?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2025 08:32:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a290cfbd-7fc0-4402-96a9-c003b50e0ffe</guid><dc:creator>Ladivin</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;Again, many thanks for your response.&lt;/p&gt;
&lt;p&gt;So if I understand it correctly, the&amp;nbsp;&lt;span&gt;SB_CONFIG_NETCORE_NONE=y is mandatory in this case? In other words, the only way to enable the revert option in a multi-image scenario for single nrf5340 is to update just two images (app + external) while also having an empty network core (meaning no BLE) at the same time?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ladivin&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/518470?ContentTypeID=1</link><pubDate>Wed, 15 Jan 2025 14:48:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65bbd7b2-2d46-4074-a334-d5fcb6819232</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi again Ladivin,&lt;/p&gt;
&lt;p&gt;No worries, always good to discuss complex questions a bit closer to understand them better.&lt;/p&gt;
&lt;p&gt;That&amp;#39;s a good question.&amp;nbsp;SB_CONFIG_NETCORE_NONE=y sets the netcore empty, as you say, meaning that you don&amp;#39;t have anything on the network core. But if you want to an update of only 2 images (app and external flash) via BLE this indicates that you have something on the netcore i.e the hci_ipc companion component (previously known as child image), meaning that you conflict with SB_CONFIG_NETCORE_NONE=y. &lt;br /&gt;&lt;br /&gt;My understanding of this config is that it&amp;#39;s only for non-BLE configurations of the nRF5340, meaning that you won&amp;#39;t be able to perform FOTA over BLE since the network core is empty. It might be useful if you have a multi-MCU board where another BLE compatible device receives the XIP_no_netcore__directxip image, sends it over serial to the nRF5340 which has an empty netcore over serial and then MCUboot on the 5340_no_netcore performs the update using that image.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/518389?ContentTypeID=1</link><pubDate>Wed, 15 Jan 2025 08:53:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:452a8ba2-f767-4f91-87d8-915429fc13ed</guid><dc:creator>Ladivin</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;I apologize for revisiting our previous discussion, but I have one more question.&lt;/p&gt;
&lt;p&gt;I understand our conclusion about the lack of revert options for the 3-image update on the nRF5340, and I won&amp;#39;t dispute it.&lt;/p&gt;
&lt;p&gt;I want to confirm something: since SDK version 2.8.0, the &amp;quot;nRF5340: SMP Server with external XIP&amp;quot; sample allows for &amp;quot;direct XIP&amp;quot; mode, which does enable revert options. In the configuration (like &amp;quot;sysbuild_no_network_core_directxip.conf&amp;quot;), the network core is empty. This indicates that a network core update isn&amp;#39;t possible, but does it also mean the network core must be empty?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m asking, because I would like to know if it&amp;#39;s possible to update only 2 images (the application and external flash) via BLE and still have the revert option.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you very much in advance. This is a bit difficult to explain, so if more details are needed, just let me know &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Ladivin&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/513566?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2024 08:33:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f8d3d73-62b1-412d-bb4b-f1f83148dadf</guid><dc:creator>AHaug</dc:creator><description>[quote user="Ladivin"]so the final conclusion is that if one wants multi-image update, there&amp;#39;s no way revert, correct?[/quote]
&lt;p&gt;From my understanding, this is not supported for the nRF5340. This might be different for the nRF54L15 (which uses &amp;quot;regular&amp;quot; MCUboot DFU) and nRF54L20 (which uses SUIT).&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/513488?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2024 16:02:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9fcaaa0-13bd-44f8-9f6c-701ce00bd60c</guid><dc:creator>Ladivin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;so the final conclusion is that if one wants multi-image update, there&amp;#39;s no way revert, correct?&lt;/p&gt;
&lt;p&gt;Many thanks for your help!&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Ladivin&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/513444?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2024 13:47:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a433182-a647-4de1-b06f-ea088dbdb1fd</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I had discussion with the bootloader devs and the conclusion is that the combination you&amp;#39;re asking for is not supported. It cannot be supported because of a dependency of MCUboot which is closer described here:&amp;nbsp;&lt;a href="https://github.com/mcu-tools/mcuboot/issues/1950"&gt;https://github.com/mcu-tools/mcuboot/issues/1950&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/513355?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2024 08:26:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f28105b5-b412-49c0-9528-625d09bc0749</guid><dc:creator>Ladivin</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;again, many thanks for the explanation. I understand. If you had a chance to verify the combination we were discussing it would be great.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Ladivin&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/511700?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 14:54:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ef062e7-dafe-4bd4-9b0a-f66d7b36b662</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Happy to help&lt;/p&gt;
[quote user="Ladivin"]There is one more idea I have - would it be somehow possible to update all three images (app + net + qspi flash) and make app + qspi flash images reversible? [/quote]
&lt;p&gt;Hmm, I will have to look closer into this, but my initial guess is that it might be possible. You might be aware of this, but I&amp;#39;m stating it anyways: One of the reasons for why we recommend simultaneous DFU of both the app and netcore at the same time is so that you don&amp;#39;t break the interface (rpmsg / ipc or other) between them.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Lets consider the case of nonsimultaneous of app and netcore (and put xip part on the sideline): If you do this you will first upload the app core image, reboot the device and swap to the new image. The next step is to upload the image to the netcore and repeat the same steps, but if you in the first step has broken the interface between the cores (for instance that the app core is no longer compatible with the previous interface), you can&amp;#39;t use the netcore and BLE to upload the new image to the netcore. Let me know if you&amp;#39;re still following or not and I&amp;#39;ll clear up my explanation.&lt;/p&gt;
&lt;p&gt;But as mentioned, I will look into this and verify if the combination you were asking about and get back to you after the weekend&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/511657?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2024 13:04:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b016f5e0-0280-4b5f-9a66-766b79ca6f60</guid><dc:creator>Ladivin</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;again, many thanks for your responses, and your patience :) I understand the limitation regarding the network core image.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is one more idea I have - would it be somehow possible to update all three images (app + net + qspi flash) and make app + qspi flash images reversible? Of course, net image would not be reversible, that&amp;#39;s clear.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ladivin&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/511521?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2024 14:38:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:452fc245-d088-47e1-8eca-06d602a24263</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;No worries about the amount of questions.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I did some more investigation and I have found the reason for why it is not possible for the netcore. In general we don&amp;#39;t support reversion of the netcore image AFAIK, which is because of how DFU of the netcore is implemented. DFU of the netcore is handled through simulated RAM, and not in flash as with other parts of the image. This is a one-way transport, i.e after it is written to the netcore from SRAM, it can&amp;#39;t be revertedl&lt;/p&gt;
&lt;p&gt;From&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf53/simultaneous_multi_image_dfu_nrf5340.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf53/simultaneous_multi_image_dfu_nrf5340.html&lt;/a&gt;&amp;nbsp;it is stated in a note that &amp;quot;&lt;span&gt;The application core does not have direct access to the network core flash memory. The update image is passed indirectly using RAM. Because of this, the&amp;nbsp;&lt;/span&gt;&lt;code&gt;&lt;span&gt;mcuboot_primary_1&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;must be stored in&amp;nbsp;&lt;/span&gt;&lt;code&gt;&lt;span&gt;ram_flash&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;region&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Let me know if this answers your question&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;br /&gt;Andreas&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/511437?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2024 09:28:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54ee0564-276a-4034-8dbb-8d9b304a5c0f</guid><dc:creator>Ladivin</dc:creator><description>&lt;p&gt;Thanks for your reply, I&amp;#39;ll have a look into the various modes later one.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Just a final question -&amp;nbsp;so there&amp;#39;s really no way of updating all three images with the revert posibility? Even if we e.g. do it one by one?&amp;nbsp;I&amp;#39;m mean any way - even something really hacky?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry I&amp;#39;m asking pretty much the same thing from a different angle, but I need to be 100 % sure before I present this to my colleagues.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ladivin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/511352?ContentTypeID=1</link><pubDate>Wed, 20 Nov 2024 15:06:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c55981d-477a-492a-bd11-26a010b9a4e4</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-mcuboot/blob/bcdf6e24493a0c3de7c5f3a126a6b4075b2ad088/boot/zephyr/Kconfig#L413-L423"&gt;https://github.com/nrfconnect/sdk-mcuboot/blob/bcdf6e24493a0c3de7c5f3a126a6b4075b2ad088/boot/zephyr/Kconfig#L413-L423&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Ah, I now understand what you mean. As far as I can see this should be possible, yes. But I&amp;#39;ve not verified by running and testing this myself, so I recommend you validate mixing the configurations/modes with updating the various cores/xip partition combinations thoroughly and if you find anything not working as you and I have discussed already let me know and we&amp;#39;ll have a closer look if this is behaviour or should be a feature request&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/511096?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 13:26:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5794a711-f5bf-4384-9fd4-f269b2c172dc</guid><dc:creator>Ladivin</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;again many thanks for your response.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sorry for not being clear - by &amp;quot;other modes&amp;quot; I mean the choices that are defined in &lt;code&gt;&amp;lt;NCS_PATH&amp;gt;\bootloader\mcuboot\boot\zephyr\Kconfig&lt;/code&gt; under&amp;nbsp;&lt;code&gt;choice BOOT_IMAGE_UPGRADE_MODE&lt;/code&gt; - e.g. the direct XIP mode that is newly available in the sample or swap using scratch etc.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ladivin&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/511084?ContentTypeID=1</link><pubDate>Tue, 19 Nov 2024 13:10:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a819d00-3fa7-4024-8133-94de6282ec3e</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi Ladivin,&lt;/p&gt;
&lt;p&gt;Yes, based on the release notes it&amp;#39;s true that this overlay (and support) has been added&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/releases/release-notes-2.8.0.html#samples"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/releases/release-notes-2.8.0.html#samples&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
[quote user="Ladivin"]&lt;p&gt;&lt;span&gt;In other words, the requirement to have&amp;nbsp;CONFIG_BOOT_UPGRADE_ONLY=y applies only if all of the three images are to be updatable?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;Also correct. From the note you mention, reversion of netcore image is not supported in simultaneous update of multiple images:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;&amp;quot;CONFIG_BOOT_UPGRADE_ONLY&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- The simultaneous update of multiple images does not support network core image reversion, so you need to disable application image reversion.&amp;quot;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
[quote user="Ladivin"]If I understand it correctly, if I wanted to update only two images (app + QSPI flash and NOT net core), I can use other modes, right? [/quote]
&lt;p&gt;Could you expand on what you mean by &amp;quot;other modes&amp;quot;?&lt;/p&gt;
&lt;p&gt;Kind regards;&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/510878?ContentTypeID=1</link><pubDate>Mon, 18 Nov 2024 12:05:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a6346e0-8223-4812-a854-38537cb28300</guid><dc:creator>Ladivin</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;thank you for the quick answer! I have a follow up question.&lt;/p&gt;
&lt;p&gt;I can see that this sample (&lt;span&gt;nRF5340: SMP Server with external XIP) got some updates in the new version of the SDK (2.8.0). If I understand it correctly, if I wanted to update only two images (app + QSPI flash and NOT net core), I can use other modes, right? I can tell because the&amp;nbsp;sysbuild_no_network_core_directxip.conf contains SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In other words, the requirement to have&amp;nbsp;CONFIG_BOOT_UPGRADE_ONLY=y applies only if all of the three images are to be updatable?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Ladivin&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340: SMP Server with external XIP sample with image revert possibility</title><link>https://devzone.nordicsemi.com/thread/510721?ContentTypeID=1</link><pubDate>Fri, 15 Nov 2024 14:13:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e23e324-421b-490f-876a-fd9931fb2e8f</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]Does this mean that the only way to achieve multi image DFU for nrf5340 with part of code in QSPI flash is to have this config set to y[/quote]
&lt;p&gt;Yes, this is correct&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>