espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
101 stars 21 forks source link

An error occurs when i used the esp-idf tool to select the Gitee image installation #185

Open Rainbow-Cai opened 1 year ago

Rainbow-Cai commented 1 year ago

I installed the master version of the esp-idf SDK using the online installation package

The computer is connected to a network cable

The error log is in attached.

idf-tool-log.txt

georgik commented 1 year ago

@Rainbow-Cai Please uncheck ESP32-C6 during the installation. It seems not supported by ESP-IDF that you've selected.

It's possible to enable any target after the installation, just run install.bat esp32c6.

We will keep the issue open to add some checks for available combination of chips and ESP-IDF versions.

Supported combinations are visible here https://github.com/espressif/esp-idf#esp-idf-release-and-soc-compatibility

Rainbow-Cai commented 1 year ago

@Rainbow-Cai请在安装过程序中取消勾选ESP32-C6。您选的ESP-IDF似乎不支持它。

安装后可以启用任何目标,只需要运行install.bat esp32c6

我们将保持这个问题未解决,以添加一些对芯片和 ESP-IDF 版本的可用组合的检查。

支持的组合在这里可见https://github.com/espressif/esp-idf#esp-idf-release-and-soc-compatibility

Hi @georgik I use the online version installer to install the master version SDK. Why not support ESP32-C6?

georgik commented 1 year ago

@Rainbow-Cai Thank you for the confirmation of the version.

We will double-check the issue.

As a workaround: Uncheck C6 during installation in GUI. The installation should pass without a problem. Then run instal.bat esp32c6 from the terminal to get C6 toolchain.