Hi,
The RAM Loading section for MCUboot states the following:
Execution from external storage has some drawbacks (lower execution speed, image is exposed to attacks) therefore the image is always copied to the internal RAM before the authentication and execution.
In case these drawbacks were acceptable, is it possible to run the image from external storage, without copying it into RAM? In other words, is it possible for the primary slot to be on external storage?
Thank you.