mirror of
https://github.com/julenvitoria/GnW.git
synced 2025-12-17 13:15:54 +01:00
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
|
|
This package contains the installer for USB ST-Link probe related .rules files.
|
|
It will install in directory /etc/udev/rules.d/ the following files:
|
|
49-stlinkv2-1.rules 49-stlinkv2.rules 49-stlinkv3.rules and 49-stlinkv1.rules.
|
|
Note that a file is provided for ST-Link/V1 despite most toolsets do not support it.
|
|
|
|
To install st-stlink-udev-rules for Linux on your system use one of the package provided.
|
|
The package to use depends on your machine distribution but also on your system knowledge.
|
|
|
|
* RPM-based distribution (Redhat, Centos, Suse, Fedora...)
|
|
As root user:
|
|
- either run: sudo rpm -Uhv st-stlink-udev-rules-xxxx-linux-noarch.rpm
|
|
- or use the dedicated software package manager from your system
|
|
|
|
* Debian-based distribution (Debian, Ubuntu...)
|
|
As root user:
|
|
- either run: sudo dpkg -i st-stlink-udev-rules-xxxx-linux-all.deb
|
|
- or use the dedicated software package manager from your system
|
|
|
|
* Any/other distribution (but prefer one of the native method above if you can)
|
|
As root user
|
|
- run: sudo sh st-stlink-udev-rules-xxxx-linux-noarch.sh
|