File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Original file line number Diff line number Diff line change 1
- BOOT_APP_BIN_OFFSET := 0xe000
2
1
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)))
4
2
5
3
ifndef CONFIG_PARTITION_TABLE_CUSTOM
6
4
PARTITION_TABLE_CSV_PATH = $(call dequote,$(abspath $(BOOT_APP_BIN_ROOT)/$(subst $(quote),,tools/partitions/$(CONFIG_ARDUHAL_PARTITION_SCHEME).csv)))
7
5
endif
8
6
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
-
12
7
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
-
You can’t perform that action at this time.
0 commit comments