Installing specific versions of commands

nRF Util

tags
nRF Util

Sometimes, you might need to work with a specific, older version of an nRF Util command.

You can specify the version of the command after = and use the --force flag to install its earlier version.

Here are some examples:

  • The following command installs the v2.7.10 version of nrfutil device:

    nrfutil install device=2.4.0 --force
    
  • The following command installs the v3.1.0 version of nrfutil trace:

    nrfutil install trace=3.1.0 --force