Lines Matching refs:bootloader
18 # A number of these components are implemented as config-only when built in the bootloader
20 bootloader
58 project(bootloader) project
85 "bootloader-reflash-digest.bin"
89 "secure-bootloader-key-${key_digest_len}.bin"
104 "No pre-generated key for a reflashable secure bootloader is available, "
119 -o "${bootloader_digest_bin}" "${CMAKE_BINARY_DIR}/bootloader.bin"
140 set(bootloader_unsigned_bin "bootloader-unsigned.bin")
163 add_custom_command(TARGET bootloader.elf POST_BUILD
167 "Bootloader built. Secure boot enabled, so bootloader not flashed automatically."
171 "\t${esptoolpy_write_flash} ${BOOTLOADER_OFFSET} ${CMAKE_BINARY_DIR}/bootloader.bin"
176 add_custom_command(TARGET bootloader.elf POST_BUILD
182 "Secure boot enabled, so bootloader not flashed automatically."
190 "\t${esptoolpy_write_flash} ${BOOTLOADER_OFFSET} ${CMAKE_BINARY_DIR}/bootloader.bin"
194 "To reflash the bootloader after initial flash:"
206 add_custom_command(TARGET bootloader.elf POST_BUILD
210 "Bootloader built. Secure boot enabled, so bootloader not flashed automatically."
212 "To sign the bootloader with additional private keys."
215 --append_signatures -o signed_bootloader.bin build/bootloader/bootloader.bin"
217 "Secure boot enabled, so bootloader not flashed automatically."
219 "\t${esptoolpy_write_flash} ${BOOTLOADER_OFFSET} ${CMAKE_BINARY_DIR}/bootloader.bin"
225 add_custom_command(TARGET bootloader.elf POST_BUILD
229 "Bootloader built. Secure boot enabled, so bootloader not flashed automatically."
231 "Secure boot enabled, so bootloader not flashed automatically."
233 "\t${esptoolpy_write_flash} ${BOOTLOADER_OFFSET} ${CMAKE_BINARY_DIR}/bootloader.bin"