Skip to content

Commit

Permalink
Fix make flash so it includes boot chunks (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 authored and slaff committed Jul 7, 2019
1 parent 157cb65 commit efc4d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sming/Arch/Esp8266/app.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ endif

.PHONY: flash
flash: all kill_term ##Write the rBoot boot sector, application image and (if enabled) SPIFFS image
$(call WriteFlash,$(FLASH_RBOOT_CHUNKS) $(FLASH_RBOOT_APP_CHUNKS) $(FLASH_SPIFFS_CHUNKS))
$(call WriteFlash,$(FLASH_RBOOT_BOOT_CHUNKS) $(FLASH_RBOOT_APP_CHUNKS) $(FLASH_SPIFFS_CHUNKS))
ifeq ($(ENABLE_GDB), 1)
$(GDB_CMDLINE)
else
Expand Down

0 comments on commit efc4d8b

Please sign in to comment.