Skip to content

ESP32 mcuboot not support chip revision 1 #51622

@sam131208

Description

@sam131208

Describe the bug
The mucboot can't run under the chip revision 1.
This is true even if I modify the definition of the chip version,@bootloader\mcuboot\boot\espressif\hal\include\esp32\sdkconfig.h

from
#define CONFIG_ESP32_REV_MIN_3 1
#define CONFIG_ESP32_REV_MIN 3
to
#define CONFIG_ESP32_REV_MIN_1 1
#define CONFIG_ESP32_REV_MIN 1

Logs and console output
rst:0x7 (TG0WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff8598,len:5296
load:0x40093000,len:13724
load:0x4009b800,len:6656
entry 0x4009341c
[esp32] [INF] [boot] chip revision: 1
[esp32] [ERR] [boot_comm] This chip is revision 1 but the application is configured for minimum revision 3. Can't run.
ets Jun 8 2016 00:22:57

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions