<?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>Issue transitioning to nRF54L05 with MCUboot on ncs3.1.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125997/issue-transitioning-to-nrf54l05-with-mcuboot-on-ncs3-1-0</link><description>Hi, 
 I&amp;#39;m working on an application that I recently updated to ncs v3.1.0 (from v2.9.1). For most of the development, I have been working with the nrf54l15 as build target with a custom board, and now I want to transition towards the nrf54l05 since we</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Jan 2026 16:04:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125997/issue-transitioning-to-nrf54l05-with-mcuboot-on-ncs3-1-0" /><item><title>RE: Issue transitioning to nRF54L05 with MCUboot on ncs3.1.0</title><link>https://devzone.nordicsemi.com/thread/558319?ContentTypeID=1</link><pubDate>Thu, 08 Jan 2026 16:04:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba3363af-9c03-456c-ac03-a0d2b049f9c8</guid><dc:creator>WoutWG</dc:creator><description>&lt;p&gt;Thank you Vidar, we managed to get things working. Seems like in our case only&amp;nbsp;&lt;/p&gt;
&lt;p&gt;CONFIG_LTO=y&lt;/p&gt;
&lt;p&gt;CONFIG_ISR_TABLES_LOCAL_DECLARATION=y&lt;/p&gt;
&lt;p&gt;were necessary. This seems to mostly help to reduce memory size. But since we got the image to build before, just not start up, I&amp;#39;m wondering: Could it be that an image that technically fits in the memory and flash of the MCU doesn&amp;#39;t actually work due to some things being out of range?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Wout&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue transitioning to nRF54L05 with MCUboot on ncs3.1.0</title><link>https://devzone.nordicsemi.com/thread/557718?ContentTypeID=1</link><pubDate>Tue, 30 Dec 2025 10:32:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b603aebf-b57f-4fde-8591-8ef80ffb902f</guid><dc:creator>Vidar Berg</dc:creator><description>[quote user="WoutWG"]When I read out the mcuboot_primary address, I get 96F3B83D.[/quote]
&lt;p&gt;Thanks for confirming. This indicates that the signed application image has been programmed at least.&lt;/p&gt;
[quote user="WoutWG"]I tried to enable logging and got things to build by increasing CONFIG_PM_PARTITION_SIZE_MCUBOOT slightly. But I still don&amp;#39;t see any printing happening. It&amp;#39;s hard to connect the RTT viewer before the issue happens[/quote]
&lt;p&gt;The log messages should still be available in the RTT log buffer if you connect the RTT viewer after the bootloader has reached entered the &amp;quot;panic&amp;quot; loop.&lt;/p&gt;
&lt;p&gt;Attached is a pm_static.yml and bootloader configuration that has been tested to work on the nrf54l15dk/nrf54l05/cpuapp target. Could&amp;nbsp;you try using the same configuration in your project as a test to see if it works?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;pm_static.yml&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;mcuboot:
  address: 0x0
  region: flash_primary
  size: 0x6000

mcuboot_primary:
  address: 0x6000
  orig_span: &amp;amp;id001
  - app
  - mcuboot_pad
  region: flash_primary
  size: 0x3a000
  span: *id001
mcuboot_pad:
  address: 0x6000
  region: flash_primary
  size: 0x800
app:
  address: 0x6800
  region: flash_primary
  size: 0x39800
mcuboot_primary_app:
  address: 0x6800
  orig_span: &amp;amp;id002
  - app
  region: flash_primary
  size: 0x39800
  span: *id002

mcuboot_secondary:
  address: 0x40000
  orig_span: &amp;amp;id003
  - mcuboot_secondary_pad
  - mcuboot_secondary_app
  region: flash_primary
  size: 0x3a000
  span: *id003
mcuboot_secondary_pad:
  address: 0x40000
  region: flash_primary
  size: 0x800
mcuboot_secondary_app:
  address: 0x40800
  region: flash_primary
  size: 0x39800

settings_storage:
  address: 0x7a000
  region: flash_primary
  size: 0x3000
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;MCUBoot configuration&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/7534.sysbuild.zip"&gt;devzone.nordicsemi.com/.../7534.sysbuild.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please also verify&amp;nbsp;that&amp;nbsp;SB_CONFIG_MCUBOOT_SIGNATURE_USING_KMU is *not* enabled in your build/zephyr/.config file.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue transitioning to nRF54L05 with MCUboot on ncs3.1.0</title><link>https://devzone.nordicsemi.com/thread/557317?ContentTypeID=1</link><pubDate>Thu, 18 Dec 2025 12:11:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b117477-d077-4c04-a9bf-ba29d1c52ec5</guid><dc:creator>WoutWG</dc:creator><description>&lt;p&gt;Hi Vidar,&lt;/p&gt;
&lt;p&gt;Thank you for the feedback. When I read out the mcuboot_primary address, I get 96F3B83D.&lt;/p&gt;
&lt;p&gt;I tried to enable logging and got things to build by increasing CONFIG_PM_PARTITION_SIZE_MCUBOOT slightly. But I still don&amp;#39;t see any printing happening. It&amp;#39;s hard to connect the RTT viewer before the issue happens.&amp;nbsp;I tried setting a breakpoint&amp;nbsp;at the start of main() in&amp;nbsp;mcuboot to then connect the RTT viewer, but I still don&amp;#39;t get output. I stepped through the code and I could see that the issue occurred due to BOOT_SWAP_TYPE(state) == BOOT_SWAP_TYPE_PANIC (see this &lt;a href="https://github.com/nrfconnect/sdk-mcuboot/blob/main/boot/bootutil/src/loader.c#L1777"&gt;code&lt;/a&gt; bit).&lt;/p&gt;
&lt;p&gt;Do you have any pointers why this could happen?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue transitioning to nRF54L05 with MCUboot on ncs3.1.0</title><link>https://devzone.nordicsemi.com/thread/557157?ContentTypeID=1</link><pubDate>Wed, 17 Dec 2025 07:03:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ac7faa2-8ee8-4b68-93a1-241222c0ed5e</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It&amp;#39;s the first words at&amp;nbsp;&lt;span&gt;mcuboot_primary. At the start of&amp;nbsp;mcuboot_primary_app you should expect to see the application&amp;#39;s vector table (First word is the initial stack pointer so should be a valid RAM address).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The equivalent to --memrd with nrfutil:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfutil device read --address 0x0&lt;/pre&gt;&lt;/p&gt;
[quote user="WoutWG"]Bootloader logging is enabled, but I don&amp;#39;t see anything being printed. I&amp;#39;m using RTT logger as we don&amp;#39;t have a UART available, so not sure if that may have something to do with it.[/quote]
&lt;p&gt;To support RTT logging, the &amp;nbsp;bootloader must also have the following configurations&amp;nbsp;CONFIG_MULTITHREADING=y, CONFIG_LOG=y, and CONFIG_LOG_MODE_MINIMAL=n. The problem is that this will lead to a significant size increase which again may require more RRAM to be allocated to the bootloader. Before attempting this, I would try to verify that the device is correctly programmed with the merged.hex that includes the signed application binary with image header at the &lt;span&gt;mcuboot_primary address&lt;/span&gt;.&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><item><title>RE: Issue transitioning to nRF54L05 with MCUboot on ncs3.1.0</title><link>https://devzone.nordicsemi.com/thread/556760?ContentTypeID=1</link><pubDate>Thu, 11 Dec 2025 08:16:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4418c84-9455-4431-8646-bcc58ac38aa4</guid><dc:creator>WoutWG</dc:creator><description>&lt;p&gt;Hi Vidar,&lt;/p&gt;
&lt;p&gt;What would be the best way to check the mcuboot image header? Should I check the address of the mcuboot_primary or the mcuboot_primary_app? And with which tool? I see nrfjprog provides a --memrd functionality but I&amp;#39;m wondering if there is something similar with nrfutil (I&amp;#39;m not very familiar with it yet). Or is there a way to check the memory report or generated partitions.yml or other files without checking on an actual device?&lt;/p&gt;
&lt;p&gt;Bootloader logging is enabled, but I don&amp;#39;t see anything being printed. I&amp;#39;m using RTT logger as we don&amp;#39;t have a UART available, so not sure if that may have something to do with it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue transitioning to nRF54L05 with MCUboot on ncs3.1.0</title><link>https://devzone.nordicsemi.com/thread/556466?ContentTypeID=1</link><pubDate>Mon, 08 Dec 2025 13:52:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85506232-e8e6-42c3-acce-2a981259d067</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Wout,&lt;/p&gt;
&lt;p&gt;Please check if the mcuboot image header is written at the beginning of the primary slot address address and that it&amp;#39;s not just 0xFF&amp;#39;s. This will indicate whether the signed application image got programmed or not. And do you have the possibility to enable logging in the bootloader?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue transitioning to nRF54L05 with MCUboot on ncs3.1.0</title><link>https://devzone.nordicsemi.com/thread/556418?ContentTypeID=1</link><pubDate>Mon, 08 Dec 2025 08:19:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6f185c5-9d59-4681-94d2-04f9f544a2a6</guid><dc:creator>WoutWG</dc:creator><description>&lt;p&gt;Hi Vidar,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not (yet) using the KMU to store the public key for key validation, everything on that front is the default out-of-the-box behavior. That&amp;#39;s why I find it strange that it works on the nRF54L15 and not on the nRF54L05, unless there is a possibility that even if the build succeeds and doesn&amp;#39;t indicate any ROM or RAM issuess there is still a way that there is actually something wrong and &amp;#39;out-of-bounds&amp;#39;?&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Wout&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue transitioning to nRF54L05 with MCUboot on ncs3.1.0</title><link>https://devzone.nordicsemi.com/thread/556365?ContentTypeID=1</link><pubDate>Fri, 05 Dec 2025 15:58:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44f4ae7b-5145-468d-9754-4ec9515082b4</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The most common&amp;nbsp;reason for MCUBoot to call&amp;nbsp;&lt;span&gt;FIH_PANIC() is when it does not find a valid bootable image. For example, if the boot signature validation fails. Are you using a KMU slot to store the public key for key validation, and in that case, have you remembered to&amp;nbsp;&lt;/span&gt;provision the key?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf54l/kmu_basics.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf54l/kmu_basics.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>