Skip to content

Commit e3eabf5

Browse files
authored
Bootloader is at 0x0000 for S3 (#6215)
1 parent 2299de5 commit e3eabf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/platformio-build-esp32s3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
],
325325

326326
FLASH_EXTRA_IMAGES=[
327-
("0x1000", join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "bin", "bootloader_${BOARD_FLASH_MODE}_${__get_board_f_flash(__env__)}.bin")),
327+
("0x0000", join(FRAMEWORK_DIR, "tools", "sdk", "esp32s3", "bin", "bootloader_${BOARD_FLASH_MODE}_${__get_board_f_flash(__env__)}.bin")),
328328
("0x8000", join(env.subst("$BUILD_DIR"), "partitions.bin")),
329329
("0xe000", join(FRAMEWORK_DIR, "tools", "partitions", "boot_app0.bin"))
330330
]

0 commit comments

Comments
 (0)