This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit b049b490b8297dcf15fdef1253c7537a573f7815 Author: YAMAMOTO Takashi <[email protected]> AuthorDate: Wed May 8 18:01:22 2024 +0900 esp32-devkitc/wamr_wasi_debug: fix image size in an example --- Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst b/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst index 64086aa3e7..60fa4f7a4f 100644 --- a/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst +++ b/Documentation/platforms/xtensa/esp32/boards/esp32-devkitc/index.rst @@ -881,7 +881,7 @@ This example uses littlefs on ESP32's SPI flash to store wasm modules. % python3 mkfsimg.py \ --img-filename ..../littlefs.bin \ - --img-size 3080192 \ + --img-size 2621440 \ --block-size 4096 \ --prog-size 256 \ --read-size 256 \
