-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Milestone
Description
Hello everyone!
I'm getting a Segmentation Fault when I perform a st-flash command, running on Fedora 34.
I already tryed to install it by downloading the repository:
- $ sudo dnf install git make cmake libusbx-devel (libusb-1.0-0-dev Ubuntu)
- $ git clone https://github.com/stlink-org/stlink
- $ cd stlink
- $ make
- $ cd build/Release
- $ sudo make install
And also using 'dnf' command:
- $ sudo dnf install stlink
Error output:
$ /usr/local/bin/st-flash write main.bin 0x8000000
st-flash 1.7.0-77-ga52e1bc
make: *** [../../Makefile.incl:134: flash] Segmentation fault (core dumped)
Reactions are currently unavailable