Flashing Instructions
On Linux, you will need to install dfu-util and have the file ready.
- sudo apt update && sudo apt install dfu-util (or the equivilent commands for your distro)
- dfu-util -a 0 -s 0x08000000:leave -D firmware-file.bin
Windows Instructions
On Windows, you will need to download dfu-util and Zadig to install the libusb drivers
A. One-time driver setup (per PC)
- Put the device in bootloader mode: fit the BOOT0 jumper, then plug in USB. It enumerates as STM32 BOOTLOADER (0483:DF11).
- Run Zadig → Options ▸ List All Devices.
- Select STM32 BOOTLOADER in the dropdown (confirm USB ID 0483 DF11).
- Pick WinUSB as the target driver → Install Driver. Wait for success. B. Flash (each device)
- Device in bootloader mode (BOOT0 jumper + USB).
- Run:
dfu-util -a 0 -s 0x08000000:leave -D firmware-file.bin - (substitute the file for the variant/version you want)
- Remove the BOOT0 jumper and replug the USB cable. The device boots the new firmware, already configured.
Standard Audio Interface / PTT / Serial Firmware
Release version 1.4 (5/28/2026) (Beta)
KISS TNC / Digipeater Firmware
Release version 1.0 (5/28/2026) (Alpha)
Configuration tool coming soon. This allows updating the firmware without overwriting settings.
All firmware is provided AS-IS and is not guaranteed for life-safety or critical use scenarios. Copyright 2026 Big Time Radio.


Leave a Reply