https://github.com/robotjaol/stlinkv2_solver
Ubuntu upgrader firmware ST-LINK V.2
https://github.com/robotjaol/stlinkv2_solver
stlink stlinkv2 stm32 stm32cubeide stm32cubemx
Last synced: 3 months ago
JSON representation
Ubuntu upgrader firmware ST-LINK V.2
- Host: GitHub
- URL: https://github.com/robotjaol/stlinkv2_solver
- Owner: robotjaol
- Created: 2024-05-29T13:28:39.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-05-31T07:51:30.000Z (12 months ago)
- Last Synced: 2024-12-31T11:43:25.847Z (5 months ago)
- Topics: stlink, stlinkv2, stm32, stm32cubeide, stm32cubemx
- Language: Shell
- Homepage:
- Size: 2.92 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Upgrade Frimware ST-LINK
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.1. Go To **stlink** directory
2. Go To **AllPlatforms** directory
3. Go To **StlinkRulesFilesForLinux** directory
4. Then Type this command
```
sudo dpkg -i ./st-stlink-udev-rules-1.0.3-2-linux-all.deb```
5. And run ``sudo apt update``6. Debug Your STM32
---
### Another OS installation
* 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``