st-flash

Flash binary files to STM32 ARM Cortex microcontrollers. More information: <https://github.com/texane/stlink>.

Debian Debian
RUN apt-get update && \ apt-get install -y stlink-tools
Ubuntu
RUN apt-get update && \ apt-get install -y stlink-tools
Alpine
RUN apk add stlink
Arch Arch Linux
RUN pacman -S --noconfirm stlink
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y stlink-tools
Fedora
RUN dnf install -y stlink
click the source code to copy install st-flash on any operating system with command-not-found.com