Selecting J-Link Debug Probe by Nickname

I have lots of hardware and debug probes on my desk, and I discussed using nicknames for debug probes to better identify them.

‘Green’ and ‘Yellow’ Robots and J-Link Probes

So far so good. At that time of the previous article, it was possible to assign nicknames to J-Link debug probes, but not to use the nickname instead of the USB serial number. Well, SEGGER was fast again, and responded with a new J-Link software pack version 7.92d which implements that features: I can now use the nickname to connect to a debug probe :-).

The J-Link -connect option now supports using the nickname instead of the USB ID, for example

jlinkgdbserver -select usb="My Nickname"

The nickname can be assigned to probes, and then shows up in the list of probes:

Probes with Nickname

To use the nickname for the connection, simply use the name instead of the USB serial number:

Using nickname instead of USB serial number

That’s it: simple and it works. Now I can fully manage probe connections by nickname instead of other identification. Of if I have to replace a debug probe in the test farm, I don’t have to change anything as long as I give the new probe the same nickname. Nice 🙂

Happy naming 🙂

Links

What do you think?

This site uses Akismet to reduce spam. Learn how your comment data is processed.