Skip to main content
Graduate
October 3, 2022
Question

Clarification needed on STLink upgrade in linux

  • October 3, 2022
  • 1 reply
  • 1902 views

In STLink upgrade download for linux, in the following path:

      stsw-link007/readme.txt

titled STLink firmware upgrade applications

the following text paragraph:

"On Linux, users must be granted with rights for accessing the ST-Link USB devices. To do

 that, it might be necessary to add rules into /etc/udev/rules.d. This can be achieved by

 running one of the package provided into the subdirectory StlinkRulesFilesForLinux."

A jargon action of running a package which has no choice criteria into a non-existant subdirectory needs clarification as to what specific actions are needed.

Hal

    This topic has been closed for replies.

    1 reply

    Graduate
    October 6, 2022

    The fix appears to be:

    "This can be achieved by running one of the packages provided in the subdirectory StlinkRulesFilesForLinux using , e.g., the following command:

    "sudo cp 49-stlink-v3.rules /etc/udev/rules.d"

    ST comment?