You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example command installs the toolchain required for the |NCS| |release|.
132
132
|install_latest_version|
133
133
134
-
The ``toolchain-manager`` command installs the toolchain by default at :file:`C:/ncs/toolchains` on Windows and at :file:`~/ncs/toolchains` on Linux.
135
-
These can be modified, as explained in the `Toolchain Manager command`_ documentation.
136
-
To check the current configuration setting, use the ``nrfutil toolchain-manager config --show`` command.
134
+
The ``sdk-manager`` command installs the toolchain by default at :file:`C:/ncs/toolchains` on Windows and at :file:`~/ncs/toolchains` on Linux.
135
+
These can be modified, as explained in the `command documentation <sdk-manager Configuration settings_>`_.
137
136
On macOS, :file:`/opt/nordic/ncs/toolchains` is used and no other location is allowed.
138
137
139
-
If you have received a custom URL for installing the toolchain, you can use the following command to set it as default, replacing the respective parameter:
138
+
If you have received a custom URL for installing the toolchain, you can use the following commands to set it as default, replacing the respective parameters:
nrfutil sdk-manager config toolchain-index set *index-name*
145
145
146
146
If you have received a custom bundle ID for installing a specific toolchain version, you can use the following commands to provide it, replacing the respective parameter:
To read more about ``toolchain-manager`` commands, use the ``nrfutil toolchain-manager --help`` command.
153
+
To read more about ``sdk-manager`` commands, use the ``nrfutil sdk-manager --help`` command, or see the `command documentation <sdk-manager command_>`_.
154
154
155
155
With the default location to install the toolchain (:file:`C:/ncs/toolchains` on Windows, :file:`~/ncs/toolchains/` on Linux, and the non-modifiable :file:`/opt/nordic/ncs/toolchains/` on macOS), your directory structure now looks similar to this:
156
156
@@ -229,19 +229,19 @@ For more information about the repository and development model, see the :ref:`d
Copy file name to clipboardexpand all lines: doc/nrf/installation/recommended_versions.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -415,8 +415,8 @@ Use the latest available release for development.
415
415
416
416
When you :ref:`install the nRF Connect SDK <install_ncs>`, you need to install the following nRF Util commands:
417
417
418
-
* `Device command <Device command overview_>`_ (``device``) - The latest version is required as the default :ref:`west runner <programming_selecting_runner>`.
419
-
* `Toolchain Manager command`_ (``toolchain-manager``) - The latest version is required for working with |NCS| toolchain packages.
418
+
* `device command <Device command overview_>`_ - The latest version is required as the default :ref:`west runner <programming_selecting_runner>`.
419
+
* `sdk-manager command`_ - The latest version is required for working with |NCS| toolchain packages.
420
420
You only need to install this command if you are working with command line in the |NCS|.
421
421
422
422
See `Installing and upgrading nRF Util commands`_ for information about how to install these commands.
.. _`DFU over a serial USB connection`: https://docs.nordicsemi.com/bundle/nrfutil/page/guides-nrf5sdk/dfu_performing.html#dfu-over-a-serial-usb-connection
Copy file name to clipboardexpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+7-2
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,13 @@ IDE, OS, and tool support
36
36
* Updated:
37
37
38
38
* The required `SEGGER J-Link`_ version to v8.18.
39
-
* The :ref:`installing_vsc` section on the :ref:`installation` page with a list valid for both development environments.
40
-
The list now includes nRF Util as an additional requirement for :ref:`west runner <programming_selecting_runner>` for the |nRFVSC|, and the Windows-only requirement to install SEGGER USB Driver for J-Link for both development environments.
39
+
* The :ref:`installation` page with the following updates:
40
+
41
+
* The :ref:`installing_vsc` section with a list valid for both development environments.
42
+
The list now includes nRF Util as an additional requirement for :ref:`west runner <programming_selecting_runner>` for the |nRFVSC|, and the Windows-only requirement to install SEGGER USB Driver for J-Link for both development environments.
43
+
* The command-line instructions now use the ``nrfutil sdk-manager`` command instead of the ``nrfutil toolchain-manager`` command.
44
+
You can read more about the new command in the `nRF Util documentation <sdk-manager command_>`_.
0 commit comments