Minimal flashing utility
  • C 94.8%
  • Makefile 5.2%
Find a file
2026-08-30 10:45:12 +03:00
.gitignore Changed name to cflash, and cut down to only be used for flashing drives 2026-08-29 21:30:33 +03:00
LICENSE Updated LICENSE 2026-08-20 22:06:17 +03:00
main.c Now throws error if bytesR != bytesW 2026-08-29 21:51:36 +03:00
Makefile Updated Makefile to be tighter with errors 2026-08-30 10:45:12 +03:00
README.md Changed name to cflash, and cut down to only be used for flashing drives 2026-08-29 21:30:33 +03:00

cflash

A very minimal flashing utility written in C.

cflash writes the input file into the output drive

Usage: cflash (file) (drive)

There are no arguments, and nothing else it does besides that.

During runtime and after it's done, it prints out details about the operation.