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
The MCUBOOT_BUILTIN_KEY option does not require the public key or its hash to be part of the TLV section. However, there is currently no option in the imgtool to skip this TLV as the public_key_format argument forces the addition of either a KEYHASH or a PUBKEY TLV. The --public-key-format input argument currently supports 2 options: 'hash' and 'full'. A third option, e.g. 'builtin' could be used to bypass the addition of these TLVs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The MCUBOOT_BUILTIN_KEY option does not require the public key or its hash to be part of the TLV section. However, there is currently no option in the imgtool to skip this TLV as the public_key_format argument forces the addition of either a KEYHASH or a PUBKEY TLV. The --public-key-format input argument currently supports 2 options: 'hash' and 'full'. A third option, e.g. 'builtin' could be used to bypass the addition of these TLVs.
Beta Was this translation helpful? Give feedback.
All reactions