Upload command requires a .bin
file despite a .hex
file was provided!
#2779
Labels
type: imperfection
Perceived defect in any part of project
Describe the problem
The upload commands supports a binary file upload with a
-i, --input-file string
argument.Currently, when called with a
.hex
file, it fails because a missing.bin
file on the same folder:Please fix it so the
.bin
file is not required (the.hex
file contains all the binary data + the addresses to program it onto..).Also the
stm32CubeProg.sh
error message seems to support the.hex
file--f, --file <path> file path to be downloaded: bin or hex
.To reproduce
See example above.
Expected behavior
Successfully upload a
.hex
file without a.bin
file by its side..Arduino CLI version
arduino-cli Version: 1.1.1 Commit: fa6eafc Date: 2024-11-22T09:31:38Z
Operating system
Windows
Operating system version
Windows 11
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: