Search found 257 matches

by ESP_Roland
Mon Aug 07, 2023 5:28 am
Forum: General Discussion
Topic: flashing esp32-c3 on linux never finishes
Replies: 2
Views: 873

Re: flashing esp32-c3 on linux never finishes

This is probably a hardware issue. It is stuck during the connection to the port (not during putting chip into download mode or flashing). The output of "dmesg" might reveal some information. You can try to establish a serial communication using any terminal program. Probably you will experience the...
by ESP_Roland
Thu Aug 03, 2023 5:20 am
Forum: ESP-IDF
Topic: Custom flasher stub compilation
Replies: 2
Views: 910

Re: Custom flasher stub compilation

No, you should not use "idf.py" for this.

You can find the instructions in the flasher stub directory: https://github.com/espressif/esptool/bl ... /README.md
by ESP_Roland
Wed Aug 02, 2023 6:53 am
Forum: ESP-IDF
Topic: [ESP32C3]Can not use "download stub" for flashing
Replies: 3
Views: 1146

Re: [ESP32C3]Can not use "download stub" for flashing

Hi. I can recommend to update esptool to get the latest fixes: G:\Espressif\python_env\idf5.0_py3.11_env\Scripts\python.exe -m pip install --upgrade esptool The same can be achieved by running "install.bat" but that will update all tools (ESP-IDF won't be updated). Are you still experiencing the iss...
by ESP_Roland
Wed Jul 26, 2023 4:54 pm
Forum: ESP-IDF
Topic: Can not install esp-idf 4.4.1 toolchain under Windows 11
Replies: 3
Views: 1369

Re: Can not install esp-idf 4.4.1 toolchain under Windows 11

As a workaround, you can find an older installer which will deploy a Python 3.8-based environment. But I would like to stress again to you and everyone who reads this. If you don't use the latest bugfix version of the release then you might end up asking one-by-one for fixes which already have been ...
by ESP_Roland
Wed Jul 26, 2023 7:06 am
Forum: ESP-IDF
Topic: Can not install esp-idf 4.4.1 toolchain under Windows 11
Replies: 3
Views: 1369

Re: Can not install esp-idf 4.4.1 toolchain under Windows 11

ESP-IDF v4.4.1 doesn't have all the necessary bufixes (in this case for Python 3.11 which was released much later than ESP-IDF v4.4.1). Please use always the latest bugfix version of the given release. It is v4.4.5 at this moment.
by ESP_Roland
Fri Jul 14, 2023 8:25 am
Forum: ESP-IDF
Topic: How to update esp-idf from v5.0.2 to v5.1?
Replies: 2
Views: 4080

Re: How to update esp-idf from v5.0.2 to v5.1?

The easiest solution for you is to re-run the Windows installer. You can point it to an existing copy of ESP-IDF (v5.1) so the download won't take extra time.
by ESP_Roland
Mon May 29, 2023 11:04 am
Forum: ESP-IDF
Topic: problem whith running "idf.py.exe menuconfig"
Replies: 2
Views: 1678

Re: problem whith running "idf.py.exe menuconfig"

Are you using the official Vscode plugin from https://github.com/espressif/vscode-esp-idf-extension? There is an "SDK Configuration editor" option which replaces "idf.py menuconfig". Probably that is why windows curses is not installed. Here is an installation guide to help you: https://github.com/e...
by ESP_Roland
Tue May 23, 2023 12:20 pm
Forum: ESP-IDF
Topic: project_description.json not found while flashing
Replies: 2
Views: 2512

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: 1631

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.