-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: nrf util: usb driver prerequisite for win #19809
doc: nrf util: usb driver prerequisite for win #19809
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
66cba88
to
2c1f71e
Compare
376a63f
to
4cf4351
Compare
* For Windows, add it to the environment variables. | ||
|
||
* SEGGER J-Link |jlink_ver| and, on Windows, also the SEGGER USB Driver for J-Link from `SEGGER J-Link`_ |jlink_ver|. | ||
For information how to install the USB Driver, see the `nRF Util prerequisites`_ documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For information how to install the USB Driver, see the `nRF Util prerequisites`_ documentation. | |
For information on how to install the USB Driver, see the `nRF Util prerequisites <nRF Util prerequisites_>`_ documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I won't be updating prerequisites
to prequisites
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the typo. It is gone now.
doc/nrf/installation/install_ncs.rst
Outdated
* The latest version of |VSC| for your operating system from the `Visual Studio Code download page`_. | ||
* In |VSC|, the latest version of the `nRF Connect for VS Code Extension Pack`_. | ||
|
||
* Additionally for Windows users: SEGGER USB Driver for J-Link, required for support of older Nordic Semiconductor devices in nRF Util. | ||
For information how to install the USB Driver, see the `nRF Util prerequisites`_ documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For information how to install the USB Driver, see the `nRF Util prerequisites`_ documentation. | |
For information on how to install the USB Driver, see the `nRF Util prerequisites <nRF Util prerequisites_>`_ documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the target page of the link, change "What J-link version..." to Which J-link version...
doc/nrf/installation/install_ncs.rst
Outdated
|
||
* Additionally for Windows users: SEGGER USB Driver for J-Link, required for support of older Nordic Semiconductor devices in nRF Util. | ||
For information how to install the USB Driver, see the `nRF Util prerequisites`_ documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For information how to install the USB Driver, see the `nRF Util prerequisites`_ documentation. | |
For information on how to install the USB Driver, see the `nRF Util prerequisites <nRF Util prerequisites_>`_ documentation. |
@@ -287,6 +287,9 @@ Among others, this package includes the J-Link RTT Viewer, which can be used for | |||
|
|||
It is recommended to use the |jlink_ver| of the package when you :ref:`installing_vsc`. | |||
|
|||
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`. | |||
For information how to install the USB Driver, see the `nRF Util prerequisites`_ documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For information how to install the USB Driver, see the `nRF Util prerequisites`_ documentation. | |
For information on how to install the USB Driver, see the `nRF Util prerequisites <nRF Util prerequisites_>`_ documentation. |
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
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 <[email protected]>
4cf4351
to
bcc0d22
Compare
Requested merge to @rlubos because @annwoj 's approval fulfills the requirement for nRF54H20-related doc edits, as per https://nordicsemi.atlassian.net/wiki/spaces/TECHDOC/pages/120302385/NCS+team+assignment |
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.
Related nRF Util PR https://github.com/NordicSemiconductor/nrfutil-rs/pull/2563