Search found 239 matches

by ESP_Roland
Tue May 23, 2023 12:20 pm
Forum: ESP-IDF
Topic: project_description.json not found while flashing
Replies: 2
Views: 1367

Re: project_description.json not found while flashing

Have you run "idf.py build" successfully? Maybe check the logs from there first.
by ESP_Roland
Tue May 23, 2023 12:17 pm
Forum: ESP-IDF
Topic: Flashing precompiled binaries to an ESP32S3 using esptool
Replies: 1
Views: 1065

Re: Flashing precompiled binaries to an ESP32S3 using esptool

The documentation refers to the text flash_args files. Notice that there are no file extension used there. You are using the JSON file, so the formatting is wrong.
by ESP_Roland
Tue May 23, 2023 12:13 pm
Forum: ESP-IDF
Topic: CORE DUMP
Replies: 1
Views: 613

Re: CORE DUMP

Please switch the documentation to the version of ESP-IDF you are using. These commands were added only recently. If you are on an older ESP-IDF then the documentation will reveal the previous way to invoke the coredump tools.
by ESP_Roland
Mon May 08, 2023 9:37 am
Forum: ESP-IDF
Topic: Flashing procedure not able to open port
Replies: 2
Views: 1658

Re: Flashing procedure not able to open port

"9" is not a proper port name. Ports start with "COM" on Windows. So it should be something like COM9, but most probably COM3 or COM4. You can check this in your Device manager and see which one appears when you connect your device.
by ESP_Roland
Tue Mar 28, 2023 1:42 pm
Forum: ESP-IDF
Topic: idf.py not recognized
Replies: 14
Views: 13516

Re: idf.py not recognized

If you prefer to use vscode then please follow the instructions on this page: https://github.com/espressif/vscode-esp-idf-extension, especially https://github.com/espressif/vscode-esp ... install.md.
by ESP_Roland
Mon Mar 27, 2023 6:11 am
Forum: ESP-IDF
Topic: idf.py not recognized
Replies: 14
Views: 13516

Re: idf.py not recognized

I recommend to you to remove all environment variables you set manually. They will cause you trouble now or later.

It is advised to use the Windows installer (https://docs.espressif.com/projects/esp ... setup.html) which will set up your environment.
by ESP_Roland
Thu Mar 09, 2023 8:53 am
Forum: ESP-IDF
Topic: I can't use esp-idf with vs code help me please!
Replies: 3
Views: 1344

Re: I can't use esp-idf with vs code help me please!

We recommend to use the Windows Tool Installer available from here: https://dl.espressif.com/dl/esp-idf/ This is the easiest and the most reliable way to install ESP-IDF on Windows. You can find a lot of tutorials and setup guides for the Vscode extentions here: https://github.com/espressif/vscode-e...
by ESP_Roland
Tue Feb 28, 2023 5:08 pm
Forum: ESP-IDF
Topic: install.sh on v4.2 fails on recent Debian with python 3.11
Replies: 3
Views: 2628

Re: install.sh on v4.2 fails on recent Debian with python 3.11

I assume this is the same report as https://github.com/espressif/esp-idf/is ... 1447719301.

We will try to backport the fix to the v4.2 and v4.3 release branches as well.