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 direct links to Downloads in install_ncs/Installing prerequisites.
Fixed a line for J-Link version in recommended_versions.
TECHDOC-3429.
Signed-off-by: Grzegorz Ferenc <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/installation/install_ncs.rst
+10-10
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ Installing the |NCS|
11
11
12
12
There are different ways to install the |NCS|, depending on your preferred development environment:
13
13
14
-
* Using |VSC| and the |nRFVSC| (recommended)
15
-
* Using command line and nRF Util
14
+
* Using |VSC| and the :ref:`requirements_nrfvsc` (recommended)
15
+
* Using command line and :ref:`requirements_nrf_util`
16
16
17
17
Regardless of which way you choose, the following steps install the |NCS| source code and the |NCS| :term:`toolchain`.
18
18
This includes everything that is required by Zephyr's :ref:`zephyr:getting_started` together with additional tools and Python dependencies that the |NCS| uses.
@@ -38,8 +38,7 @@ Before you start setting up the toolchain, install available updates for your :r
38
38
Install prerequisites
39
39
*********************
40
40
41
-
Depending on your preferred development environment, install the following required tools.
42
-
41
+
Depending on your preferred development environment, install the following software tools.
43
42
44
43
.. tabs::
45
44
@@ -48,12 +47,13 @@ Depending on your preferred development environment, install the following requi
48
47
* All operating systems:
49
48
50
49
* The latest version of the :ref:`requirements_clt` package.
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
-
* The |jlink_ver_vsc| of :ref:`SEGGER J-Link<requirements_jlink>`.
50
+
Check :ref:`operating system versions that support this tool <additional_nordic_sw_tools>` and `download the installer <nRF Command Line Tools Downloads_>`_.
51
+
* The |jlink_ver_vsc| of SEGGER J-Link.
53
52
Download it from the `J-Link Software and Documentation Pack`_ page.
54
53
On Windows, `install it manually together with SEGGER USB Driver for J-Link <nRF Util prerequisites_>`_.
55
54
* The latest version of |VSC| for your operating system from the `Visual Studio Code download page`_.
56
55
* In |VSC|, the latest version of the `nRF Connect for VS Code Extension Pack`_.
56
+
The |nRFVSC| comes with its own bundled version of some of the nRF Util commands.
57
57
58
58
* Additionally, for Windows users: SEGGER USB Driver for J-Link, required for support of older Nordic Semiconductor devices in nRF Util.
59
59
For information on how to install the USB Driver, see the `nRF Util prerequisites`_ documentation.
@@ -64,19 +64,19 @@ Depending on your preferred development environment, install the following requi
64
64
* All operating systems:
65
65
66
66
* The latest version of nRF Util, a unified command-line utility for Nordic Semiconductor products.
67
-
Check :ref:`operating system versions that support this tool <additional_nordic_sw_tools>` and download the installer from the `nRF Util development tool`_ page.
67
+
Check :ref:`operating system versions that support this tool <additional_nordic_sw_tools>` and `download the installer <nRF Util Downloads_>`_.
68
68
69
69
.. note::
70
70
After downloading the nRF Util executable, move it to a directory that is in the system :envvar:`PATH`.
71
71
On macOS and Linux, the downloaded file also needs to be given execute permission by typing `chmod +x nrfutil` or by checking the checkbox in the file properties.
72
72
73
73
* The latest version of the :ref:`requirements_clt` package.
74
-
Check :ref:`operating system versions that support this tool <additional_nordic_sw_tools>` and download the installer from the `nRF Command Line Tools`_ page.
74
+
Check :ref:`operating system versions that support this tool <additional_nordic_sw_tools>` and `download the installer <nRF Command Line Tools Downloads_>`_.
75
75
76
76
.. note::
77
77
After downloading and installing the tools, add nrfjprog to the system :envvar:`PATH` in the environment variables.
78
78
79
-
* The |jlink_ver| of :ref:`SEGGER J-Link<requirements_jlink>`.
79
+
* The |jlink_ver| of SEGGER J-Link.
80
80
Download it from the `J-Link Software and Documentation Pack`_ page.
81
81
On Windows, `install it manually together with SEGGER USB Driver for J-Link <nRF Util prerequisites_>`_.
82
82
@@ -93,7 +93,7 @@ Install the |NCS| toolchain
93
93
***************************
94
94
95
95
The |NCS| :term:`toolchain` includes the Zephyr SDK and then adds tools and modules required to build |NCS| samples and applications on top of it.
96
-
These include the :ref:`required tools <requirements_toolchain_tools>`, the :ref:`Python dependencies <requirements_toolchain_python_deps>`, and the :ref:`GN tool <ug_matter_gs_tools_gn>` for creating :ref:`ug_matter` applications.
96
+
These include the :ref:`required SDK tools <requirements_toolchain_tools>`, the :ref:`Python dependencies <requirements_toolchain_python_deps>`, and the :ref:`GN tool <ug_matter_gs_tools_gn>` for creating :ref:`ug_matter` applications.
97
97
98
98
.. note::
99
99
When you first install the |NCS|, it is recommended to install the latest released, stable versions of the SDK and the toolchain.
Copy file name to clipboardExpand all lines: doc/nrf/installation/recommended_versions.rst
+4
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,8 @@ J-Link Software and Documentation Pack
285
285
SEGGER's `J-Link Software and Documentation Pack`_ is a package of tools that is required for SEGGER J-Link to work correctly with both Intel and ARM assemblies.
286
286
Among others, this package includes the J-Link RTT Viewer, which can be used for :ref:`test_and_optimize`.
287
287
288
+
For the SEGGER J-Link version to use with your preferred development environment, see the :ref:`installing_vsc` section on the |NCS| installation page.
289
+
288
290
It is recommended to use the |jlink_ver| of the package when you :ref:`installing_vsc`.
289
291
290
292
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`.
@@ -383,6 +385,8 @@ For more information on nrfjprog, see `Programming SoCs with nrfjprog`_.
383
385
384
386
It is recommended to use the latest version of the package when you :ref:`installing_vsc`.
0 commit comments