<?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>Not updated with Build(ACTIONS/Build)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127043/not-updated-with-build-actions-build</link><description>When I click ACTIONS/Build to build, the executable module(merged.hex) is not created. Now that zephyr/zephyr.elf has been created, the process will finish. 
 [Environ] nRF Connect SDK v3.2.1 nRF9151 (Custom board) VSCode (1.109.4) 
 The build will succeed</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Feb 2026 00:23:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127043/not-updated-with-build-actions-build" /><item><title>RE: Not updated with Build(ACTIONS/Build)</title><link>https://devzone.nordicsemi.com/thread/561894?ContentTypeID=1</link><pubDate>Tue, 24 Feb 2026 00:23:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d08f0abe-dc35-4711-b9d4-394c03892569</guid><dc:creator>KatoTakayuki</dc:creator><description>&lt;p&gt;This issue appears to have been derived from another issue (Case ID: 357348).&lt;/p&gt;
&lt;p&gt;&amp;quot;Build&amp;quot; still does not create merged.hex, but there are no problems when debugging.&lt;br /&gt;This issue will be closed for now.&lt;/p&gt;
&lt;p&gt;Thank you for your response.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Kato.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not updated with Build(ACTIONS/Build)</title><link>https://devzone.nordicsemi.com/thread/561664?ContentTypeID=1</link><pubDate>Fri, 20 Feb 2026 08:40:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:687ca9ba-7ff2-4c56-afa4-35a94e94450f</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1) Firstly, its supposed to work with normal build not just with pristine build. Are you using the &amp;quot;Generate and Build&amp;quot; option? Sysbuild has to be enabled. Make sure you are selecting the right application or sample in VS Code because which one you select can also affect the build and merge file.&lt;/p&gt;
&lt;p&gt;2) Since zephyr.hex is an output file of the Zephyr Project RTOS, you can find it in : build/&amp;lt;your_application_name&amp;gt;/zephyr directory.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3) The programmer app can use both .hex (including zephyr.hex or merged.hex) and .zip files. It then flashes application firmware.&lt;/p&gt;
&lt;p&gt;If you want more information on how to program the output build files, take a look at the following documentation: &lt;a href="https://docs.nordicsemi.com/bundle/ncs-3.1.0/page/nrf/app_dev/programming.html"&gt;Programming an application&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Samruddhi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not updated with Build(ACTIONS/Build)</title><link>https://devzone.nordicsemi.com/thread/561547?ContentTypeID=1</link><pubDate>Thu, 19 Feb 2026 00:58:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b6d2bab-77a2-48f7-8acf-a100cf9cdb5e</guid><dc:creator>KatoTakayuki</dc:creator><description>&lt;p&gt;Thanks your constant support.&lt;/p&gt;
&lt;p&gt;I may have made a basic mistake. Let me confirm the following.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;merged.hex(./build/merged.hex) is only created in &amp;quot;Pristine Build&amp;quot;.&lt;/li&gt;
&lt;li&gt;Does &amp;quot;Build&amp;quot; create up to zephyr.elf/zephyr.hex (./build/1nce9151/zephyr/zephyr.*)?&lt;br /&gt;(&amp;quot;Build&amp;quot; does not create merged.hex)&lt;/li&gt;
&lt;li&gt;Is zephyr.hex the file to be written with &amp;quot;Programmer&amp;quot; (nRF Connect for Desktop)?&lt;br /&gt;(I was writing merged.hex)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In this case, the current behavior is correct.&lt;/p&gt;
&lt;p&gt;Best Regards.&lt;/p&gt;
&lt;p&gt;Kato.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not updated with Build(ACTIONS/Build)</title><link>https://devzone.nordicsemi.com/thread/561480?ContentTypeID=1</link><pubDate>Wed, 18 Feb 2026 13:20:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15b816db-3b59-425b-ab08-11862beba6d0</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Your board target seems fine. Normally, if you have made any changes to the board target or proj.conf, you would use pristine build to rebuild from scratch which ensures there are no errors or cached files. If the merged.hex is created by using &amp;quot;pristine build&amp;quot; but not &amp;quot;build&amp;quot;, this may be caused by&amp;nbsp;&lt;span&gt;a fault during the build configuration. There are a couple of things, I would recommend you to check:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Do you see any option or box in the configuration to generate a hex file which has to be enabled? &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;What is the output log showing with just &amp;quot;build&amp;quot;? Are there any warnings or errors here? It would be great if you could share the output log.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt; Have you also checked your build directory for the hex file?&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Is sysbuild enabled?&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Have you&amp;nbsp;configured your application such that it includes a bootloader or security peripheral manager?&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;I would also recommend you to check this &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.6.3/page/nrf/config_and_build/configuring_app/output_build_files.html"&gt;Output build files&lt;/a&gt; documentation to see if you are getting any other output files which are also listed in this. The type of file can help to understand more about the configuration.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Are you using any of our samples?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Samruddhi&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not updated with Build(ACTIONS/Build)</title><link>https://devzone.nordicsemi.com/thread/561405?ContentTypeID=1</link><pubDate>Wed, 18 Feb 2026 00:43:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdffe363-8e97-4ec8-8726-6dc8fd2e373d</guid><dc:creator>KatoTakayuki</dc:creator><description>&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;My board settings are as follows:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:631px;" alt="Board image" src="https://devzone.nordicsemi.com/resized-image/__size/1262x480/__key/communityserver-discussions-components-files/4/4276.BuildConfig.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;The following operation failed:&amp;nbsp;&amp;nbsp;(The hex file is not updated.)&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:283px;" alt="Build operation" src="https://devzone.nordicsemi.com/resized-image/__size/566x480/__key/communityserver-discussions-components-files/4/Biuld_5F00_Click.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;This is successful.&amp;nbsp;(The hex file is updated.)&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:255px;" alt="Pristine action" src="https://devzone.nordicsemi.com/resized-image/__size/510x480/__key/communityserver-discussions-components-files/4/Pristine_5F00_Click.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;There is no error message in either case.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kato.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not updated with Build(ACTIONS/Build)</title><link>https://devzone.nordicsemi.com/thread/561324?ContentTypeID=1</link><pubDate>Tue, 17 Feb 2026 09:27:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:567ce1e7-e3a2-4d65-a0a7-88818b79bf47</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What is the board target which you are setting for your custom board? Is it in the format: &amp;lt;custom_board_name&amp;gt;/nrf9151/ns? Ensure that you are using /ns because this gives the merged image.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You should be able to see the merged file in : &amp;lt;build_dir&amp;gt;/zephyr/merged.hex.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can take a look at our &lt;a href="https://docs.nordicsemi.com/bundle/ug_nrf_cltools/page/UG/cltools/nrf_mergehex.html"&gt;Merging files with mergehex documentation&lt;/a&gt; for merghex commands and how to merge three HEX files.&lt;/p&gt;
&lt;p&gt;Let me know if you have any further questions.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Samruddhi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>