diff --git a/docs/readme-espressif.md b/docs/readme-espressif.md index 21004df98e..9629b66a60 100644 --- a/docs/readme-espressif.md +++ b/docs/readme-espressif.md @@ -14,10 +14,10 @@ Documentation about the MCUboot bootloader design, operation and features can be The current port is available for use in the following SoCs within the OSes: -| | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 | ESP32-C2 | ESP32-C6 | ESP32-H2 | -| :----: | :-----: | :-----: | :-----: | :-----: | :---------: | :-----: | :-----: | -| Zephyr | Supported | Supported | Supported | Supported | In progress | In progress | In progress | -| NuttX | Supported | Supported | Supported | Supported | In progress | In progress | In progress | +| | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 | ESP32-C2 | ESP32-C6 | ESP32-H2 | +| :----: | :-------: | :-------: | :-------: | :-------: | :---------: | :-------: | :---------: | +| Zephyr | Supported | Supported | Supported | Supported | Supported | Supported | In progress | +| NuttX | Supported | Supported | Supported | Supported | In progress | Supported | Supported | Notice that any customization in the memory layout from the OS application must be done aware of 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 1. Compile and generate the BIN: + ```bash + cd /boot/espressif + ``` + ```bash cmake -DCMAKE_TOOLCHAIN_FILE=tools/toolchain-.cmake -DMCUBOOT_TARGET= -DESP_HAL_PATH= -DMCUBOOT_FLASH_PORT= -B build -GNinja ```