Install esptool on Ubuntu MATE, to flash ESP chips

esptool is a serial utility to communicate & flash code to Espressif chips. We can install on Ubuntu MATE using pip3.

Install pip3 if you haven't:

sudo apt install python3-pip
Install esptool using pip3:
sudo pip3 install esptool


To update esptool once available:
sudo pip3 install esptool --upgrade
Next:
Flash CircuitPython on ESP32-S3-DevKitC-1 using esptool, run on Ubuntu MATE 22.04 LTS






Comments

Popular posts from this blog

480x320 TFT/ILI9488 SPI wih EP32C3 (arduino-esp32) using Arduino_GFX Library

MicroPython/ESP32-C3 + 1.8" 128x160 TFT ST7735 SPI, using boochow/MicroPython-ST7735 library.