Embedded Design Handbook

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

5.3.4.4.4. Setting the Boot Method

The advanced boot copier example supports all three boot methods described above. The following line in the <project> /boot_copier_sw/app/ advanced_boot_copier/advanced_boot_copier.c file controls the method that is implemented:
#define BOOT_METHOD <boot method> 

The options available for <boot method> are:

  • BOOT_FROM_CFI_FLASH
  • BOOT_CFI_FROM_ONCHIP_ROM
  • BOOT_EPCS_FROM_ONCHIP_ROM