How To Install St-info?

How To Install St-info?

st-info

Provides information about connected STLink and STM32 devices.

Maintainer: Luca Boccassi



Section: electronics

Install st-info

  • Debian apt-get install stlink-tools Click to copy
  • Ubuntu apt-get install stlink-tools Click to copy
  • Alpine OS apk add stlink Click to copy
  • Arch Linux pacman -S stlink Click to copy
  • Kali Linux apt-get install stlink-tools Click to copy
  • Fedora dnf install stlink Click to copy
  • macOS brew install stlink Click to copy

Provides information about connected STLink and STM32 devices.

How to use st-info?

Below are few example commands for st-info that you can use in the terminal.

Display amount of program memory available:
st-info --flashClick to copy
Display amount of sram memory available:
st-info --sramClick to copy
Display summarized information of the device:
st-info --probeClick to copy
Install the latest version of st-info in Debian, Ubuntu, Alpine, Arch, Kali, Fedora and macOS from terminal. To install the st-info just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of st-info from the respository and install it in your computer/server.