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
Once validated, MCUboot (NuttX) is calling a boot_image function, passing the header size as a variable. I can see right after the magic bytes is the -L load address.
Can I also pick out the -v version text, -S slot size etc? Are they in repeatable, documented positions?
I'd like to use this metadata to assist in efficient booting of the image etc
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
-
Once validated, MCUboot (NuttX) is calling a boot_image function, passing the header size as a variable. I can see right after the magic bytes is the -L load address.
Can I also pick out the -v version text, -S slot size etc? Are they in repeatable, documented positions?
I'd like to use this metadata to assist in efficient booting of the image etc
Beta Was this translation helpful? Give feedback.
All reactions