Installing latest commands

nRF Util

tags
nRF Util

Complete the following steps to install the latest version of nRF Util commands from the web:

  1. Run the nrfutil search command to list the available commands:

    Command           Installed Latest Status
    ble-sniffer                 0.12.0 Not installed
    completion                  1.4.0  Not installed
    device                      2.1.1  Not installed
    npm                         0.3.0  Not installed
    nrf5sdk-tools               1.0.1  Not installed
    toolchain-manager           0.14.1 Not installed
    trace                       2.1.0  Not installed
    
    Found 7 installable commands
    

    You can learn more about each command by using the help commands.

    Note

    The nrf5sdk-tools command has an additional prerequisite.

  2. To install a command, run nrfutil install with the name of the command to install. For example, to install the device command, run the following:

    nrfutil install device
    

    You can now use the command nrfutil device, for example with --help. This action installs the latest version of the command.

The command package installs the latest version of the command at the default or custom installation location.

Tip

Make sure to install nrfutil completion as one of the first commands to enable autocompletion features.