<?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>Configure devicetree overlay for mcuboot</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109029/configure-devicetree-overlay-for-mcuboot</link><description>Hi, 
 
 I am using the actinius icarus board, and i want to use external flash for bootloading. It all works fine, except i have to add this segment in the actinius dtsi file : 
 
 Which is unpractical, because we don&amp;#39;t really want to use a custom zephyr</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Mar 2024 10:03:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109029/configure-devicetree-overlay-for-mcuboot" /><item><title>RE: Configure devicetree overlay for mcuboot</title><link>https://devzone.nordicsemi.com/thread/472889?ContentTypeID=1</link><pubDate>Fri, 08 Mar 2024 10:03:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78739160-bfff-4b33-8a39-ec49b324dee5</guid><dc:creator>davidvanrijn</dc:creator><description>&lt;p&gt;I added that line, because i didn&amp;#39;t know how add an overlay file to the mcuboot child image build.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configure devicetree overlay for mcuboot</title><link>https://devzone.nordicsemi.com/thread/472888?ContentTypeID=1</link><pubDate>Fri, 08 Mar 2024 10:02:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0aed7660-025c-414e-94a5-1c3beadd7b40</guid><dc:creator>Achim Kraus</dc:creator><description>[quote userid="131938" url="~/f/nordic-q-a/109029/configure-devicetree-overlay-for-mcuboot/472887"]It is worth noting that ncs changes my board from `actinius_icarus_ns` to `actinius_icarus`.[/quote]
&lt;p&gt;Yes, I forgot that. McuBoot is part of the &amp;quot;secure build&amp;quot;, while the application is part of the &amp;quot;none secure build&amp;quot;. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configure devicetree overlay for mcuboot</title><link>https://devzone.nordicsemi.com/thread/472887?ContentTypeID=1</link><pubDate>Fri, 08 Mar 2024 10:00:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05fbb85d-92a7-4fae-98d8-56f31bd740b9</guid><dc:creator>davidvanrijn</dc:creator><description>&lt;p&gt;Thank Achim,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This worked perfectly. I no have this tree structure in my project:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;child_image
└── mcuboot
    ├── boards
    │&amp;#160;&amp;#160; └── actinius_icarus.overlay
    └── prj.conf
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It is worth noting that ncs changes my board from `actinius_icarus_ns` to `actinius_icarus`.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configure devicetree overlay for mcuboot</title><link>https://devzone.nordicsemi.com/thread/472852?ContentTypeID=1</link><pubDate>Fri, 08 Mar 2024 06:49:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4552659-c926-4a56-8169-26f292d54b63</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;At least when you use the current NCS (2.5.2), McuBoot is a &amp;quot;child image&amp;quot;. The build of such child images are defined in the project&amp;#39;s &amp;quot;child_image&amp;quot; folder (you may need to create one). For McuBoot this is &amp;quot;child_image/mcuboot.conf&amp;quot; and the overlays are in &amp;quot;child_image/mcuboot/boards&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configure devicetree overlay for mcuboot</title><link>https://devzone.nordicsemi.com/thread/472820?ContentTypeID=1</link><pubDate>Thu, 07 Mar 2024 18:45:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52d8b715-e8bc-40ce-a89d-1f0d22d0dd43</guid><dc:creator>frax84</dc:creator><description>&lt;p&gt;Maybe there is something I didn&amp;#39;t understand...but why you should not use a *.overlay file in your project to add that line you need in the dts without modyfing the &amp;quot;.dtsi?&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://github.com/nrfconnect/sdk-nrf/blob/main/samples/peripheral/lpuart/debug.overlay"&gt;https://github.com/nrfconnect/sdk-nrf/blob/main/samples/peripheral/lpuart/debug.overlay&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there anything I&amp;#39;m missing?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>