Skip to content

Commit 172802b

Browse files
committed
Remove duplicate ota_data flashing under IDF
Fixes: espressif#1724
1 parent fff1783 commit 172802b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Makefile.projbuild

-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
BOOT_APP_BIN_OFFSET := 0xe000
21
BOOT_APP_BIN_ROOT := $(call dequote,$(COMPONENT_PATH))
3-
BOOT_APP_BIN_PATH := $(call dequote,$(abspath $(BOOT_APP_BIN_ROOT)/$(subst $(quote),,tools/partitions/boot_app0.bin)))
42

53
ifndef CONFIG_PARTITION_TABLE_CUSTOM
64
PARTITION_TABLE_CSV_PATH = $(call dequote,$(abspath $(BOOT_APP_BIN_ROOT)/$(subst $(quote),,tools/partitions/$(CONFIG_ARDUHAL_PARTITION_SCHEME).csv)))
75
endif
86

9-
BOOT_APP_BIN_FLASH_CMD = $(ESPTOOLPY_SERIAL) write_flash $(BOOT_APP_BIN_OFFSET) $(BOOT_APP_BIN_PATH)
10-
ESPTOOL_ALL_FLASH_ARGS += $(BOOT_APP_BIN_OFFSET) $(BOOT_APP_BIN_PATH)
11-
127
CPPFLAGS += -DARDUINO=10800 -DESP32=1 -DARDUINO_ARCH_ESP32=1 -DBOARD_HAS_PSRAM
13-
14-
boot-app0:
15-
@echo "Rebooting to APP0"
16-
$(BOOT_APP_BIN_FLASH_CMD)
17-

0 commit comments

Comments
 (0)