Skip to content

Commit 9286264

Browse files
committed
espressif: update readme-espressif.md documentation
Update SoC x RTOS status for ESP32-C2, ESP32-C6 and ESP32-H2 Also add missing cd command to the guide Signed-off-by: Almir Okato <[email protected]>
1 parent 517fc97 commit 9286264

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/readme-espressif.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Documentation about the MCUboot bootloader design, operation and features can be
1414

1515
The current port is available for use in the following SoCs within the OSes:
1616

17-
| | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 | ESP32-C2 | ESP32-C6 | ESP32-H2 |
18-
| :----: | :-----: | :-----: | :-----: | :-----: | :---------: | :-----: | :-----: |
19-
| Zephyr | Supported | Supported | Supported | Supported | In progress | In progress | In progress |
20-
| NuttX | Supported | Supported | Supported | Supported | In progress | In progress | In progress |
17+
| | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 | ESP32-C2 | ESP32-C6 | ESP32-H2 |
18+
| :----: | :-------: | :-------: | :-------: | :-------: | :---------: | :-------: | :---------: |
19+
| Zephyr | Supported | Supported | Supported | Supported | Supported | Supported | In progress |
20+
| NuttX | Supported | Supported | Supported | Supported | In progress | Supported | Supported |
2121

2222
Notice that any customization in the memory layout from the OS application must be done aware of
2323
the bootloader own memory layout to avoid overlapping. More information on the section
@@ -94,6 +94,10 @@ Additional configuration related to MCUboot features and slot partitioning may b
9494

9595
1. Compile and generate the BIN:
9696

97+
```bash
98+
cd <MCUBOOT_DIR>/boot/espressif
99+
```
100+
97101
```bash
98102
cmake -DCMAKE_TOOLCHAIN_FILE=tools/toolchain-<TARGET>.cmake -DMCUBOOT_TARGET=<TARGET> -DESP_HAL_PATH=<ESP_HAL_PATH> -DMCUBOOT_FLASH_PORT=<PORT> -B build -GNinja
99103
```

0 commit comments

Comments
 (0)