5 Verification Schemes

This section discusses the various methods of application verification provided to the users by the bootloader module.

Verification Overview

Before the bootloader launches an application, it will verify that there is a valid application image loaded into memory. This verification step can take many different forms. This section discusses each of the verification methods implemented in this bootloader library, how each works, and some of the engineering considerations when selecting a verification method. Refer to each sub-section for the discussion of each verification method.

Verification Methods