Skip to content

Commit 6c6a902

Browse files
skogseththst-nordic
authored andcommitted
tools: Upgrade nrfutil from 8.0.0 to 8.1.0
Including this version instead of version 8.0.0 would be preferred as it supports the "locked" mode in `nrfutil`. This mode, which is controlled by inserting a file named "locked" in the root of NRFUTIL_HOME, allows locking all functionality that changes the installed versions, both of `nrfutil` itself and of installed command. This will lower the risk of users accidentally upgrading the bundled `nrfutil`/`nrfutil device`. Signed-off-by: Herman Skogseth <[email protected]>
1 parent 8eaa0be commit 6c6a902

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

doc/nrf/installation/recommended_versions.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,9 @@ The `nRF Util development tool`_ is a unified command line utility for Nordic pr
409409
Its functionality is provided through installable and upgradeable commands that are served on a central package registry on the Internet.
410410

411411
The utility follows its own release cycle and has its own `operating system requirements <nRF Util_>`_.
412+
412413
The |NCS| toolchain bundle includes the nRF Util version :ncs-tool-version:`NRFUTIL_VERSION_WIN10` and the device command version :ncs-tool-version:`NRFUTIL_DEVICE_VERSION_WIN10`, as listed in :ref:`requirements_toolchain_tools`.
414+
When you :ref:`gs_installing_toolchain`, you get both these versions `locked <Locking nRF Util home directory_>`_ to prevent unwanted changes to the toolchain bundle.
413415

414416
.. note::
415417

doc/nrf/links.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,7 @@
915915

916916
.. _`nRF Util`: https://docs.nordicsemi.com/bundle/nrfutil/page/README.html
917917
.. _`Installing nRF Util`: https://docs.nordicsemi.com/bundle/nrfutil/page/guides/installing.html
918+
.. _`Locking nRF Util home directory`: https://docs.nordicsemi.com/bundle/nrfutil/page/guides/installing.html#locking-the-home-directory
918919
.. _`nRF Util prerequisites`: https://docs.nordicsemi.com/bundle/nrfutil/page/guides/installing.html#prerequisites
919920
.. _`Upgrading nRF Util core module`: https://docs.nordicsemi.com/bundle/nrfutil/page/guides/installing.html#upgrading-nrf-util
920921
.. _`Installing and upgrading nRF Util commands`: https://docs.nordicsemi.com/bundle/nrfutil/page/guides/installing_commands.html

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ IDE, OS, and tool support
3636
* Updated the required `SEGGER J-Link`_ version to v8.42.
3737
* Removed the separate requirement for installation of the `nRF Util's device command <Device command overview_>`_ from the :ref:`install_ncs` page under :ref:`installing_vsc`.
3838
The tool and the command are now included in the |NCS| toolchain bundle.
39+
When you :ref:`gs_installing_toolchain`, you get both these versions `locked <Locking nRF Util home directory_>`_ to prevent unwanted changes to the toolchain bundle.
3940

4041
.. note::
4142

scripts/tools-versions-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ doxygen:
2525
pip:
2626
version: 24.2
2727
nrfutil:
28-
version: 8.0.0
28+
version: 8.1.0
2929
subcommands:
3030
device: 2.11.2

scripts/tools-versions-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ doxygen:
3030
pip:
3131
version: 24.2
3232
nrfutil:
33-
version: 8.0.0
33+
version: 8.1.0
3434
subcommands:
3535
device: 2.11.2

scripts/tools-versions-win10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ doxygen:
2424
pip:
2525
version: 24.2
2626
nrfutil:
27-
version: 8.0.0
27+
version: 8.1.0
2828
subcommands:
2929
device: 2.11.2

0 commit comments

Comments
 (0)