How to Install and Uninstall stm32flash Package on Kali Linux

Last updated: May 09,2024

1. Install "stm32flash" package

Please follow the step by step instructions below to install stm32flash on Kali Linux

$ sudo apt update $ sudo apt install stm32flash

2. Uninstall "stm32flash" package

This guide let you learn how to uninstall stm32flash on Kali Linux:

$ sudo apt remove stm32flash $ sudo apt autoclean && sudo apt autoremove

3. Information about the stm32flash package on Kali Linux

Package: stm32flash
Version: 0.7-1
Installed-Size: 87
Maintainer: Andrej Shadura
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 32132
SHA256: e1ce1b0f7bb5c8f78b45b78cff61ce95b62d8c05d2edb24a99d2d59a4e506f22
SHA1: 9f63a2931130cc1a6698cb46062a0b368f951fee
MD5sum: 60b1c7ca07d12b5389b4c4564d2c9bf4
Description: STM32 chip flashing utility using a serial bootloader
stm32flash is a flashing program for the STM32 ARM processors using the ST
serial bootloader compliant with application note AN3155.
.
Features:
* device identification
* write to flash/RAM
* read from flash/RAM
* auto-detect Intel hex or raw binary input format with option to force binary
* flash from binary file
* save flash to binary file
* verify and retry up to N times on failed writes
* start execution at specified address
* software reset the device when finished if -g not specified
* resume already initialized connection (for when reset fails)
* GPIO signalling
* I²C support
Description-md5:
Homepage: http://stm32flash.sourceforge.net/
Section: electronics
Priority: optional
Filename: pool/main/s/stm32flash/stm32flash_0.7-1_amd64.deb