<?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>Unable to Flash Blinky Sketch</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117693/unable-to-flash-blinky-sketch</link><description>Using Visual Studio Code as IDE with installed nrf SDK v2.9.0 on MacOS Sequoia 15.2 
 
 Terminal reads - 
 
 * Executing task: nRF Connect: Build: blinky/blinky (active) 
 Building blinky west build --build-dir /Users/&amp;lt;UserID&amp;gt;/nrfworkspace/blinky/build_1</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Jan 2025 08:14:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117693/unable-to-flash-blinky-sketch" /><item><title>RE: Unable to Flash Blinky Sketch</title><link>https://devzone.nordicsemi.com/thread/517868?ContentTypeID=1</link><pubDate>Fri, 10 Jan 2025 08:14:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a98af0b-4a0e-4f17-a152-3fd4d47c116d</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Thank you for sharing your solution!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to Flash Blinky Sketch</title><link>https://devzone.nordicsemi.com/thread/517401?ContentTypeID=1</link><pubDate>Wed, 08 Jan 2025 09:14:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fa3e00f-9d74-47ef-a364-fa592f2dabe4</guid><dc:creator>Tanmoy</dc:creator><description>&lt;p&gt;I realised that I had&amp;nbsp;a wrong version of nrfutil and needed to upgrade to the latest. I downloaded the file from here -&amp;nbsp;&lt;a title="NRF Util Download" href="https://www.nordicsemi.com/Products/Development-tools/nRF-Util" rel="noopener noreferrer" target="_blank"&gt;NRF Util&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I followed the instruction on the page to also download commands such as &amp;#39;&lt;span&gt;nrf5sdk-tools&lt;/span&gt;&amp;#39; and &amp;#39;device&amp;#39;.&lt;/p&gt;
&lt;p&gt;The version of pyYaml also needed upgrading to get&amp;nbsp;&amp;#39;west&amp;#39; working again.&lt;/p&gt;
&lt;p&gt;I needed another problem fixing in the meantime as I also had a version of nrfjprog which had some permission issue and could only be operated by sudo. I downgraded the utility to 10.24.0. &amp;nbsp;With this also handled all the boards can now be flashed normally.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to Flash Blinky Sketch</title><link>https://devzone.nordicsemi.com/thread/516815?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2025 13:29:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc2bc692-38a0-4015-a64e-5f38f30537ce</guid><dc:creator>Tanmoy</dc:creator><description>&lt;p&gt;No, it seems the board finished flashing but the hex file is never actually uploaded. It seems to me that something is wrong here -&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; % nrfutil -h
Usage: nrfutil [OPTIONS] COMMAND [ARGS]...
Try &amp;#39;nrfutil --help&amp;#39; for help.

Error: no such option: -h

 % nrfutil --help
Usage: nrfutil [OPTIONS] COMMAND [ARGS]...

Options:
  -v, --verbose            Increase verbosity of output. Can be specified more
                           than once (up to -v -v -v -v).

  -o, --output &amp;lt;filename&amp;gt;  Log output to file
  --help                   Show this message and exit.

Commands:
  dfu       Perform a Device Firmware Update over serial, BLE, Thread, Zigbee
            or ANT transport given a DFU package (zip file).

  keys      Generate and display private and public keys.
  pkg       Display or generate a DFU package (zip file).
  settings  Generate and display Bootloader DFU settings.
  version   Display nrfutil version.
  zigbee    Zigbee-related commands and utilities.
  
 % nrfutil --version
Usage: nrfutil [OPTIONS] COMMAND [ARGS]...
Try &amp;#39;nrfutil --help&amp;#39; for help.

Error: no such option: --version

 % nrfutil version  
nrfutil version 5.2.0
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to Flash Blinky Sketch</title><link>https://devzone.nordicsemi.com/thread/516811?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2025 13:23:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab857c48-b577-4837-ae9e-fd3f472da6ca</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello, &lt;/p&gt;
[quote user=""]&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;&lt;span style="font-family:inherit;"&gt;-- runners.nrfutil: Board with serial number XXXXXXXX flashed successfully.&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;[/quote]
&lt;p&gt;This indicates that the board is flashed. Can you let me know if the blinky application is running or not on the DK? &lt;/p&gt;
[quote user=""]&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;&lt;span style="font-family:inherit;"&gt;Error: no such option: --json&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;[/quote]
&lt;p&gt;Is the --json option listed when invoking &amp;quot;nrfutil -h&amp;quot; in an nRF Connect terminal? For example, the output I get for nrfutil v7.13.0 from the nRF Connect terminal in VS Code is below. &lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;PS C:\ncs\v2.9.0&amp;gt; nrfutil -h
nrfutil 

Usage:
    nrfutil [+MODIFIER] [OPTIONS] [SUBCOMMAND]

Options:
      --log-level &amp;lt;LOG_LEVEL&amp;gt;    Set the maximum log level [env: NRFUTIL_LOG=] [possible values: off, error, warn, info, debug, trace]
      --log-output &amp;lt;LOG_OUTPUT&amp;gt;  Set log output type: --log-output=stdout --log-output=file ... [possible values: file, stdout]
      --json                     Print output in a JSON Lines format
      --json-pretty              Print output as formatted JSON
      --skip-overhead            Skip all message overhead when in JSON output mode, outputting only the data part of &amp;quot;info&amp;quot; messages and ignoring the rest
      --changelog                Print the latest changelog entry
      --changelog-full           Print the full changelog
  -V, --version
      --help-extended            Show comprehensive documentation
      --license                  Show license information for in-built dependencies
      --detect-proxy             Invoke libproxy&amp;#39;s &amp;#39;proxy&amp;#39; utility program to retrieve proxy server info and use it
  -h, --help                     Print help (see more with &amp;#39;--help&amp;#39;)


Built-in nrfutil commands (see installed commands with `list`):
  help             Show comprehensive documentation
  install          Download and install nrfutil commands
  upgrade          Upgrade nrfutil commands to the latest version
  uninstall        Uninstall nrfutil commands [aliases: remove]
  prepare-offline  Prepare local package and resource repositories for offline installs of nrfutil commands
  search           Search for installable nrfutil commands in the package index
  list             List installed nrfutil commands
  self-upgrade     Upgrades the nrfutil core functionality to the latest version
  config           Interact with the main nrfutil configuration&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;To see which version of nrfutil you have installed, run &amp;quot;nrfutil --version&amp;quot;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>