You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Condition was introduced with the initial feature commit - 0ce958e - but, although I understand the initial logic, we're using the confirmation mecanism in overwrite_only configuration to run some validations post upgrade, and need confirmed images for initial flashing.
Maybe some error could be thrown if i overlooked something and that test is mandatory - i scratched my head for a while to understand why freshly flashed images were not confirmed :)
The text was updated successfully, but these errors were encountered:
grevaillot
changed the title
--confirm parameter is not taken in account if --overwrite-only mode is set
imgtool: sign.py :--confirm parameter is not taken in account if --overwrite-only mode is set
Dec 20, 2024
Generating pre-confirmed binaries does not work if overwrite only mode is selected : option is silently ignored and files are generated.
cf :
mcuboot/scripts/imgtool/image.py
Line 384 in 3a33d4f
Condition was introduced with the initial feature commit - 0ce958e - but, although I understand the initial logic, we're using the confirmation mecanism in overwrite_only configuration to run some validations post upgrade, and need confirmed images for initial flashing.
Maybe some error could be thrown if i overlooked something and that test is mandatory - i scratched my head for a while to understand why freshly flashed images were not confirmed :)
The text was updated successfully, but these errors were encountered: