<?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>Inquiry on Using Primary Slot Only for nRF54L05 in MCUboot with SPI-based Firmware Update</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122471/inquiry-on-using-primary-slot-only-for-nrf54l05-in-mcuboot-with-spi-based-firmware-update</link><description>Dear Nordic Semiconductor Team and Community Members, 
 
 I am currently working on an nRF54L05 project where I aim to use only the primary slot in MCUboot due to memory constraints. Instead of the backup slot upgrade mechanism, I want to implement a</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Jul 2025 11:43:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122471/inquiry-on-using-primary-slot-only-for-nrf54l05-in-mcuboot-with-spi-based-firmware-update" /><item><title>RE: Inquiry on Using Primary Slot Only for nRF54L05 in MCUboot with SPI-based Firmware Update</title><link>https://devzone.nordicsemi.com/thread/541023?ContentTypeID=1</link><pubDate>Tue, 01 Jul 2025 11:43:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f887f6f8-cb72-411f-987c-d56a2bdaf73e</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You&amp;#39;re right, it is not exactly as you described, but it does use a single-slot DFU method. If you&amp;#39;re interested in MCUboot&amp;#39;s XIP (Execute In Place) mode, it also supports single-slot firmware updates without a backup slot. In this mode, the bootloader directly executes the image from the specified slot.&lt;/p&gt;
&lt;p&gt;You can refer to the documentation on&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/nrf_desktop/bootloader_dfu.html#configuring_the_mcuboot_bootloader"&gt; configuring MCUboot in Direct XIP mode&lt;/a&gt;. There&amp;#39;s also&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/main/tests/modules/mcuboot/direct_xip"&gt; a sample available &lt;/a&gt;that you may find helpful.&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: Inquiry on Using Primary Slot Only for nRF54L05 in MCUboot with SPI-based Firmware Update</title><link>https://devzone.nordicsemi.com/thread/540788?ContentTypeID=1</link><pubDate>Sat, 28 Jun 2025 09:11:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23057660-ec74-4473-b42b-13fce11b285b</guid><dc:creator>Ozzy</dc:creator><description>&lt;p&gt;&lt;span&gt;Hello,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The example doesn&amp;#39;t meet my expectations. I can only realize my idea by writing the BOOT on my own and recreating the flash partition.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inquiry on Using Primary Slot Only for nRF54L05 in MCUboot with SPI-based Firmware Update</title><link>https://devzone.nordicsemi.com/thread/540566?ContentTypeID=1</link><pubDate>Thu, 26 Jun 2025 09:57:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0802b80-9e7c-4c2b-ab0d-06343e4fdd75</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thank you. Please let me know if the shared sample serves your purpose.&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: Inquiry on Using Primary Slot Only for nRF54L05 in MCUboot with SPI-based Firmware Update</title><link>https://devzone.nordicsemi.com/thread/540402?ContentTypeID=1</link><pubDate>Wed, 25 Jun 2025 01:06:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74e86752-43de-4c57-9783-63b9eb7ba095</guid><dc:creator>Ozzy</dc:creator><description>&lt;div class="paragraph"&gt;Hi, Menon&lt;/div&gt;
&lt;div class="paragraph"&gt;Thank you for your reply. I&amp;#39;m using the SDK version V3.0.0.&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Inquiry on Using Primary Slot Only for nRF54L05 in MCUboot with SPI-based Firmware Update</title><link>https://devzone.nordicsemi.com/thread/540380?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 15:47:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ced7d11e-72de-4af7-b3db-c28021fd86b0</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Which SDK version are you using here? I believe you can refer to the&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-1-dfu-over-uart/"&gt; DFU over UART sample&lt;/a&gt;, which uses the serial recovery method. This allows for single-slot DFU and utilizes the &lt;code&gt;CONFIG_MCUBOOT_SERIAL&lt;/code&gt; configuration.&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>