6.5.2 First Run
In the first run, typically, only key and header files for the bootloader are generated. The generation of key and header files is requested using command line arguments. For example:
create –c Config.txt –h BootLdr.h –k AESKeys.inc
The key and header files must be copied to the project directory of the bootloader application and be included into the bootloader code.
Note: The bootloader project files are
preconfigured to use the file names mentioned above, that is, BootLdr.h and AESKeys.inc.
It is recommended these file names are not changed.