<?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>Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123914/regarding-simultaneous-dfu-for-app-core-net-core-and-wifi-patch</link><description>Hello, I am working on a custom board with my own custom project. I want to perform DFU for all the images I mentioned. The mechanism for the OTA update will be as follows: 1. The OTA binary will be downloaded over the WIFI and stored to the SDCard 2</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 Sep 2025 07:35:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123914/regarding-simultaneous-dfu-for-app-core-net-core-and-wifi-patch" /><item><title>RE: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/548019?ContentTypeID=1</link><pubDate>Mon, 08 Sep 2025 07:35:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b0f9dad-5b89-4cc4-b87d-81276e2eb468</guid><dc:creator>Aarnav</dc:creator><description>&lt;p&gt;Thanks for your help again. Closing this issue now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/548018?ContentTypeID=1</link><pubDate>Mon, 08 Sep 2025 07:31:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3f6bbd2-79dc-43f2-a128-2a41217691dd</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hello!&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Glad to hear that you were able to progress!&lt;/p&gt;
[quote user="Aarnav"]Although I wanted to raise another ticket for this question but in a case you can tell me, we set the pm_static.yml for the application core which includes the primary and secondary partitions for app core, secondary partitions for net core and wifi patch.&lt;br /&gt;&lt;br /&gt;The question is-&amp;gt; Do we also have to declare a pm_static.yml for the network core application.&amp;nbsp;[/quote]
&lt;p&gt;You only need one pm_static.yml for all images as shown in this &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/nrf5340/extxip_smp_svr/README.html"&gt;sample&lt;/a&gt;:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/main/samples/nrf5340/extxip_smp_svr"&gt;https://github.com/nrfconnect/sdk-nrf/tree/main/samples/nrf5340/extxip_smp_svr&lt;/a&gt;. Note that there are multiple present in this sample, but that&amp;#39;s just to showcase various configurations&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: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/547833?ContentTypeID=1</link><pubDate>Fri, 05 Sep 2025 05:23:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b403737-19e7-401d-b077-2c6dea8c9e3c</guid><dc:creator>Aarnav</dc:creator><description>&lt;p&gt;You were right, storing the file in the sdcard is just an overhead. Also, I could do the simultaneous DFU through the &amp;quot;dfu milti image&amp;quot; and &amp;quot;dfu target&amp;quot; library. Thanks a lot for your help.&lt;br /&gt;I am closing this issue for now&lt;br /&gt;&lt;br /&gt;Although I wanted to raise another ticket for this question but in a case you can tell me, we set the pm_static.yml for the application core which includes the primary and secondary partitions for app core, secondary partitions for net core and wifi patch.&lt;br /&gt;&lt;br /&gt;The question is-&amp;gt; Do we also have to declare a pm_static.yml for the network core application.&amp;nbsp;&lt;br /&gt;Just for information sysbuild is being used to handle multiple images.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/546788?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 13:54:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1676697a-c2ef-4c08-824d-4ca2f42b609d</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Ok lets take it back a step&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Based on the motivation I still don&amp;#39;t see the need to OTA the files into an SD card placed on the device you will update, before you move it to mcuboot secondary on an external flash and then do the image swapping. I can see the need to have an SD card as a replacement for UART/USB/Serial recovery as a physical option for DFU in a industrial device, where external operators will have to update the firmware of the device, but if the device that will be updated has WiFi I would skip the part where you OTA to an intermittent device (the SD card) and just go directly to the external flash.&lt;/p&gt;
&lt;p&gt;Nonetheless, if you have a device without OTA options, you will have to have a physical DFU option, where you have 3 options; UART, USB or FS on a SD card. In your case I understand your design as having chosen SD card as the physical alternative.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Does this resonate with what you&amp;#39;re aiming to do, am I misunderstanding anything, or are insisting on having the SD card as an intermittent storage for WiFi OTA as well?&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s what I would recommend&lt;/p&gt;
&lt;p&gt;If WiFi-OTA:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download the candidate images directly to the respective mcuboot secondary partitions for the candidate images and do DFU with MCUMgr as described in the academy &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/"&gt;course on DFU&amp;nbsp;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If DFU over SD card&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Load the update binaries to the SD card by plugging it into Machine A (computer, SD card writer, wherever you will obtain the candidate images from), then plug it into Machine B which you will update.&lt;/li&gt;
&lt;li&gt;Write the files to the addresses corresponding to the various secondary partitions you&amp;#39;ve defined that are located on the external flash. You can either use the FS write functions with the destination addresses being the partitions or the MCUmgr filesystem&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/bootloaders_dfu/dfu_tools_mcumgr_cli.html#filesystem_management"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/bootloaders_dfu/dfu_tools_mcumgr_cli.html#filesystem_management&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Validate, confirm, reset and swap old and new images&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;Kind regard,s&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/546764?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 12:47:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6784358f-a1af-4d88-be00-6522128b23bb</guid><dc:creator>Aarnav</dc:creator><description>&lt;p&gt;Because the application will download the firmware from a specific secure API and then when the file is succesfully downloaded, we will go for writing the contents into the external flash. &lt;br /&gt;Writing the downloaded chunk directly&amp;nbsp;into the external flash does not seem to be a good idea for now but I will still consider it and try.&lt;br /&gt;&lt;br /&gt;Still the part &amp;quot;how to write the content into the external flash&amp;quot; is not clarified. What you have given me in the last response is a write function of FAT FS library: fs_write which takes an initialised file descriptor(through fs_open) as an input and the FAT FS takes care of handling the address stuff.&lt;br /&gt;&lt;br /&gt;What you are essentially saying is I should mount the external flash with the FAT FS library, then open a file in external flash for which I don&amp;#39;t know how I am assigning a path, then write the content into it knowing that I am not giving any input for a specific address in this whole process.&lt;br /&gt;&lt;br /&gt;Is this even possible and the correct way to do this?&lt;br /&gt;&lt;br /&gt;Please correct me bluntly if I am wrong.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/546756?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 12:37:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7feffa62-5f5f-41e1-92a0-0f4e14d07616</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;No can do, sir. You&amp;#39;re stuck with me. Please review the resources, as you should have everything you need from there.&amp;nbsp;&lt;/p&gt;
[quote user="AHaug"]Doesn&amp;#39;t this work?[/quote]
&lt;p&gt;This is the API you need to write contents to a specific memory address. You need to separate the contents of the .bin you download and initially write to the SD card. TBH I can&amp;#39;t see the reason for why you have the SD card as a temporary storage when you already have an external flash and you can download the candidate images directly to the external flash in the first place.&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: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/546753?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 12:14:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bd3e8bf-eb8e-4f5d-9e20-8e3009139e55</guid><dc:creator>Aarnav</dc:creator><description>&lt;p&gt;I think I am not able to make&amp;nbsp;explain you what I want. Can you please float this ticket to someone else?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/546740?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 10:49:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:547dcf8e-a28e-4f59-b7bf-a0d3f528671d</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Doesn&amp;#39;t this work?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1756205339389v4.png" alt=" " /&gt;&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: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/546733?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 09:22:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e575609c-3dd2-4d46-bbed-e5f61b560451</guid><dc:creator>Aarnav</dc:creator><description>&lt;p&gt;All of this is done. &lt;br /&gt;The only missing point is how to write it from the sdcard to the external flash.&lt;br /&gt;I have my FAT FS initialised. &lt;br /&gt;I am able to read contents of my file but the only thing I don&amp;#39;t know is how to write it into the external flash. &lt;br /&gt;Since external flash is a partition instead of a file, my only question is:&amp;nbsp; &lt;br /&gt;&lt;strong&gt;What&amp;nbsp;is the interface/API(s) to write the contents of the firmware binary file into the external flash in those regions&amp;nbsp;defined in the pm_static for all the three partitions.&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/546727?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 08:43:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:567c9b23-786d-45d1-9218-f6a790cc17b2</guid><dc:creator>AHaug</dc:creator><description>[quote user="Aarnav"]I want the guidance for this part specifically[/quote]
&lt;p&gt;Choose whichever transport you have connected the SD card to and the external flash to and do a read from the SD card and write it to the external flash. To do this you can use the file system that for instance the SD card samples in zephyr uses. As for setting up an SD card, have a look at the zephyr file system samples and for setting up an external flash see&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-3-dfu-with-external-flash/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-3-dfu-with-external-flash/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;struct fs_file_t src, dst;
fs_file_t_init(&amp;amp;src);
fs_file_t_init(&amp;amp;dst);

fs_open(&amp;amp;src, &amp;quot;/SD:/source_file.txt&amp;quot;, FS_O_READ);
fs_open(&amp;amp;dst, &amp;quot;/lfs/dest_file.txt&amp;quot;, FS_O_CREATE | FS_O_WRITE);

char buf[512];
ssize_t read_bytes;
while ((read_bytes = fs_read(&amp;amp;src, buf, sizeof(buf))) &amp;gt; 0) {
    fs_write(&amp;amp;dst, buf, read_bytes);
}

fs_close(&amp;amp;src);
fs_close(&amp;amp;dst);&lt;/pre&gt;&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: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/546711?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 07:22:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7747a23-4662-4368-a439-c1050db15f8f</guid><dc:creator>Aarnav</dc:creator><description>[quote userid="107683" url="~/f/nordic-q-a/123914/regarding-simultaneous-dfu-for-app-core-net-core-and-wifi-patch/546707"]When you have the images within the respective secondaries,[/quote]
&lt;p&gt;I want the guidance for this part specifically. As I said, I want to write the contents of the binary file into the flash for all the 3 partitions.&lt;br /&gt;&lt;br /&gt;Are you saying&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/zephyr-apis-latest/page/group_mcuboot_api.html"&gt;https://docs.nordicsemi.com/bundle/zephyr-apis-latest/page/group_mcuboot_api.html&lt;/a&gt;&amp;nbsp;will be able to do that also along with swapping mechanism?&lt;br /&gt;&lt;br /&gt;Assume that I have the file already downloaded in the sdcard.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Aarnav&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/546707?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 07:11:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8bb570db-b8a5-444a-a119-8807881e7d31</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Ah, like that. Hmm, no not from the SD card itself, but you can have your ota bin/zip containing all 3 images to the SD card and then move the contents of the secondary for each respective partition you should be good to go to do a simultaneous update upon next reboot.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Lets say you&amp;#39;re using a nRF5340 as the host MCU together with your 7002EK. Then you will have 3 partitions for appcore, netcore and &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf70/nrf70_fw_patch_update.html"&gt;wifi fw patch&lt;/a&gt;, and 3 partitions for their secondary slots to store the candidate OTA image where the wifi fw patch may reside in external flash before being loaded into flash. For the update of these 3 images, you can do it simultaneously, and we recommend simultaneous DFU for the nrf5340 anyways. There may be some additional tips w.r.t downloading the image over wifi here&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-7-fota-over-wi-fi/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-7-fota-over-wi-fi/&lt;/a&gt;&amp;nbsp;(if you&amp;#39;re using AWS then this may be an even better fit than the cellular lwm2m dfu of another mcu sample).&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;When you have the images within the respective secondaries, you need to mark the candidate images with the proper status so that they will get swapped (if they get validated by the MCUboot). To do this you can use&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/zephyr-apis-latest/page/group_mcuboot_api.html"&gt;https://docs.nordicsemi.com/bundle/zephyr-apis-latest/page/group_mcuboot_api.html&lt;/a&gt;&amp;nbsp;(&lt;span&gt;&lt;em&gt;boot_write_img_confirmed() and/or&amp;nbsp;boot_write_img_confirmed_multi(image_index)&lt;/em&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;After the images are marked as confirmed you should be ready to trigger a multi image swap by reseting the SoC.&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: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/546694?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 06:17:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a4a8283-6dff-4b83-8ae9-a8e3e418c87a</guid><dc:creator>Aarnav</dc:creator><description>&lt;p&gt;The real question is can we directly write the firmware binary file from the SDCard to the flash area of all the 3 partitions in one go to achieve simultaneous update upon next reboot. &lt;br /&gt;It is fine if we don&amp;#39;t have examples as of now but can I get the APIs atleast and the flow of using them?&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Aarnav&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/546692?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 06:00:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:635c9287-07f5-4a64-8174-7f5323a2c6a2</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Thank you for clarifying.&lt;/p&gt;
&lt;p&gt;Unfortunately we don&amp;#39;t have any sample that showcases exactly how to do the transport from a temporary storage to a secondary flash, but you for step 2 and 3 you can implement a solution for your project by dissecting these samples: &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/lwm2m_client/README.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/lwm2m_client/README.html&lt;/a&gt;. This is a demo that we&amp;#39;ve set up to showcase a similar thing for cellular DFU of another device where you download the update image on one device and temporarily store it there, and then transfer it to another device&amp;#39;s secondary partition.&lt;/p&gt;
&lt;p&gt;This is the best we can give as an example for your use case and from here it will be up to you to implement your own custom variant of this solution.&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: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/546647?ContentTypeID=1</link><pubDate>Mon, 25 Aug 2025 13:59:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24ddbab6-cad4-4cec-a4f4-bbb3076438f4</guid><dc:creator>Aarnav</dc:creator><description>&lt;p&gt;So I will download the files through WIFI from a custom&amp;nbsp;API of my own due to which I will store any DFU related file on the SDCard first.&lt;br /&gt;Yes I want my mcuboot secondary slot on external flash.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Aarnav&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Regarding Simultaneous DFU for app core, net core and wifi patch</title><link>https://devzone.nordicsemi.com/thread/546644?ContentTypeID=1</link><pubDate>Mon, 25 Aug 2025 13:52:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0504ab6-848a-4a71-b43b-b83de5b8771c</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;First of I need to know one thing. Do you intend to place the mcuboot secondary application slot on the SPI, or do you simply intend to temporarily store the candidate image on the SD card before you move it to MCUboot secondary application slot on either the internal or external flash?&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></channel></rss>