2025-09-18 13:28:05 +02:00
2025-09-18 13:17:47 +02:00
2025-09-18 13:17:47 +02:00
2025-09-18 13:17:47 +02:00
2025-09-18 13:17:47 +02:00
2025-09-18 13:28:05 +02:00

Welcome to Hell.

Installation instructions

No need to clone this repo manually. You'll just need to install the Rust toolchain.

# All OSes
cargo install --git https://git.zumepro.cz/michal.prochazka/tulflash

Flashing Intel HEX binaries

# Linux
tulflash --port /dev/ttyUSBx write <path-to-hex>

# macOS
tulflash --port /dev/tty.usbserial-xxx write <path-to-hex>

# Wokňous
tulflash --port COMx write <path-to-hex>

If the flash fails, try to add --slow before the --port argument (should not be needed though).

The tool also allows reading and erasing the chip, figure that out on your own if you need that (although tulflash --help might guide you if you ask it nicely).

Description
Flasher for the TUL Výukový Přípravek™.
Readme 166 KiB
Languages
Rust 81.1%
C 18.9%