Skip to content

Commit 1065764

Browse files
committed
Update "J-Link GDB Server" path in IDE 2.x debugger tutorial
Older versions of the "SEGGER J-Link GDB Server" were only available in a 32-bit package for Windows. For this reason, the path to the server in the tutorial's example debug_custom.json used the `C:\Program Files (x86)` path where the 32-bit package is installed by default on a 64-bit Windows machine. A 64-bit Windows package has been available starting with the 7.50 release (made on 2021-07-01). This package is installed under `C:\Program Files` by default (as is the 32-bit package on 32-bit Windows machines). Most users will have the file at this path. The tutorial will be most friendly to the reader if it uses the most common path in the example so it is hereby updated to that path.
1 parent 46b6340 commit 1065764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/hardware/01.mkr/01.boards/mkr-wifi-1010/tutorials/mkr-jlink-setup/mkr-jlink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Now go to the folder where the sketch is located. Add a `.json` file in the same
7474
"servertype": "jlink",
7575
"device": "ATSAMD21G18",
7676
"interface": "SWD",
77-
"serverpath": "C:/Program Files (x86)/SEGGER/JLink/JLinkGDBServer"
77+
"serverpath": "C:/Program Files/SEGGER/JLink/JLinkGDBServer"
7878
}
7979
```
8080

0 commit comments

Comments
 (0)