diff --git a/esptool.py b/esptool.py index bc6994e46..c013da601 100755 --- a/esptool.py +++ b/esptool.py @@ -1955,6 +1955,8 @@ class ESP32S3ROM(ESP32ROM): IMAGE_CHIP_ID = 9 CHIP_DETECT_MAGIC_VALUE = [0x9] + + BOOTLOADER_FLASH_OFFSET = 0x0 FPGA_SLOW_BOOT = False