Skip to content

Commit

Permalink
Merge pull request #119 from aloebs29/recommend-jlink-configurator
Browse files Browse the repository at this point in the history
Update J-Link setup to recommend configurator tool on Windows
  • Loading branch information
bugadani committed May 16, 2024
2 parents 10271d0 + 09406cc commit 334a836
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/docs/getting-started/probe-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,21 @@ recommended to configure udev as described in [udev rules](#linux%3A-udev-rules)

Unfortunately, probe-rs doesn't work with the official drivers on Windows. To
use probe-rs it is necessary to install a generic WinUSB driver. The recommended
way of doing this is by using [Zadig](#windows%3A-winusb-drivers).
way of doing this is by using the
[J-Link Configurator](https://www.segger.com/products/debug-probes/j-link/tools/j-link-configurator/)
tool. To install the generic WinUSB driver with the J-Link Configurator tool:

- Download the J-Link Configurator tool
- Connect the J-Link probe you wish to update
- Start the J-Link Configurator tool
- Right click the entry in the overview where your probe is listed, and select
**Configure**
- Under **USB Driver (Windows)** select **WinUSB**
- Click **OK**

Some J-Link probes will have the option to select WinUSB in the configuration
dialog disabled. In this case, use [Zadig](#windows%3A-winusb-drivers) to
install the generic WinUSB driver for your probe.

#### macOS

Expand Down

0 comments on commit 334a836

Please sign in to comment.