From: Angus Gratton Date: Thu, 18 Aug 2016 08:59:38 +0000 (+0800) Subject: Fix 'make bootloader' not printing instructions X-Git-Tag: v0.9~101^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9552b0e6f0708ee85b6109aeb3a3fb9339116234;p=esp-idf Fix 'make bootloader' not printing instructions --- diff --git a/components/bootloader/Makefile.projbuild b/components/bootloader/Makefile.projbuild index c2ee17887e..672aa0e81e 100644 --- a/components/bootloader/Makefile.projbuild +++ b/components/bootloader/Makefile.projbuild @@ -35,6 +35,8 @@ bootloader-clean: make -C $(BOOTLOADER_COMPONENT_PATH)/src clean MAKEFLAGS= V=$(V) bootloader: $(BOOTLOADER_BIN) + @echo "Bootloader built. Default flash command is:" + @echo "$(ESPTOOLPY_SERIAL) write_flash 0x1000 $(BOOTLOADER_BIN)" # synchronise the project level config to the component's # config