You can use the --region flag to search for SDKs and toolchains from region-specific indexes. By default, the search subcommand uses the default region (corresponding to .com domain names for downloads). The --region flag allows you to specify a different regional index to search.
For example, you can run the following command to search for SDKs and toolchains available on the index for the People's Republic of China:
> nrfutil sdk-manager search --region cn
SDK Version SDK Status Toolchain Version Toolchain Status
v2.8.0 Available v2.8.0 Available
v2.6.0 Available v2.6.0 Available
You can also use the --region flag with the toolchain search subcommand:
> nrfutil sdk-manager toolchain search --region cn
Version Status
v2.9.0 Not installed
v2.8.0 Not installed
...
Tip
-
To install SDKs and toolchains from region-specific indexes, use
--regionflag when installing. -
Alternatively to the
--regionflag, you can set theNRFUTIL_REGIONenvironment variable to avoid specifying the flag on every command. The environment variable takes the same values and behaves in the same way as the--regionflag. See Environment variables for more information.