tools: update esptool version reference

This commit is contained in:
Filipe Cavalcanti 2024-10-10 16:26:53 -03:00 committed by Xiang Xiao
parent 801805d4a2
commit a157436a57
16 changed files with 20 additions and 20 deletions

View File

@ -90,7 +90,7 @@ Building and flashing
First make sure that ``esptool.py`` is installed. This tool is used to convert First make sure that ``esptool.py`` is installed. This tool is used to convert
the ELF to a compatible ESP32 image and to flash the image into the board. the ELF to a compatible ESP32 image and to flash the image into the board.
It can be installed with: ``pip install esptool==4.8.dev4``. It can be installed with: ``pip install esptool``.
Configure the NuttX project: ``./tools/configure.sh esp32c3-devkit:nsh`` Configure the NuttX project: ``./tools/configure.sh esp32c3-devkit:nsh``
Run ``make`` to build the project. Note that the conversion mentioned above is Run ``make`` to build the project. Note that the conversion mentioned above is

View File

@ -106,7 +106,7 @@ Building and flashing
First, make sure that ``esptool.py`` is installed. This tool is used to convert First, make sure that ``esptool.py`` is installed. This tool is used to convert
the ELF to a compatible ESP32-C3 image and to flash the image into the board. the ELF to a compatible ESP32-C3 image and to flash the image into the board.
It can be installed with: ``pip install esptool==4.8.dev4``. It can be installed with: ``pip install esptool``.
Configure the NuttX project: ``./tools/configure.sh esp32c3-generic:nsh`` Configure the NuttX project: ``./tools/configure.sh esp32c3-generic:nsh``
Run ``make`` to build the project. Note that the conversion mentioned above is Run ``make`` to build the project. Note that the conversion mentioned above is

View File

@ -105,7 +105,7 @@ Building and flashing
First, make sure that ``esptool.py`` is installed. This tool is used to convert 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. the ELF to a compatible ESP32-C6 image and to flash the image into the board.
It can be installed with: ``pip install esptool==4.8.dev4``. It can be installed with: ``pip install esptool``.
Configure the NuttX project: ``./tools/configure.sh esp32c6-devkitc:nsh`` Configure the NuttX project: ``./tools/configure.sh esp32c6-devkitc:nsh``
Run ``make`` to build the project. Note that the conversion mentioned above is Run ``make`` to build the project. Note that the conversion mentioned above is

View File

@ -105,7 +105,7 @@ Building and flashing
First, make sure that ``esptool.py`` is installed. This tool is used to convert First, make sure that ``esptool.py`` is installed. This tool is used to convert
the ELF to a compatible ESP32-H2 image and to flash the image into the board. the ELF to a compatible ESP32-H2 image and to flash the image into the board.
It can be installed with: ``pip install esptool==4.8.dev4``. It can be installed with: ``pip install esptool``.
Configure the NuttX project: ``./tools/configure.sh esp32h2-devkit:nsh`` Configure the NuttX project: ``./tools/configure.sh esp32h2-devkit:nsh``
Run ``make`` to build the project. Note that the conversion mentioned above is Run ``make`` to build the project. Note that the conversion mentioned above is

View File

@ -129,7 +129,7 @@ Building and Flashing
First, make sure that ``esptool.py`` is installed. This tool is used to convert the ELF to a First, make sure that ``esptool.py`` is installed. This tool is used to convert the ELF to a
compatible ESP32 image and to flash the image into the board. compatible ESP32 image and to flash the image into the board.
It can be installed with: ``pip install esptool==4.8.dev4``. It can be installed with: ``pip install esptool``.
It's a two-step process where the first converts the ELF file into an ESP32 compatible binary It's a two-step process where the first converts the ELF file into an ESP32 compatible binary
and the second flashes it to the board. These steps are included in the build system and it is and the second flashes it to the board. These steps are included in the build system and it is
@ -573,7 +573,7 @@ Prerequisites
First of all, we need to install ``imgtool`` (a MCUboot utility application to manipulate binary First of all, we need to install ``imgtool`` (a MCUboot utility application to manipulate binary
images) and ``esptool`` (the ESP32 toolkit):: images) and ``esptool`` (the ESP32 toolkit)::
$ pip install imgtool esptool==4.8.dev4 $ pip install imgtool esptool
We also need to make sure that the python modules are added to ``PATH``:: We also need to make sure that the python modules are added to ``PATH``::

View File

@ -122,7 +122,7 @@ Building and Flashing
First, make sure that ``esptool.py`` is installed. This tool is used to convert the ELF to a First, make sure that ``esptool.py`` is installed. This tool is used to convert the ELF to a
compatible ESP32-S2 image and to flash the image into the board. compatible ESP32-S2 image and to flash the image into the board.
It can be installed with: ``pip install esptool==4.8.dev4``. It can be installed with: ``pip install esptool``.
It's a two-step process where the first converts the ELF file into an ESP32-S2 compatible binary It's a two-step process where the first converts the ELF file into an ESP32-S2 compatible binary
and the second flashes it to the board. These steps are included in the build system and it is and the second flashes it to the board. These steps are included in the build system and it is
@ -457,7 +457,7 @@ Prerequisites
First of all, we need to install ``imgtool`` (a MCUboot utility application to manipulate binary First of all, we need to install ``imgtool`` (a MCUboot utility application to manipulate binary
images) and ``esptool`` (the ESP32-S2 toolkit):: images) and ``esptool`` (the ESP32-S2 toolkit)::
$ pip install imgtool esptool==4.8.dev4 $ pip install imgtool esptool
We also need to make sure that the python modules are added to ``PATH``:: We also need to make sure that the python modules are added to ``PATH``::

View File

@ -129,7 +129,7 @@ Building and Flashing
First, make sure that ``esptool.py`` is installed. This tool is used to convert the ELF to a First, make sure that ``esptool.py`` is installed. This tool is used to convert the ELF to a
compatible ESP32-S3 image and to flash the image into the board. compatible ESP32-S3 image and to flash the image into the board.
It can be installed with: ``pip install esptool==4.8.dev4``. It can be installed with: ``pip install esptool``.
It's a two-step process where the first converts the ELF file into an ESP32-S3 compatible binary It's a two-step process where the first converts the ELF file into an ESP32-S3 compatible binary
and the second flashes it to the board. These steps are included in the build system and it is and the second flashes it to the board. These steps are included in the build system and it is

View File

@ -387,7 +387,7 @@ RUN pip3 install cmake-format
RUN pip3 install cvt2utf RUN pip3 install cvt2utf
# Install pytest # Install pytest
RUN pip3 install cxxfilt RUN pip3 install cxxfilt
RUN pip3 install esptool==4.8.dev4 RUN pip3 install esptool
RUN pip3 install imgtool RUN pip3 install imgtool
RUN pip3 install kconfiglib RUN pip3 install kconfiglib
RUN pip3 install pexpect==4.8.0 RUN pip3 install pexpect==4.8.0

View File

@ -213,7 +213,7 @@ python_tools() {
cmake-format \ cmake-format \
cvt2utf \ cvt2utf \
cxxfilt \ cxxfilt \
esptool==4.8.dev4 \ esptool \
imgtool==1.9.0 \ imgtool==1.9.0 \
kconfiglib \ kconfiglib \
pexpect==4.8.0 \ pexpect==4.8.0 \

View File

@ -145,7 +145,7 @@ python_tools() {
CodeChecker \ CodeChecker \
cvt2utf \ cvt2utf \
cxxfilt \ cxxfilt \
esptool==4.8.dev4 \ esptool \
imgtool \ imgtool \
kconfiglib \ kconfiglib \
pexpect==4.8.0 \ pexpect==4.8.0 \

View File

@ -198,7 +198,7 @@ python_tools() {
CodeChecker \ CodeChecker \
cvt2utf \ cvt2utf \
cxxfilt \ cxxfilt \
esptool==4.8.dev4 \ esptool \
imgtool \ imgtool \
kconfiglib \ kconfiglib \
pexpect==4.8.0 \ pexpect==4.8.0 \

View File

@ -238,7 +238,7 @@ define MKIMAGE
$(Q) echo "MKIMAGE: ESP32 binary" $(Q) echo "MKIMAGE: ESP32 binary"
$(Q) if ! esptool.py version 1>/dev/null 2>&1; then \ $(Q) if ! esptool.py version 1>/dev/null 2>&1; then \
echo ""; \ echo ""; \
echo "esptool.py not found. Please run: \"pip install esptool==4.8.dev4\""; \ echo "esptool.py not found. Please run: \"pip install esptool\""; \
echo ""; \ echo ""; \
echo "Run make again to create the nuttx.bin image."; \ echo "Run make again to create the nuttx.bin image."; \
exit 1; \ exit 1; \
@ -270,7 +270,7 @@ define MKIMAGE
$(Q) echo "MKIMAGE: ESP32 binary" $(Q) echo "MKIMAGE: ESP32 binary"
$(Q) if ! esptool.py version 1>/dev/null 2>&1; then \ $(Q) if ! esptool.py version 1>/dev/null 2>&1; then \
echo ""; \ echo ""; \
echo "esptool.py not found. Please run: \"pip install esptool==4.8.dev4\""; \ echo "esptool.py not found. Please run: \"pip install esptool\""; \
echo ""; \ echo ""; \
echo "Run make again to create the nuttx.bin image."; \ echo "Run make again to create the nuttx.bin image."; \
exit 1; \ exit 1; \

View File

@ -220,7 +220,7 @@ define MKIMAGE
$(Q) echo "MKIMAGE: ESP32-C3 binary" $(Q) echo "MKIMAGE: ESP32-C3 binary"
$(Q) if ! esptool.py version 1>/dev/null 2>&1; then \ $(Q) if ! esptool.py version 1>/dev/null 2>&1; then \
echo ""; \ echo ""; \
echo "esptool.py not found. Please run: \"pip install esptool==4.8.dev4\""; \ echo "esptool.py not found. Please run: \"pip install esptool\""; \
echo ""; \ echo ""; \
echo "Run make again to create the nuttx.bin image."; \ echo "Run make again to create the nuttx.bin image."; \
exit 1; \ exit 1; \

View File

@ -225,7 +225,7 @@ define MKIMAGE
$(Q) echo "MKIMAGE: ESP32-S2 binary" $(Q) echo "MKIMAGE: ESP32-S2 binary"
$(Q) if ! esptool.py version 1>/dev/null 2>&1; then \ $(Q) if ! esptool.py version 1>/dev/null 2>&1; then \
echo ""; \ echo ""; \
echo "esptool.py not found. Please run: \"pip install esptool==4.8.dev4\""; \ echo "esptool.py not found. Please run: \"pip install esptool\""; \
echo ""; \ echo ""; \
echo "Run make again to create the nuttx.bin image."; \ echo "Run make again to create the nuttx.bin image."; \
exit 1; \ exit 1; \

View File

@ -139,7 +139,7 @@ define MKIMAGE
$(Q) echo "MKIMAGE: ESP32-S3 binary" $(Q) echo "MKIMAGE: ESP32-S3 binary"
$(Q) if ! esptool.py version 1>/dev/null 2>&1; then \ $(Q) if ! esptool.py version 1>/dev/null 2>&1; then \
echo ""; \ echo ""; \
echo "esptool.py not found. Please run: \"pip install esptool==4.8.dev4\""; \ echo "esptool.py not found. Please run: \"pip install esptool\""; \
echo ""; \ echo ""; \
echo "Run make again to create the nuttx.bin image."; \ echo "Run make again to create the nuttx.bin image."; \
exit 1; \ exit 1; \
@ -171,7 +171,7 @@ define MKIMAGE
$(Q) echo "MKIMAGE: ESP32-S3 binary" $(Q) echo "MKIMAGE: ESP32-S3 binary"
$(Q) if ! esptool.py version 1>/dev/null 2>&1; then \ $(Q) if ! esptool.py version 1>/dev/null 2>&1; then \
echo ""; \ echo ""; \
echo "esptool.py not found. Please run: \"pip install esptool==4.8.dev4\""; \ echo "esptool.py not found. Please run: \"pip install esptool\""; \
echo ""; \ echo ""; \
echo "Run make again to create the nuttx.bin image."; \ echo "Run make again to create the nuttx.bin image."; \
exit 1; \ exit 1; \

View File

@ -139,7 +139,7 @@ define MKIMAGE
$(Q) echo "MKIMAGE: NuttX binary" $(Q) echo "MKIMAGE: NuttX binary"
$(Q) if ! esptool.py version 1>/dev/null 2>&1; then \ $(Q) if ! esptool.py version 1>/dev/null 2>&1; then \
echo ""; \ echo ""; \
echo "esptool.py not found. Please run: \"pip install esptool==4.8.dev4\""; \ echo "esptool.py not found. Please run: \"pip install esptool\""; \
echo ""; \ echo ""; \
echo "Run make again to create the nuttx.bin image."; \ echo "Run make again to create the nuttx.bin image."; \
exit 1; \ exit 1; \