esp32: Fix esptool install command

This commit is contained in:
Gustavo Henrique Nihei 2021-02-08 10:34:24 -03:00 committed by Abdelatif Guettouche
parent da2e8c8514
commit d1db7dc30c

View File

@ -52,7 +52,7 @@ define POSTBUILD
$(Q) echo "MKIMAGE: ESP32 binary"
$(Q) if ! esptool.py version 1>/dev/null 2>&1; then \
echo ""; \
echo "esptool.py not found. Please run: \"pip install esptool.py\""; \
echo "esptool.py not found. Please run: \"pip install esptool\""; \
echo "Or run: \"make -C $(TOPDIR)/tools/esp32\" to install all IDF tools."; \
echo ""; \
echo "Run make again to create the nuttx.bin image."; \