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
Dfu-util complains with the follow error;
Invalid DFU suffix signature A valid DFU suffix will be required in a future dfu-util release!!!
Does foboot need to do anything or just yet code which generates the DFU image?
The text was updated successfully, but these errors were encountered:
dfu-suffix -v 1209 -p 70b1 -a blink.bin dfu-util -D blink.dfu
Sorry, something went wrong.
As a side note, here's a pure-Python implementation of a thing that adds the suffix: https://github.com/adafruit/circuitpython/blob/main/tools/dfu.py
No branches or pull requests
Dfu-util complains with the follow error;
Does foboot need to do anything or just yet code which generates the DFU image?
The text was updated successfully, but these errors were encountered: