Search found 2 matches

by pej-p00
Wed May 24, 2023 8:05 am
Forum: ESP-IDF
Topic: project_description.json not found while flashing
Replies: 2
Views: 2884

Re: project_description.json not found while flashing

I think I found the mistake. I'm trying to build a GUI with the Slint toolkit. Because it showed an include error; -c /home/user/esp/ui/main/main.cpp /home/user/esp/ui/main/main.cpp:1:10: fatal error: ../build/main.h: No such file or directory 1 | #include "../build/main.h" | ^~~~~~~~~~~~~~~~~ compi...
by pej-p00
Tue May 23, 2023 8:00 am
Forum: ESP-IDF
Topic: project_description.json not found while flashing
Replies: 2
Views: 2884

project_description.json not found while flashing

I've been trying to flash an esp32s3 (Lilygo t-display s3) with the idf.py tool but I'm receiving the following error message; idf.py -p /dev/ttyACM0 flash Executing action: flash Traceback (most recent call last): File "/home/user/esp/esp-idf/tools/idf.py", line 775, in <module> main() File "/home/...