如何在 Ubuntu 上安装 ESP32 esptool / esptool.py
推荐的方式是使用 pip 安装当前版本,因为使用 apt 安装的版本可能已过时:
install_esptool.sh
pip install -U esptool之后,你可以使用 esptool.py - 注意你需要将其作为 esptool.py 调用,而不仅仅是 esptool!
如果你缺少 pip,使用 apt 安装 python3-dev:
install_python3_pip.sh
sudo apt -y install python3-pipCheck out similar posts by category:
ESP8266/ESP32, Linux, Python
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow