@@ -8,10 +8,10 @@ Documentation about the MCUboot bootloader design, operation and features can be
88
99The current port is available for use in the following SoCs within the OSes:
1010
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 |
1515
1616## [ Installing requirements and dependencies] ( #installing-requirements-and-dependencies )
1717
@@ -86,9 +86,9 @@ Detected flash size: 4MB
8686
8787
8888* ` <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 |
9292
9393---
9494
@@ -356,7 +356,7 @@ Burn the key into the device's eFuse, this action can be done **only once**:
356356espefuse.py --port PORT burn_key flash_encryption <FLASH_ENCRYPTION_KEY.bin>
357357```
358358
359- - ESP32S2 and ESP32C3
359+ - ESP32S2, ESP32C3 and ESP32S3
360360```
361361espefuse.py --port PORT burn_key BLOCK <FLASH_ENCRYPTION_KEY.bin> <KEYPURPOSE>
362362```
0 commit comments