]> granicus.if.org Git - esp-idf/commitdiff
Fix 'make bootloader' not printing instructions
authorAngus Gratton <angus@espressif.com>
Thu, 18 Aug 2016 08:59:38 +0000 (16:59 +0800)
committerAngus Gratton <angus@espressif.com>
Thu, 18 Aug 2016 13:42:37 +0000 (21:42 +0800)
components/bootloader/Makefile.projbuild

index c2ee17887e0f0a6f553b0f2b9174773325248f37..672aa0e81e4c266dd388063805e659198d21709e 100644 (file)
@@ -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