Skip to content

Commit 2baf269

Browse files
Update bootloaders to release/v5.5 (#976)
* feat: Update bootloaders to release/v5.5 (rev d66ebb8) * docs: Update changelog * docs: Update flash size documentation
1 parent 845e386 commit 2baf269

13 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
### Changed
1616
- `read_efuse` is deprecated (#969)
1717

18+
- Updated bootloaders with `release/v5.5` ones from IDF (#976)
19+
1820
### Fixed
1921

2022
- Corrected eFuse BLOCK0 definitions for ESP32-C2, ESP32-C3, and ESP32-S3 (#961)

espflash/resources/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Espflash Resources
22

3-
The listed bootloaders from `espressif/esp-idf` were built with `release/v5.4` at commit `3ad3632`, using default settings:
4-
https://github.com/espressif/esp-idf/tree/release/v5.4
3+
The listed bootloaders from `espressif/esp-idf` were built with `release/v5.5` at commit `d66ebb8`, using default settings:
4+
https://github.com/espressif/esp-idf/tree/release/v5.5
55

6-
For now, `esp-hal` uses MMU page size as `0x10000` (64k) therefore the flash size has to be changed to 64MB.
6+
For now, `esp-hal` uses MMU page size as `0x10000` (64k) for ESP32-C2, ESP32-C6 and ESP32-H2, therefore the flash size has to be changed to 64MB. This can be done in `menuconfig` with the `flash size` config or adding the following to the `sdkconfig` file:
7+
8+
```
9+
CONFIG_ESPTOOLPY_FLASHSIZE_64MB=y
10+
CONFIG_ESPTOOLPY_FLASHSIZE="64MB"
11+
```
712

813
The flasher stubs are taken from the `espressif/esptool` repository:
914
https://github.com/espressif/esptool/tree/master/esptool/targets/stub_flasher/1
320 Bytes
Binary file not shown.
320 Bytes
Binary file not shown.
304 Bytes
Binary file not shown.
304 Bytes
Binary file not shown.
272 Bytes
Binary file not shown.
768 Bytes
Binary file not shown.
592 Bytes
Binary file not shown.
624 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)