Lines Matching full:echo
87 @echo "Skipping the BIN generation"
93 @echo "Flashing binaries to serial port '$(ESPPORT)' (app at offset $(APP_OFFSET))..."
95 …@echo "(Secure boot enabled, so bootloader not flashed automatically. See 'make bootloader' output…
100 @echo "The command is supported only in FLASH ENCRYPTION DEVELOPMENT MODE"
105 @echo "Flashing binaries to serial port '$(ESPPORT)' (app at offset $(APP_OFFSET))..."
107 …@echo "(Secure boot enabled, so bootloader not flashed automatically. See 'make bootloader' output…
112 @echo "Flashing app to serial port '$(ESPPORT)', offset $(APP_OFFSET)..."
118 @echo "Flashing encrypted app binary to serial port '$(ESPPORT)' (app at offset $(APP_OFFSET))..."
122 @echo "The command is supported only in FLASH ENCRYPTION DEVELOPMENT MODE"
131 @echo "Erasing entire flash..."
162 …[ -f $(APP_ELF) ] || echo "*** 'make monitor' target requires an app to be compiled and flashed fi…
163 [ -f $(APP_ELF) ] || echo "*** Run 'make flash monitor' to build, flash and monitor"
164 …[ -f $(APP_ELF) ] || echo "*** Or alternatively 'make simple_monitor' to view the serial port as-i…