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
I am using mcuboot bare metal on an SM32U5 (from internal flash, running at 48MHz) and am a bit surprised how long a boot_go() takes even if I have validation disabled.
In pictures (the application was started when the signal is pulled down for a short time):
No validation
Including validation
Bypassing boot_go() by jumping directly to the application in Slot0
What the heck is mcuboot doing for 600ms when its is "not validating"? I expected it to read some headers and trailers for maybe single digit milliseconds, but what I am seeing is excessively more.
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
-
I am using mcuboot bare metal on an SM32U5 (from internal flash, running at 48MHz) and am a bit surprised how long a
boot_go()
takes even if I have validation disabled.In pictures (the application was started when the signal is pulled down for a short time):
No validation
Including validation
Bypassing
boot_go()
by jumping directly to the application in Slot0What the heck is mcuboot doing for 600ms when its is "not validating"? I expected it to read some headers and trailers for maybe single digit milliseconds, but what I am seeing is excessively more.
Beta Was this translation helpful? Give feedback.
All reactions