Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to flash esp-c6? #497

Open
BasBaas08 opened this issue Apr 10, 2024 · 4 comments
Open

Is it possible to flash esp-c6? #497

BasBaas08 opened this issue Apr 10, 2024 · 4 comments

Comments

@BasBaas08
Copy link

BasBaas08 commented Apr 10, 2024

There is a issue mensioning there should be support for the ESP32-C6 SoC in the latest version. But when i try, it says the board is unsupported. is this a known issue?

the issue metioning it shoudld be possible: #455

@jonasniesner
Copy link
Contributor

jonasniesner commented Sep 29, 2024

Yes, you can flash an esp32-C6

@BasBaas08
Copy link
Author

Schermafbeelding 2024-09-29 235109

@wcsec
Copy link

wcsec commented Oct 16, 2024

tl;dr: no. I would recommend raising an Issue at esphome/firmware for ESP32C6 support.

From README.md:

<esp-web-install-button
  manifest="firmware_esphome/manifest.json"
></esp-web-install-button>

If you inspect the JSON at https://firmware.esphome.io/esp-web-tools/manifest.json:

      "chipFamily": "ESP32",
      "chipFamily": "ESP32-C3",
      "chipFamily": "ESP32-S2",
      "chipFamily": "ESP32-S3",
      "chipFamily": "ESP8266",

It'd be cool for this project to read this manifest again and display to the user which ESPs it supports, without requiring them to click on the flash button - it would save issues like this from being raised.

@BasBaas08
Copy link
Author

BasBaas08 commented Oct 16, 2024

I was told that esp-web-tools uses esp-idf 4.4, and support for esp32c6 doesn't start until 5.0. So it's more of a question of when it will be updated to 5.0+. (I don't know if this is 100% accurate but it schould give some context atleast.)

The site problably uses esptool-js, not esp-idf, but it's likely the same thing, that it is not up-to-date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants