We use submodules to manage components. To download the deps, follow the instructions below:
git submodule init
git submodule update
Follow ESP32 installation guide to setup your local environment.
The rest of the instructions assume you run idf.py
commands within the ESP-IDF PowerShell.
idf.py set-target esp32s3
idf.py build
For successive builds, you do not need to reun set-target
.
Once the build succeeds, we can flash the firmware to device. Plug in the display over USB and find the port through Windows Device Manager. Look in Ports
and you should see something that looks like USB Serial Device (COM1)
.
idf.py -p COM1 flash