Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:segger [2023/08/17 11:42] – [Install] darron | tools:segger [2024/08/12 12:55] (current) – [Install] darron | ||
---|---|---|---|
Line 23: | Line 23: | ||
run J-Link on arm6l it will crash with a segmentation fault. | run J-Link on arm6l it will crash with a segmentation fault. | ||
- | Visit the [[https:// | + | Download |
- | and agree to their terms, after which you may download | + | |
- | NB JLink for ARM64 V792a is completely broken. | + | [[https:// |
+ | |||
+ | [[https:// | ||
< | < | ||
Line 34: | Line 35: | ||
ln -s JLink_Linux_V782a_arm JLink | ln -s JLink_Linux_V782a_arm JLink | ||
apt install libsm6 | apt install libsm6 | ||
- | echo "/ | ||
- | ldconfig | ||
cp / | cp / | ||
udevadm control --reload-rules | udevadm control --reload-rules | ||
Line 42: | Line 41: | ||
The udev rules didn't work for me so I use my [[http:// | The udev rules didn't work for me so I use my [[http:// | ||
+ | |||
+ | NB do not add /opt/JLink to ldconfig path since on ARM64 a 32-bit library will be | ||
+ | included which breaks JLink. | ||
===Windows=== | ===Windows=== | ||
Line 64: | Line 66: | ||
This board has had ST-Link replaced by JLink on-board. | This board has had ST-Link replaced by JLink on-board. | ||
+ | |||
+ | Upgrading to JLink requires an older ST-LINK firmware to be | ||
+ | installed as newer versions fail to be detected. A working | ||
+ | firmware for upgrade is found in " | ||
< | < |