Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • After doing some further testing, I have determined that it is possible to connect to both the J-Link and the target using 'JLinkExe ip localhost' from inside WSL. This verifies that I am not, in fact, a crazy person and everything is physically configured as it should be. I am beginning to think there is a problem with JLinkGDBServer itself, and it for whatever reason cannot connect to the J-Link reliably through the ip connection.

  • I am attempting to fix a problem with a system that, up until today, was working fine (not perfectly, but fine). My system is configured as such: I am developing for an ARM target using Linux build tools running under WSL. WSL has no ability to use or see USB devices. However, the Segger tools run fine under WSL. I have my J-Link Ultra+ connected via USB to my machine. I launch J-Link Remote Server with the "Use LAN" option selected. The Remote Server indicates that it detects my J-Link. Next, I…