Lines Matching full:echo

59 	@echo $(SEPARATOR)
60 @echo "Bootloader built. Default flash command is:"
61 @echo "$(ESPTOOLPY_WRITE_FLASH) $(BOOTLOADER_OFFSET) $^"
78 @echo $(SEPARATOR)
79 @echo "Bootloader built. One-time flash command is:"
80 …@echo "$(subst hard_reset,no_reset,$(ESPTOOLPY_WRITE_FLASH)) $(BOOTLOADER_OFFSET) $(BOOTLOADER_BIN…
81 @echo $(SEPARATOR)
82 @echo "* IMPORTANT: After first boot, BOOTLOADER CANNOT BE RE-FLASHED on same device"
102 …@echo "No pre-generated key for a reflashable secure bootloader is available, due to signing confi…
103 @echo "To generate one, you can use this command:"
104 @echo "espsecure.py generate_flash_encryption_key $@"
105 @echo "then re-run make."
110 @echo $(SEPARATOR)
111 @echo "Bootloader built and secure digest generated. First time flash command is:"
112 @echo "$(ESPEFUSEPY) burn_key secure_boot_v1 $(SECURE_BOOTLOADER_KEY)"
113 @echo "$(ESPTOOLPY_WRITE_FLASH) $(BOOTLOADER_OFFSET) $(BOOTLOADER_BIN)"
114 @echo $(SEPARATOR)
115 @echo "To reflash the bootloader after initial flash:"
116 @echo "$(ESPTOOLPY_WRITE_FLASH) 0x0 $(BOOTLOADER_DIGEST_BIN)"
117 @echo $(SEPARATOR)
118 @echo "* After first boot, only re-flashes of this kind (with same key) will be accepted."
119 @echo "* Not recommended to re-use the same secure boot keyfile on multiple production devices."
122 @echo "DIGEST $(notdir $@)"
133 @echo "Bootloader not signed. Sign the bootloader before flashing."
134 @echo "To sign the bootloader, you can use this command:"
135 @echo "espsecure.py sign_data --keyfile SECURE_BOOT_SIGNING_KEY --version 2 $(BOOTLOADER_BIN)"
137 @echo $(SEPARATOR)
138 @echo "Use the following command to flash the bootloader:"
140 @echo "$(ESPTOOLPY_WRITE_FLASH) $(BOOTLOADER_OFFSET) $(BOOTLOADER_SIGNED_BIN)"
142 @echo "$(ESPTOOLPY_WRITE_FLASH) $(BOOTLOADER_OFFSET) $(BOOTLOADER_BIN)"
144 @echo $(SEPARATOR)
149 @echo "Invalid bootloader target: bad sdkconfig?"