esp32s3-devkit doc: Update the procedure after simple boot

This commit is contained in:
YAMAMOTO Takashi 2024-11-18 10:48:55 +09:00 committed by Xiang Xiao
parent a88652fe53
commit 7d73bc6861

View file

@ -668,9 +668,9 @@ https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/bootloade
--disk-version 2.0 \
..../wasm_module_dir
2. Build a NuttX binary as usual with this config.
2. Build a NuttX binary and write it to the board as usual with this config.
3. Write the NuttX binary and the filesystem image to the board::
3. Write the filesystem image to the board::
% esptool.py \
-c esp32s3 \
@ -680,7 +680,6 @@ https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-guides/bootloade
-fs detect \
-fm dio \
-ff 40m \
0x10000 nuttx.bin \
0x180000 ..../littlefs.bin
4. Mount the filesystem and run a wasm module on it::