<?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>Update mcuboot (DFU) in SDK v2.7.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115253/update-mcuboot-dfu-in-sdk-v2-7-0</link><description>Hello, I just upgraded from SDK v2.5.0 to v2.7.0 and now I have a problem updating the bootloader. 
 In my project I have b0, the mcuboot (in s0 and s1) and the application. 
 I would like to be able to update the bootloader via mcumgr (update the app</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 09 Oct 2024 10:21:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115253/update-mcuboot-dfu-in-sdk-v2-7-0" /><item><title>RE: Update mcuboot (DFU) in SDK v2.7.0</title><link>https://devzone.nordicsemi.com/thread/505516?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2024 10:21:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3866523-b5ba-488c-a5dd-730178db2bb2</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Good to hear! The SB_CONFIG_SECURE_BOOT_MCUBOOT_VERSION string is used to sign the image for MCUboot, allowing MCUboot to copy the image to the s1/s0 slot, while CONFIG_FW_INFO_FIRMWARE_VERSION sets the version embedded in the MCUboot image that b0 uses.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Update mcuboot (DFU) in SDK v2.7.0</title><link>https://devzone.nordicsemi.com/thread/505490?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2024 09:00:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:747f63a3-a576-4ddd-8ab9-829e52192846</guid><dc:creator>QuentinD</dc:creator><description>&lt;p&gt;It works, thank you !&lt;br /&gt;&lt;br /&gt;What is the difference between&amp;nbsp;SB_CONFIG_SECURE_BOOT_MCUBOOT_VERSION and&amp;nbsp;CONFIG_FW_INFO_FIRMWARE_VERSION ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Update mcuboot (DFU) in SDK v2.7.0</title><link>https://devzone.nordicsemi.com/thread/505163?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2024 11:26:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea029e2e-eb0b-44a1-bcfb-5e5c2fa68a54</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m experiencing the same issue when trying this with SDK v2.7.0. I will investigate further and keep you updated on the progress.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&amp;nbsp;&lt;/strong&gt;Please add&amp;nbsp;SB_CONFIG_MCUBOOT_UPDATEABLE_IMAGES=2 and&amp;nbsp;&lt;br /&gt;SB_CONFIG_MCUBOOT_APP_SYNC_UPDATEABLE_IMAGES=n&amp;nbsp;to your sysbuild configuration.&amp;nbsp;The image number must be set to &amp;#39;2&amp;#39; for MCUBoot to be able to activate the MCUBoot image.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_sysbuild.html 
SB_CONFIG_BOOTLOADER_MCUBOOT=y
SB_CONFIG_SECURE_BOOT_APPCORE=y
SB_CONFIG_DFU_MULTI_IMAGE_PACKAGE_BUILD=y
SB_CONFIG_DFU_MULTI_IMAGE_PACKAGE_APP=y
SB_CONFIG_DFU_MULTI_IMAGE_PACKAGE_MCUBOOT=y

SB_CONFIG_SECURE_BOOT_MCUBOOT_VERSION=&amp;quot;3.0.0+0&amp;quot;

SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE=&amp;quot;keys/nrf_bootloader.pem&amp;quot;
SB_CONFIG_BOOT_SIGNATURE_KEY_FILE=&amp;quot;${APPLICATION_CONFIG_DIR}/keys/mcuboot_priv.pem&amp;quot;

# Settings required for external flash to be used for DFU
SB_CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y
SB_CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y

SB_CONFIG_MCUBOOT_UPDATEABLE_IMAGES=2
SB_CONFIG_MCUBOOT_APP_SYNC_UPDATEABLE_IMAGES=n&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>