-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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
Attempting to flash a bootloader over USB should report that it is not supported #479
Comments
Do you know what actually happens when that second command runs? You can use What would you expect to happen when you force flash an invalid binary to the device? |
Not this...
At least not in this circumstance, because nothing actually happened. |
The dfu-util flash command does complete successfully so the CLI reports Flash success!
Let's rephrase the issue as "attempting to flash a bootloader over USB should report that it is not supported" |
--force
flashing bootloader over USB reports success
Interestingly, I just used |
It's my understanding it is impossible for the bootloader to be flashed over USB.
I get an error if I don't use the
--force
override.However, if I do
--force
the CLI reports success. The device slow blinks yellow, then reboots and reconnects (breathing cyan).The text was updated successfully, but these errors were encountered: