[SOLVED] JLink software auto-update script

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

  • [SOLVED] JLink software auto-update script

    Hi all,
    Since SEGGER doesn't provide a repository for automatic updates of the JLink software, I created this script to automatically download & install the latest software package, and thought others might find it useful.
    It attempts to determine system architecture/OS/package manager, downloads the appropriate file, and calls the package manager to install it. You can override the auto-detection results by passing in arguments.
    I attempted to make it work for all systems/distributions, but I've only tested it with Debian/Ubuntu. Let me know if it isn't working for your system, so I can try to improve it.
    Hope it saves you time like it has me!

    Required Python packages:
    requests
    bs4
    lxml
    tqdm

    gist.github.com/FletcherD/644e57b83801ead8b2827760636988b7