Build and Flash
Build and Flash
Use Studio-managed Build & Flash or continue with the standard ESP-IDF command line.
Studio-managed workflow
- 01Preview the current interface.
- 02Use Build & Flash for the normal incremental path.
- 03Use Clean Build & Flash when stale build output is suspected.
- 04Read compiler, esptool and runtime output in the Flash Console.
External ESP-IDF workflow
bash
idf.py set-target esp32p4
idf.py build
idf.py -p <PORT> flash
idf.py -p <PORT> monitorValidated toolchain
The current verified baseline is ESP-IDF 5.5.4 with LVGL 9.2.2 on the Waveshare ESP32-P4-WiFi6-Touch-LCD-7B.
