<?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>FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117030/fatal-error-required-program-nrfutil-not-found-install-it-or-add-its-location-to-path</link><description>HI ALL, 
 v2.8.0, nrf54l15, using the &amp;quot;periphral_uart&amp;quot; demo without any modifications 
 I downloaded nrf52840 using v2.8.0 and it runs normally, but nrf54l15 has issues. 
 The steps are as follows: 
 1.build 
 
 2.flash 
 
 3.Then 
 
 
 
 
 Thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 23 Aug 2025 00:28:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117030/fatal-error-required-program-nrfutil-not-found-install-it-or-add-its-location-to-path" /><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/546519?ContentTypeID=1</link><pubDate>Sat, 23 Aug 2025 00:28:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b91d1553-3567-4df9-9bab-8c060d62afac</guid><dc:creator>reavertm</dc:creator><description>&lt;p&gt;To workaround, create symlink in /usr/local/bin/ to nrfutil binary, wherever it is (in ex ~/.nrfutil/bin/nrfutil). Essentially vscode plugins needs to see nrfutil as installed system-wide.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/546517?ContentTypeID=1</link><pubDate>Fri, 22 Aug 2025 22:24:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7616de09-abdb-42c9-aff2-5cfb844299da</guid><dc:creator>bw_N3RD</dc:creator><description>&lt;p&gt;Hello, I am have the same issue as the others in this thread, and unable to resolve. It is not clear to me how the menu in step 3 is accessed, as the screen shot looks cropped. Is there a reference guide/material that provide all the details in one place to fix this issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/537567?ContentTypeID=1</link><pubDate>Sun, 01 Jun 2025 04:57:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e8e3587-e176-4c13-8db1-9c9c09afbc8f</guid><dc:creator>reavertm</dc:creator><description>&lt;p&gt;I modified `west` script to dump environmrnt and it seems NRF Connect VSCode plugin actively removes any PATH overrides from user&amp;#39;s .bashrc and instead tries to construct PATH manually from system + toolchain + SDK.&lt;/p&gt;
&lt;p&gt;So if nrfutil is NOT installed system-wide, but for instance in ~/.nrfutil/bin, it will never be located by VSCode.&lt;/p&gt;
&lt;p&gt;Where do I report this bug?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/537565?ContentTypeID=1</link><pubDate>Sun, 01 Jun 2025 03:52:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b654e50c-c639-4c69-b376-e0fc13a8f099</guid><dc:creator>reavertm</dc:creator><description>&lt;p&gt;Adding nrfutill to PATH doesn&amp;#39;t work for me because... nrfutil is already in PATH.&lt;/p&gt;
&lt;p&gt;`west` command fails to find nrfutil when executed from VSCode GUI (ACTIONS-&amp;gt;Flash, but works just fine when executed manually from Toolchain shell (Manage Toolchains-&amp;gt;Open Terminal Profile).&lt;/p&gt;
&lt;p&gt;So I classify it as a bug in vscode plugin - it likely runs `west` command (the one that flashes) in wrong shell env or sth.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/537001?ContentTypeID=1</link><pubDate>Mon, 26 May 2025 16:18:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ccc2fbe-54ef-4388-829d-677a3e6fdf7f</guid><dc:creator>ivnn</dc:creator><description>&lt;p&gt;Ubuntu&lt;em&gt;&lt;br /&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;nano ~/.bashrc&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;and add a line to the eof with full path to nrfutil location&lt;br /&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;export PATH=$PATH:/home/nrfutil_location&lt;br /&gt;&lt;br /&gt;&lt;/em&gt;then apply changes&lt;/p&gt;
&lt;p&gt;&lt;em&gt;exec bash&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/516347?ContentTypeID=1</link><pubDate>Fri, 27 Dec 2024 13:17:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5adfea04-caa4-461d-ac33-115729353217</guid><dc:creator>RafalPCB</dc:creator><description>&lt;p&gt;I did that but it wasn&amp;#39;t working. What worked is typing&amp;nbsp; ./nrfutil install device&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/516294?ContentTypeID=1</link><pubDate>Fri, 27 Dec 2024 07:53:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13c74ed9-0a49-4899-9841-903814eb2e67</guid><dc:creator>Knut Eldhuset</dc:creator><description>&lt;p&gt;Note that there are additional steps after downloading nrfutil:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;quot;After downloading the nrfutil executable, it is recommended to move it to a folder that is in the system&amp;#39;s &lt;code&gt;PATH&lt;/code&gt;. On macOS and Linux, the downloaded file will also need to be given execute permission by typing &lt;code&gt;chmod +x nrfutil&lt;/code&gt; or by doing this in a file browser (this is typically a checkbox found under file properties).&amp;quot;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Knut&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/515911?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2024 12:12:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b461c22-ec72-4558-a521-6db86fa286fa</guid><dc:creator>RafalPCB</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I get thus when i type it:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;rafal@Rafals-MacBook-Pro-M4 Apps % nrfutil install device
zsh: command not found: nrfutil
rafal@Rafals-MacBook-Pro-M4 Apps % &lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/515852?ContentTypeID=1</link><pubDate>Fri, 20 Dec 2024 07:39:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3f47e7b-6949-4a67-a0ef-4bf24044c0d5</guid><dc:creator>Knut Eldhuset</dc:creator><description>&lt;p&gt;Please try to install the &amp;quot;device&amp;quot; command by running &lt;code&gt;nrfutil install device.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Knut&lt;code&gt;&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/515828?ContentTypeID=1</link><pubDate>Thu, 19 Dec 2024 21:22:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8dd7be31-0a26-4f75-8f8f-5cc4e9629613</guid><dc:creator>RafalPCB</dc:creator><description>&lt;p&gt;Hello, I&amp;#39;ve put nrfutil in the tolchains folder. Now I get this error. I type in device install but its&amp;nbsp;says nrtutil command not found. VS on M4 mac 2.9SDK 54l15 DK&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Flashing build54DK to 54L15 DK1
west flash -d /Users/rafal/Documents/Nordic_Boards/Apps/build54DK --skip-rebuild --dev-id 1057731392

-- west flash: using runner nrfutil
-- runners.nrfutil: reset after flashing requested
-- runners.nrfutil: Flashing file: /Users/rafal/Documents/Nordic_Boards/Apps/build54DK/merged.hex
Error: nrfutil command `device` not found. See `nrfutil list` for full list of installed commands, `nrfutil search` for installable commands, and `nrfutil install` for installation of new commands.

Caused by:
    Subcommand nrfutil-device not found
-- runners.nrfutil: Board with serial number 1057731392 flashed successfully.
 *  Terminal will be reused by tasks, press any key to close it. 
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/515017?ContentTypeID=1</link><pubDate>Mon, 16 Dec 2024 04:57:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2097b3e2-09fb-4567-b10a-6b9a43d534aa</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;Thanks a lot!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/514823?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2024 01:53:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8c055b6-925d-4435-8430-17ea2554b3ca</guid><dc:creator>frank.lee</dc:creator><description>&lt;p&gt;&lt;span&gt;I also encountered the same issue. Here is a temporary solution:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Download the nrfutil.exe and place it in the same directory as &amp;#39;west&amp;#39;:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;\ncs\toolchains\2d382dcd92&amp;lt;is your toolchain&amp;gt;\opt\bin\Scripts&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/514155?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2024 07:53:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16465219-f702-4446-8ffc-92a5786281e8</guid><dc:creator>Knut Eldhuset</dc:creator><description>&lt;p&gt;The download page can be found through the link in my other reply, but here is a direct link: &lt;a id="" href="https://www.nordicsemi.com/Products/Development-tools/nrf-util"&gt;https://www.nordicsemi.com/Products/Development-tools/nrf-util&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Knut&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/514139?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2024 01:03:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5bf5e98-2dd7-411b-ac5e-4be54d6f8179</guid><dc:creator>Ziyao Zhou</dc:creator><description>&lt;p&gt;I encountered the same problems and I cannot use pip to install it, could you please give me some advice:)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/513733?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2024 01:25:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bc20a88-7265-41e9-a60d-f5bc88e2938a</guid><dc:creator>666</dc:creator><description>&lt;p&gt;It&amp;lsquo;s workding,need to restart vs code and execute nrfutil install device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfutil not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/513656?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2024 14:21:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c4babdf-59bb-4a2c-bd56-90aeb6a368d0</guid><dc:creator>Knut Eldhuset</dc:creator><description>&lt;p&gt;nRF Util can be found here: &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation/recommended_versions.html#nrf_util"&gt;docs.nordicsemi.com/.../recommended_versions.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Knut&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>