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
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>
Copy file name to clipboardexpand all lines: doc/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_gs.rst
+1-20
Original file line number
Diff line number
Diff line change
@@ -47,26 +47,7 @@ You also need the following:
47
47
* `Git`_ or `Git for Windows`_ (on Linux and Mac, or Windows, respectively)
48
48
* `curl`_
49
49
* 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.
70
51
* The latest version of |VSC| for your operating system from the `Visual Studio Code download page`_
71
52
* In |VSC|, the latest version of the `nRF Connect for VS Code Extension Pack`_
72
53
* On Linux, the `nrf-udev`_ module with udev rules required to access USB ports on Nordic Semiconductor devices and program the firmware
Copy file name to clipboardexpand all lines: doc/nrf/installation/install_ncs.rst
+5
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,11 @@ Depending on your preferred development environment, install the following requi
51
51
Check :ref:`operating system versions that support this tool <additional_nordic_sw_tools>` and download the installer from the `nRF Command Line Tools`_ page.
52
52
* The |jlink_ver_vsc| of :ref:`SEGGER J-Link <requirements_jlink>`.
53
53
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_>`_.
54
55
* The latest version of |VSC| for your operating system from the `Visual Studio Code download page`_.
55
56
* In |VSC|, the latest version of the `nRF Connect for VS Code Extension Pack`_.
56
57
58
+
* Additionally for Windows users: SEGGER USB Driver for J-Link, required for support of older Nordic Semiconductor devices in nRF Util.
57
59
* Additionally for Linux users: the `nrf-udev`_ module with udev rules required to access USB ports on Nordic Semiconductor devices and program the firmware.
58
60
59
61
.. group-tab:: Command line
@@ -75,7 +77,10 @@ Depending on your preferred development environment, install the following requi
75
77
76
78
* The |jlink_ver| of :ref:`SEGGER J-Link <requirements_jlink>`.
77
79
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_>`_.
78
81
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.
79
84
* Additionally for Linux users: the `nrf-udev`_ module with udev rules required to access USB ports on Nordic Semiconductor devices and program the firmware.
Copy file name to clipboardexpand all lines: doc/nrf/installation/recommended_versions.rst
+3
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,9 @@ Among others, this package includes the J-Link RTT Viewer, which can be used for
287
287
288
288
It is recommended to use the |jlink_ver| of the package when you :ref:`installing_vsc`.
289
289
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.
0 commit comments