mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Fix 'make bootloader' not printing instructions
This commit is contained in:
parent
df4eeac5a2
commit
9552b0e6f0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user