Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Programator St Link V2 - nie jest widoczny w STM32 CubeProgrammer
#2
0
Z Wine to może być problem, bo jeśli nie jest to jakaś przejściówka USB-COM (z poszukiwań wynika, że nie jest) to raczej nie zadziała.

Można próbować w najnowszym Wine w wersji rozwojowej.


Poniżej masz instrukcje dla pracy natywnej w Linux,
źródło: https://freeelectron.ro/installing-st-li...-on-linux/
Cytat:Installing ST-Link v2 to flash STM32 targets on Linux
Posted in Embedded By Grig On October 23, 2020
This guide is targeting Linux users and ST-Link v2 hardware.
[Obrazek: stlink-v2-1024x680.png]
First, we are going to install the necessary libraries and build tools:
sudo apt-get install git make cmake libusb-1.0-0-dev
sudo apt-get install gcc build-essential
Now, we will download and build the ST-Link utilities:
cd ~myusername
mkdir stm32
cd stm32
git clone https://github.com/stlink-org/stlink
cd stlink
cmake .
make
[/url]
Now we copy the built binaries to their place:
cd bin
sudo cp st-* /usr/local/bin
cd ../lib
sudo cp *.so* /lib32
then udev rules:
sudo cp stlink/config/udev/rules.d/49-stlinkv* /etc/udev/rules.d/
Now, plug the ST-Link device into the USB port, but DON’T CONNECT the target board, then type:
lsusb
If everything went OK, you should see something like this:
[Obrazek: test-ok.png]
then:
[Obrazek: Screenshot_2019-12-09_22-41-37.png]
Now, disconnect the ST-LINK from USB, connect the four wires to the target board as in the picture
[Obrazek: connections.png]
then plug back the ST-Link to the USB and type:
st-flash read dummy.bin 0 0xFFFF
You should see something like:
[Obrazek: st-flash-capture-1.png]
If the target board is not connected, the ST-Link device will be identified, but you (obviously) will get an error during memory read.
We can decide it is correctly installed.
Please add comments if you encounter any issue using this guide. I hope it will help you.
Thanks for the effort to all contributors to this repository [url=https://github.com/stlink-org/stlink]https://github.com/stlink-org/stlink
.
Check these articles related to STM32.
The older version of this post is here.
Odpowiedz


Wiadomości w tym wątku
RE: problem z USB w Wine - przez dedito - 25-04-2021, 11:22
RE: problem z USB w Wine - przez emil4 - 25-04-2021, 12:21
RE: problem z USB w Wine - przez dedito - 25-04-2021, 12:29
RE: problem z USB w Wine - przez emil4 - 25-04-2021, 12:56
RE: problem z USB w Wine - przez dedito - 25-04-2021, 13:02
RE: problem z USB w Wine - przez emil4 - 25-04-2021, 13:14
RE: problem z USB w Wine - przez dedito - 25-04-2021, 13:18
RE: problem z USB w Wine - przez emil4 - 25-04-2021, 13:31
RE: problem z USB w Wine - przez dedito - 25-04-2021, 13:51

Skocz do:




Użytkownicy przeglądający ten wątek: 1 gości