-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
loading update image via DFU to external flash stucks (Finder OPTA) #33
Comments
Hi @ddmesh secure upload of the sketck on the external QSPI flash is enabled only if you have configured the keys in your board. You can do it using this sketch: Load the sketch, open the serial monitor and answer If you want to go back to the "standard" booloader working mode you need to reflash the bootloader using a SWD programmer. So make sure to have one on your desk. |
... for the record I go back and forth between secure and non-secure modes using dfu-util on the Giga. It seems quite happy to take a new bootloader and forget its keys. |
@schnoberts1 are you enabing dfu mode using the boot0 button? |
Yes.
|
When following the example in readme.md Load an update sketch for OPTA device from Finder, the upload get stuck.
The external QSPI Flash is formated as follows (from examples):
dfu-utils -l:
flash command:
Tested with given address 0xA0000000 and also with the one given by dfu-util 0x00000000.
The flash stucks at 0% and the DFU MCUBoot is blocked afterwards.
The text was updated successfully, but these errors were encountered: