We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Intel Hex format (.hex) is very convenient for MCUboot since it includes the addresses at which the code is to be flashed.
If imgtool.py supported .hex alongside with .bin, it would make it very simple to work with certain platforms that support flashing .hex files.
The text was updated successfully, but these errors were encountered:
This can be closed now
Sorry, something went wrong.
I think we could write "This fixes #199" or something like that in the PR to do it automatically.
carlescufi
No branches or pull requests
The Intel Hex format (.hex) is very convenient for MCUboot since it includes the addresses at which the code is to be flashed.
If imgtool.py supported .hex alongside with .bin, it would make it very simple to work with certain platforms that support flashing .hex files.
The text was updated successfully, but these errors were encountered: