Embedded Design Handbook

ID 683689
Date 8/28/2023
Public
Document Table of Contents

5.3.4.3.1. Boot Image Format

The advanced boot copier example expects to find a boot image that conforms to a specific format. The make_flash_image_script.sh script creates boot images that comply with the expected format. The make_flash_image_script.sh script runs the elf2flash utility to create a boot record of the application from the Executable and Linking Format File (.elf), and prepends some header information to that boot record.
Figure 226. Example Boot Image FormatThis figure shows the format of a boot image created using the make_flash_image_script.sh script.