<?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>MCUBoot with NRF54L15 - can&amp;#39;t make it working</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123569/mcuboot-with-nrf54l15---can-t-make-it-working</link><description>Hi, 
 I am using NRF Connect environment and would like to enable by program to use MCU Boot functionality with dual-imaging support and FOTA updates. 
 My Kconfig.sysbuild has the following flags enabled: 
 
 
 CONFIG_BOOTLOADER_MCUBOOT = y 
 CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 Aug 2025 11:26:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123569/mcuboot-with-nrf54l15---can-t-make-it-working" /><item><title>RE: MCUBoot with NRF54L15 - can't make it working</title><link>https://devzone.nordicsemi.com/thread/547070?ContentTypeID=1</link><pubDate>Thu, 28 Aug 2025 11:26:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba0b86a1-47b8-4d61-a13c-2fc136060b62</guid><dc:creator>Alex P</dc:creator><description>&lt;p&gt;Thanks a lot, it worked!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: MCUBoot with NRF54L15 - can't make it working</title><link>https://devzone.nordicsemi.com/thread/545196?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2025 12:10:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fae99b77-369c-4dd6-9d02-088f66da9126</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;Hi Alex,&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Kconfig.sysbuild&lt;/code&gt; is for defining custom KConfig symbols, not setting them.&lt;/p&gt;
&lt;p&gt;To enable MCUBoot, you only need to do the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;In your application directory, create a file named &lt;code&gt;sysbuild.conf&lt;/code&gt; (this is where you configure sysbuild).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add the following line to that file to enable MCUBoot:&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;SB_CONFIG_BOOTLOADER_MCUBOOT=y&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Benjamin&lt;/p&gt;
&lt;pre&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>