Searching for specific SDK types

nRF Util

tags
nRF Util

You can use the --type flag to search for SDKs of specific types. By default, only the nRF Connect SDK (nrf) is shown in search results. The --type flag allows you to narrow the search results.

For example, you can run the following command to search for the nRF Connect SDK Bare Metal option:

> nrfutil sdk-manager search --type nrf-bm
SDK Type  SDK Version  SDK Status  Toolchain Version  Toolchain Status
nrf-bm    v2.6.0       Available   v2.6.0             Installed

You can also specify multiple SDK types to search for, as in the following command:

> nrfutil sdk-manager search --type nrf --type nrf-bm
SDK Type  SDK Version  SDK Status  Toolchain Version  Toolchain Status
nrf       v2.8.0       Installed   v2.8.0             Installed
nrf-bm    v2.6.0       Available   v2.6.0             Installed

Tip

To install specific SDK types, use --type flag when installing an SDK.