<?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>NRf9151 - external flash with MCUboot</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128652/nrf9151---external-flash-with-mcuboot</link><description>Hello, Looking at the already opened questions, there seem to be some similar questions asked when migrating to the DTS partitions, but i haven&amp;#39;t found the answer on specific combination (9151 with external flash and mcuboot on 3.4.0 release) We are using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Jul 2026 14:11:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128652/nrf9151---external-flash-with-mcuboot" /><item><title>RE: NRf9151 - external flash with MCUboot</title><link>https://devzone.nordicsemi.com/thread/569157?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2026 14:11:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9786ae0b-a4fb-45c1-8416-e4f86a076eb1</guid><dc:creator>Syed Maysum Abbas Zaidi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Great to hear that. Yes you can check it properly and feel free to get back to us if anything comes up. Thanks.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Syed Maysum&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRf9151 - external flash with MCUboot</title><link>https://devzone.nordicsemi.com/thread/569153?ContentTypeID=1</link><pubDate>Thu, 16 Jul 2026 13:08:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80893856-7919-49d9-bacc-99c2b7db2566</guid><dc:creator>mmohorcic</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thank you for your help.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Together with the updates in the repo, going very slowly and checking everything it seems like i have a working version.&amp;nbsp;&lt;br /&gt;&lt;a id="" href="https://github.com/NordicDeveloperAcademy/ncs-inter/tree/preview"&gt;https://github.com/NordicDeveloperAcademy/ncs-inter/tree/preview&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Setting the partitions like so, fixing the mcuboot and configuration files... :&amp;nbsp;&lt;br /&gt;&lt;br /&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/pastedimage1784207077873v2.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It seems that it works.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ll do some more extensive testing before i confirm a working solution, but so far it seems OK.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thank you for your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRf9151 - external flash with MCUboot</title><link>https://devzone.nordicsemi.com/thread/569005?ContentTypeID=1</link><pubDate>Fri, 10 Jul 2026 15:22:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd4c1503-69a9-4256-91f2-f2102a25c352</guid><dc:creator>Syed Maysum Abbas Zaidi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks a lot for providing the project files. I can see that your MCUboot overlay doesn’t set zephyr,code-partition = &amp;amp;boot_partition. MCUboot may inherit &amp;amp;slot0_partition (0x10000) from the board DTS, while MCUboot is flashed at boot_partition (0x0). That mismatch can cause an immediate fault. Can you try adding this to your MCUboot overlay:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
    chosen {
        zephyr,code-partition = &amp;amp;boot_partition;
    };
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This tells MCUboot it runs from the correct address (0x0). Try and let us know if it fixes the issue.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Syed Maysum&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRf9151 - external flash with MCUboot</title><link>https://devzone.nordicsemi.com/thread/568958?ContentTypeID=1</link><pubDate>Thu, 09 Jul 2026 12:52:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2cad27ea-409a-46cd-a1e0-fc1105ef972f</guid><dc:creator>mmohorcic</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thanks for you response.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Yes, the board&amp;nbsp; is fully tested without the mcuboot (including flash access, power consumption)&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Sorry for late response, It took me quite some time to remove everything else and to produce minimal definition that should in my mind work. Looking at differences it is quite close to a DK with removed unused periphery.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Board named mcuboot_minimal&lt;br /&gt;&lt;br /&gt;&amp;nbsp;- i created a new custom board using the nrf connect tool with 9151 SOC (3.4 NRF release)&amp;nbsp;&lt;br /&gt;&amp;nbsp;- partitioning remove slot1&lt;br /&gt;&amp;nbsp;- add ext_flash and add slot1&lt;br /&gt;&amp;nbsp;- in ____common.dtsi define flash and uart interface&lt;br /&gt;&amp;nbsp;- in same file define console and uart to avoid any weird behaviour&amp;nbsp;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;Attached in zip file.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ll try to further minimize and optimize the build.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best,&amp;nbsp;&lt;br /&gt;&amp;nbsp;Miha M&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/clnMcu.zip"&gt;devzone.nordicsemi.com/.../clnMcu.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRf9151 - external flash with MCUboot</title><link>https://devzone.nordicsemi.com/thread/568897?ContentTypeID=1</link><pubDate>Wed, 08 Jul 2026 10:49:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57745175-242a-42c5-a171-984a145cd61c</guid><dc:creator>Syed Maysum Abbas Zaidi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for the detailed description. To help pinpoint the issue, could you share&lt;/p&gt;
&lt;p&gt;- Your custom board DTS file&lt;br /&gt;- Your sysbuild.conf and MCUboot files (sysbuild/mcuboot.conf and overlay)&lt;/p&gt;
&lt;p&gt;And does the board boot without MCUboot (plain hello_world)?&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Syed Maysum&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>