<?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>thingy53 board target re-runs cmake twice when nrf5340dk does not</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124535/thingy53-board-target-re-runs-cmake-twice-when-nrf5340dk-does-not</link><description>When building examples targeting the thingy53/nrf5340/cpuapp board target cmake is run twice, on a fresh build. Then once the build is finished, without modifying anything if west build or west flash is ran, the entire build system is rebuilt. Example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Sep 2025 11:21:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124535/thingy53-board-target-re-runs-cmake-twice-when-nrf5340dk-does-not" /><item><title>RE: thingy53 board target re-runs cmake twice when nrf5340dk does not</title><link>https://devzone.nordicsemi.com/thread/549537?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2025 11:21:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c420225-557c-4640-98d3-ab716e1d1b44</guid><dc:creator>DanielNG</dc:creator><description>&lt;p&gt;Hi Anthony,&lt;br /&gt;&lt;br /&gt;&lt;span&gt;For Thingy:53, sysbuild is always used and enabled by default.&lt;br /&gt;&lt;/span&gt;=&amp;gt; it builds and therefore runs the Cmake file for each image &lt;br /&gt;=&amp;gt; once for application image and once for MCUboot (also once for the network core image if you use it but it&amp;#39;s set to empty_net_core by default)&lt;br /&gt;&lt;br /&gt;Please refer to DevAcademy lesson on sysbuild&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-sysbuild/topic/sysbuild-explained/"&gt;Sysbuild explained - Nordic Developer Academy&lt;/a&gt;&lt;br /&gt;and this documentation&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/build/sysbuild/index.html#building_with_sysbuild"&gt;Sysbuild (System build)&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;Also, if this below is what you meant by &amp;quot;&lt;span&gt;the entire build system is rebuilt&amp;quot;, these are just minimal checks to see if anything changed.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;ubuntu@zephyr:~/zephyr-projects/ncs/zephyr/samples/basic/blinky$ west build
[0/1] Re-running CMake...
Loading Zephyr module(s) (Zephyr base (cached)): sysbuild_default
-- Cache files will be written to: /home/ubuntu/.cache/zephyr
-- Found west (found suitable version &amp;quot;1.3.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: thingy53, qualifiers: nrf5340/cpuapp
Parsing /home/ubuntu/zephyr-projects/ncs/zephyr/share/sysbuild/Kconfig
Loaded configuration &amp;#39;/home/ubuntu/zephyr-projects/ncs/zephyr/samples/basic/blinky/build/zephyr/.config&amp;#39;
No change to configuration in &amp;#39;/home/ubuntu/zephyr-projects/ncs/zephyr/samples/basic/blinky/build/zephyr/.config&amp;#39;
No change to Kconfig header in &amp;#39;/home/ubuntu/zephyr-projects/ncs/zephyr/samples/basic/blinky/build/_sysbuild/autoconf.h&amp;#39;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>