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 9bf72d95d9ff547dc77ddebdcaa0eefe4added79 Author: Eren Terzioglu <[email protected]> AuthorDate: Mon Mar 18 13:21:41 2024 +0300 Docs/esp32c6: Rename esp32c6-devkit as esp32c6-devkitc --- .../esp32-c6-devkitc-1-isometric_v1.2.png | Bin .../esp32-c6-devkitc-1-pin-layout.png | Bin .../esp32-c6-devkitc-1-v1.2-annotated-photo.png | Bin .../esp32-c6-devkitc-1-v1.2-block-diagram.png | Bin .../boards/{esp32c6-devkit => esp32c6-devkitc}/index.rst | 2 +- .../{esp32c6-devkit => esp32c6-devkitc}/rmt_symbol.png | Bin Documentation/platforms/risc-v/esp32c6/index.rst | 6 +++--- 7 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/esp32-c6-devkitc-1-isometric_v1.2.png b/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc/esp32-c6-devkitc-1-isometric_v1.2.png similarity index 100% rename from Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/esp32-c6-devkitc-1-isometric_v1.2.png rename to Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc/esp32-c6-devkitc-1-isometric_v1.2.png diff --git a/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/esp32-c6-devkitc-1-pin-layout.png b/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc/esp32-c6-devkitc-1-pin-layout.png similarity index 100% rename from Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/esp32-c6-devkitc-1-pin-layout.png rename to Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc/esp32-c6-devkitc-1-pin-layout.png diff --git a/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/esp32-c6-devkitc-1-v1.2-annotated-photo.png b/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc/esp32-c6-devkitc-1-v1.2-annotated-photo.png similarity index 100% rename from Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/esp32-c6-devkitc-1-v1.2-annotated-photo.png rename to Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc/esp32-c6-devkitc-1-v1.2-annotated-photo.png diff --git a/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/esp32-c6-devkitc-1-v1.2-block-diagram.png b/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc/esp32-c6-devkitc-1-v1.2-block-diagram.png similarity index 100% rename from Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/esp32-c6-devkitc-1-v1.2-block-diagram.png rename to Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc/esp32-c6-devkitc-1-v1.2-block-diagram.png diff --git a/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/index.rst b/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc/index.rst similarity index 99% rename from Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/index.rst rename to Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc/index.rst index 86239315a4..07bae1b1c8 100644 --- a/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/index.rst +++ b/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc/index.rst @@ -82,7 +82,7 @@ Configurations All of the configurations presented below can be tested by running the following commands:: - $ ./tools/configure.sh esp32c6-devkit:<config_name> + $ ./tools/configure.sh esp32c6-devkitc:<config_name> $ make flash ESPTOOL_PORT=/dev/ttyUSB0 -j Where <config_name> is the name of board configuration you want to use, i.e.: nsh, buttons, wifi... diff --git a/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/rmt_symbol.png b/Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc/rmt_symbol.png similarity index 100% rename from Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkit/rmt_symbol.png rename to Documentation/platforms/risc-v/esp32c6/boards/esp32c6-devkitc/rmt_symbol.png diff --git a/Documentation/platforms/risc-v/esp32c6/index.rst b/Documentation/platforms/risc-v/esp32c6/index.rst index 1be5e29067..07d5bca9d4 100644 --- a/Documentation/platforms/risc-v/esp32c6/index.rst +++ b/Documentation/platforms/risc-v/esp32c6/index.rst @@ -88,9 +88,9 @@ First make sure that ``esptool.py`` is installed. This tool is used to convert the ELF to a compatible ESP32-C6 image and to flash the image into the board. It can be installed with: ``pip install esptool``. -Configure the NuttX project: ``./tools/configure.sh esp32c6-devkit:nsh`` -Run ``make`` to build the project. Note that the conversion mentioned above is -included in the build process. +Configure the NuttX project: ``./tools/configure.sh esp32c6-devkitc:nsh`` or +``./tools/configure.sh esp32c6-devkitm:nsh``Run ``make`` to build the project. +Note that the conversion mentioned above is included in the build process. The ``esptool.py`` command to flash all the binaries is:: esptool.py --chip esp32c6 --port /dev/ttyUSBXX --baud 921600 write_flash 0x0 bootloader.bin 0x8000 partition-table.bin 0x10000 nuttx.bin
