-
Notifications
You must be signed in to change notification settings - Fork 120
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
Comments
Yes, you can flash an esp32-C6 |
tl;dr: no. I would recommend raising an Issue at From <esp-web-install-button
manifest="firmware_esphome/manifest.json"
></esp-web-install-button> If you inspect the JSON at
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. |
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. |
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
The text was updated successfully, but these errors were encountered: