Skip to content

Commit 66cba88

Browse files
committed
doc: nrf util: usb driver prerequisite for win
Added information about the required installation of USB Driver for J-Link on Windows. Moved installation instructions to nRF Util docs and removed them from the nRF54H20 Getting Started Guide. NCD-909. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
1 parent 09d5944 commit 66cba88

File tree

4 files changed

+10
-20
lines changed

4 files changed

+10
-20
lines changed

doc/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_gs.rst

+1-20
Original file line numberDiff line numberDiff line change
@@ -47,26 +47,7 @@ You also need the following:
4747
* `Git`_ or `Git for Windows`_ (on Linux and Mac, or Windows, respectively)
4848
* `curl`_
4949
* SEGGER J-Link |jlink_ver| and, on Windows, also the SEGGER USB Driver for J-Link from `SEGGER J-Link`_ |jlink_ver|
50-
51-
.. note::
52-
To install the SEGGER USB Driver for J-Link on Windows, manually install J-Link |jlink_ver| from the command line using the ``-InstUSBDriver=1`` parameter:
53-
54-
1. Navigate to the download location of the J-Link executable and run one of the following commands:
55-
56-
* From the Command Prompt::
57-
58-
JLink_Windows_V794i_x86_64.exe -InstUSBDriver=1
59-
60-
* From PowerShell::
61-
62-
.\JLink_Windows_V794i_x86_64.exe -InstUSBDriver=1
63-
64-
#. Follow the on-screen instructions.
65-
#. After installing, ensure the J-Link executable can be run from anywhere on your system:
66-
67-
* For Linux and MacOS, add it to the system path.
68-
* For Windows, add it to the environment variables.
69-
50+
For information how to install the USB Driver, see the `nRF Util prerequisites`_ documentation.
7051
* The latest version of |VSC| for your operating system from the `Visual Studio Code download page`_
7152
* In |VSC|, the latest version of the `nRF Connect for VS Code Extension Pack`_
7253
* On Linux, the `nrf-udev`_ module with udev rules required to access USB ports on Nordic Semiconductor devices and program the firmware

doc/nrf/installation/install_ncs.rst

+5
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ Depending on your preferred development environment, install the following requi
5151
Check :ref:`operating system versions that support this tool <additional_nordic_sw_tools>` and download the installer from the `nRF Command Line Tools`_ page.
5252
* The |jlink_ver_vsc| of :ref:`SEGGER J-Link <requirements_jlink>`.
5353
Download it from the `J-Link Software and Documentation Pack`_ page.
54+
On Windows, `install it manually together with SEGGER USB Driver for J-Link <nRF Util prerequisites_>`_.
5455
* The latest version of |VSC| for your operating system from the `Visual Studio Code download page`_.
5556
* In |VSC|, the latest version of the `nRF Connect for VS Code Extension Pack`_.
5657

58+
* Additionally for Windows users: SEGGER USB Driver for J-Link, required for support of older Nordic Semiconductor devices in nRF Util.
5759
* Additionally for Linux users: the `nrf-udev`_ module with udev rules required to access USB ports on Nordic Semiconductor devices and program the firmware.
5860

5961
.. group-tab:: Command line
@@ -75,7 +77,10 @@ Depending on your preferred development environment, install the following requi
7577

7678
* The |jlink_ver| of :ref:`SEGGER J-Link <requirements_jlink>`.
7779
Download it from the `J-Link Software and Documentation Pack`_ page.
80+
On Windows, `install it manually together with SEGGER USB Driver for J-Link <nRF Util prerequisites_>`_.
7881

82+
* Additionally for Windows users: SEGGER USB Driver for J-Link, required for support of older Nordic Semiconductor devices in nRF Util.
83+
For information how to install the USB Driver, see the `nRF Util prerequisites`_ documentation.
7984
* Additionally for Linux users: the `nrf-udev`_ module with udev rules required to access USB ports on Nordic Semiconductor devices and program the firmware.
8085

8186
.. _gs_installing_toolchain:

doc/nrf/installation/recommended_versions.rst

+3
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ Among others, this package includes the J-Link RTT Viewer, which can be used for
287287

288288
It is recommended to use the |jlink_ver| of the package when you :ref:`installing_vsc`.
289289

290+
On Windows, you also need to install SEGGER USB Driver for J-Link, which is required for support of older Nordic Semiconductor devices in :ref:`requirements_nrf_util`.
291+
For information how to install the USB Driver, see the `nRF Util prerequisites`_ documentation.
292+
290293
.. _toolchain_management_tools:
291294
.. _additional_nordic_sw_tools:
292295

doc/nrf/links.txt

+1
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,7 @@
836836

837837
.. _`nRF Util`: https://docs.nordicsemi.com/bundle/nrfutil/page/README.html
838838
.. _`Installing nRF Util`: https://docs.nordicsemi.com/bundle/nrfutil/page/guides/installing.html
839+
.. _`nRF Util prerequisites`: https://docs.nordicsemi.com/bundle/nrfutil/page/guides/installing.html#prerequisites
839840
.. _`Installing and upgrading nRF Util commands`: https://docs.nordicsemi.com/bundle/nrfutil/page/guides/installing_commands.html
840841
.. _`Installing nRF Util for nRF5 SDK`: https://docs.nordicsemi.com/bundle/nrfutil/page/guides-nrf5sdk/installing.html
841842
.. _`DFU over Zigbee`: https://docs.nordicsemi.com/bundle/nrfutil/page/guides-nrf5sdk/dfu_performing.html#dfu-over-zigbee

0 commit comments

Comments
 (0)