tools/esp32xx/Config.mk: Update the binaries names to reflect the same
name used with the esp-nuttx-bootloader repo. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
10fca18b55
commit
2c338a3ad0
@ -25,8 +25,8 @@
|
|||||||
ifdef ESPTOOL_BINDIR
|
ifdef ESPTOOL_BINDIR
|
||||||
BL_OFFSET=0x1000
|
BL_OFFSET=0x1000
|
||||||
PT_OFFSET=0x8000
|
PT_OFFSET=0x8000
|
||||||
BOOTLOADER=$(ESPTOOL_BINDIR)/bootloader.bin
|
BOOTLOADER=$(ESPTOOL_BINDIR)/bootloader-esp32.bin
|
||||||
PARTITION_TABLE=$(ESPTOOL_BINDIR)/partition-table.bin
|
PARTITION_TABLE=$(ESPTOOL_BINDIR)/partition-table-esp32.bin
|
||||||
FLASH_BL=$(BL_OFFSET) $(BOOTLOADER)
|
FLASH_BL=$(BL_OFFSET) $(BOOTLOADER)
|
||||||
FLASH_PT=$(PT_OFFSET) $(PARTITION_TABLE)
|
FLASH_PT=$(PT_OFFSET) $(PARTITION_TABLE)
|
||||||
endif
|
endif
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
ifdef ESPTOOL_BINDIR
|
ifdef ESPTOOL_BINDIR
|
||||||
BL_OFFSET=0x0
|
BL_OFFSET=0x0
|
||||||
PT_OFFSET=0x8000
|
PT_OFFSET=0x8000
|
||||||
BOOTLOADER=$(ESPTOOL_BINDIR)/bootloader.bin
|
BOOTLOADER=$(ESPTOOL_BINDIR)/bootloader-esp32c3.bin
|
||||||
PARTITION_TABLE=$(ESPTOOL_BINDIR)/partition-table.bin
|
PARTITION_TABLE=$(ESPTOOL_BINDIR)/partition-table-esp32c3.bin
|
||||||
FLASH_BL=$(BL_OFFSET) $(BOOTLOADER)
|
FLASH_BL=$(BL_OFFSET) $(BOOTLOADER)
|
||||||
FLASH_PT=$(PT_OFFSET) $(PARTITION_TABLE)
|
FLASH_PT=$(PT_OFFSET) $(PARTITION_TABLE)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user