kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/error_in_bootloader_loadprohibited' into 'master'
esp_tool: Exclude elf-sha256 from bootloader Closes IDFGH-690 See merge request idf/esp-idf!4520pull/3216/head
commit
b7b5c3a8c7
|
@ -39,7 +39,9 @@ endif
|
|||
endif
|
||||
endif
|
||||
|
||||
ifndef IS_BOOTLOADER_BUILD
|
||||
ESPTOOL_ELF2IMAGE_OPTIONS += --elf-sha256-offset 0xb0
|
||||
endif
|
||||
|
||||
ESPTOOLPY_WRITE_FLASH=$(ESPTOOLPY_SERIAL) write_flash $(if $(CONFIG_ESPTOOLPY_COMPRESSED),-z,-u) $(ESPTOOL_WRITE_FLASH_OPTIONS)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9ad444a6e06e58833d5e6044c1d5f3eb3dd56023
|
||||
Subproject commit 40258ed6de78672ef20862fea24fbdf4a9b38413
|
|
@ -52,7 +52,9 @@ if(CONFIG_SECURE_BOOT_ENABLED AND
|
|||
${ESPTOOLPY_ELF2IMAGE_FLASH_OPTIONS} --secure-pad)
|
||||
endif()
|
||||
|
||||
set(ESPTOOLPY_ELF2IMAGE_OPTIONS --elf-sha256-offset 0xb0)
|
||||
if(NOT BOOTLOADER_BUILD)
|
||||
set(ESPTOOLPY_ELF2IMAGE_OPTIONS --elf-sha256-offset 0xb0)
|
||||
endif()
|
||||
|
||||
if(CONFIG_ESPTOOLPY_FLASHSIZE_DETECT)
|
||||
# Set ESPFLASHSIZE to 'detect' *after* elf2image options are generated,
|
||||
|
|
Ładowanie…
Reference in New Issue