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
zephyr: arm: Update reading the flash image reset vector
This change uses the flash functions to read the applications
reset vector. This allows flexibility on where the
application image is programmed.
The current implementation for in Zephyr for ARM platforms
does not allow the use-case where the application is programmed
to a different flash device than where mcuboot is programmed
and running from.
Signed-off-by: Mahesh Mahadevan <[email protected]>
0 commit comments