bmflash as a generic programming tool
Closed this issue · 1 comments
simonsunnyboy commented
The bmflash tool only supports .elf files if I understand correctly.
It would be great to be able to also select arbitrary .bin or .hex files for flashing to allow universal use with existing binaries.
compuphase commented
Implemented in commit ccc75fe.
ELF is still the recommended format, because the utility can do some checks on an ELF file prior to downloading it.