<?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 nrfjprog not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124772/fatal-error-required-program-nrfjprog-not-found-install-it-or-add-its-location-to-path</link><description>Hi, 
 I recently followed the instructions to install nRF Connect on Visual Studio by completing Exercise 1 of the nRF Connect SDK Fundamentals course: Exercise 1-1 
 I noticed that the SDK seems to be actively updated. A few days ago, the latest version</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Oct 2025 14:32:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124772/fatal-error-required-program-nrfjprog-not-found-install-it-or-add-its-location-to-path" /><item><title>RE: FATAL ERROR: required program nrfjprog not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/550931?ContentTypeID=1</link><pubDate>Wed, 08 Oct 2025 14:32:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10ba0415-88c0-468f-8c84-0c6b08c4cc3b</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;You need to update your custom board’s runner settings by modifying the board.cmake file. Add the following line:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;include(${ZEPHYR_BASE}/boards/common/nrfutil.board.cmake)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Also, note that the line needs to be before the similar line for&amp;nbsp;&lt;em&gt;nrfjprog&lt;/em&gt;. If this doesn&amp;#39;t work, please share your &lt;code&gt;board.cmake&lt;/code&gt; file.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Benjamin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfjprog not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/550865?ContentTypeID=1</link><pubDate>Wed, 08 Oct 2025 08:23:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a669f304-7439-4e06-9baa-be1a01f04952</guid><dc:creator>Luca147</dc:creator><description>&lt;p&gt;I&amp;#39;m building for a custom board based on the nRF52840. I have an nRF52840 DK, which I used for prototyping and am currently using to flash the custom board via P19.&lt;/p&gt;
&lt;p data-start="324" data-end="563"&gt;I don&amp;rsquo;t quite remember how the project was originally set up &amp;mdash; I recently changed PCs and migrated the project from the old one. I haven&amp;rsquo;t run any other samples yet, but flashing with the command you suggested seems to have done the trick.&lt;/p&gt;
&lt;p data-start="565" data-end="774"&gt;I&amp;rsquo;d like to configure the VS Code extension to use &lt;code data-start="616" data-end="625"&gt;nrfutil&lt;/code&gt; so I can continue development within the VS Code GUI. For now, I&amp;rsquo;m fine flashing the board from the command line with &lt;code data-start="744" data-end="750"&gt;west&lt;/code&gt;, as long as that works.&lt;/p&gt;
&lt;p data-start="776" data-end="876"&gt;Thanks for your help, and please let me know if it&amp;rsquo;s possible to configure VS Code to use &lt;code data-start="866" data-end="875"&gt;nrfutil&lt;/code&gt;.&lt;/p&gt;
&lt;p data-start="878" data-end="898"&gt;Best regards,&lt;br data-start="891" data-end="894" /&gt; Luca&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfjprog not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/550717?ContentTypeID=1</link><pubDate>Mon, 06 Oct 2025 13:18:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbdce69a-a586-4c08-98d7-447b9ab0506c</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;The runner is set in your board’s CMake&amp;nbsp;files. Runners in West are Python wrappers that provide a unified interface to command line tools for flashing and debugging etc. You need the runner that uses &lt;em&gt;nrfutil&lt;/em&gt;. Right now, it’s set to &lt;em&gt;nrfjprog&lt;/em&gt;, which you don’t have installed (and don’t want to use).&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;What board are you building for?&amp;nbsp;Do you base this on a sample? Do you experience this for other samples?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;For a quick fix, try running:&lt;br /&gt;&lt;code&gt;west flash --runner nrfutil&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Also check out&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/develop/west/build-flash-debug.html#d7285e2599"&gt;Choosing a Runner&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfjprog not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/550674?ContentTypeID=1</link><pubDate>Mon, 06 Oct 2025 10:25:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14a19b18-11ab-491c-a118-e2c406231bdd</guid><dc:creator>Luca147</dc:creator><description>&lt;p&gt;Hi &lt;span&gt;Benjamin,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Yes, I confirm that I have installed nrfutil and added it to the path, as the exercise suggest.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks in advance for your help.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best, &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Luca&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FATAL ERROR: required program nrfjprog not found; install it or add its location to PATH</title><link>https://devzone.nordicsemi.com/thread/550673?ContentTypeID=1</link><pubDate>Mon, 06 Oct 2025 10:19:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45a92bdd-0566-490a-9968-b74ad2dd07fd</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;Hi Luca,&lt;br /&gt;I can help with that. The nrfjprog tool is deprecated, and we’ve switched to &lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Util"&gt;nrfutil&lt;/a&gt;. First, can&amp;nbsp;you confirm that you have nrfutil installed?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Benjamin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>