@@ -8,10 +8,10 @@ Documentation about the MCUboot bootloader design, operation and features can be
8
8
9
9
The current port is available for use in the following SoCs within the OSes:
10
10
11
- | | ESP32 | ESP32-S2 | ESP32-C3 |
12
- | :-----: | :-----: | :-----: | :-----: |
13
- | Zephyr | Supported | Supported | Supported |
14
- | NuttX | Supported | Supported | Supported |
11
+ | | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 |
12
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
13
+ | Zephyr | Supported | Supported | Supported | WIP |
14
+ | NuttX | Supported | Supported | Supported | WIP |
15
15
16
16
## [ Installing requirements and dependencies] ( #installing-requirements-and-dependencies )
17
17
@@ -86,9 +86,9 @@ Detected flash size: 4MB
86
86
87
87
88
88
* ` <BOOTLOADER_FLASH_OFFSET> ` value must follow one of the addresses below:*
89
- | ESP32 | ESP32-S2 | ESP32-C3 |
90
- | :-----: | :-----: | :-----: |
91
- | 0x1000 | 0x1000 | 0x0000 |
89
+ | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 |
90
+ | :-----: | :-----: | :-----: | :-----: |
91
+ | 0x1000 | 0x1000 | 0x0000 | 0x0000 |
92
92
93
93
---
94
94
@@ -356,7 +356,7 @@ Burn the key into the device's eFuse, this action can be done **only once**:
356
356
espefuse.py --port PORT burn_key flash_encryption <FLASH_ENCRYPTION_KEY.bin>
357
357
```
358
358
359
- - ESP32S2 and ESP32C3
359
+ - ESP32S2, ESP32C3 and ESP32S3
360
360
```
361
361
espefuse.py --port PORT burn_key BLOCK <FLASH_ENCRYPTION_KEY.bin> <KEYPURPOSE>
362
362
```
0 commit comments