-
-
Notifications
You must be signed in to change notification settings - Fork 431
SeeedStudio Xiao ESP32-C6 not being selected the first time via "Tools > board > " #2476
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
Comments
Thanks for your report @clovisf. Unfortunately I was not able to reproduce the fault despite quite some trying. The tricky thing is that esptool throws this " Are you able to reproduce the fault consistently, or did it only occur once? If you are able to reproduce the fault consistently, please provide as detailed instructions as possible I can follow to reproduce it and I'll investigate further. |
Edit: the fault is not random nor occur sometimes. It is a constant thing. One thing I don't think I mentioned is that when this happen and you go to "Tools > Port" it show the correct port where the Xiao ESP32-C6 is but with a different text to it (something like "COMxx (ESP32 family device)". I then try to select another board (just for seeing what happen) and come back to selecting Xiao ESP32-C6 and the "Tools > Port" is still "COMxx (ESP32 family device)". I have been doing two things in order to try and make it work but cannot walk you through the steps:
Don't know if it helps but I have been using the same setup with Arduino UNO, ESP12 (ESP8266MOD), NodeMCU and DFRobot Beetle ESP32-C3 and it does not happen to any of those. |
Thanks for the additional information. Based on this, I can see that the problem is not caused by anything in the Arduino IDE codebase so I will close this as off topic. You are welcome to request assistance with the problem over on Arduino Forum:
This is normal and expected. The "esp32" boards platform developers intentionally configured the platform to do this: espressif/arduino-esp32#9717 |
Sorry but I don't get how this solves the problem I am having. Closing the topic does not help anyone that eventually wants to help me, or even to solve a bug. |
Hi @clovisf.
You misunderstood the purpose of this GitHub issue tracker. This is not, never has been, and never will be a place to get help. This is a place to contribute to the development of the code base. You come here to report a bug in the code base. If the bug is verified, at some point in the distant future after that time Arduino will find resources to allocate to assign a developer to fix the bug in the code base and that fix will eventually be distributed to the users via a new release of the project, which might be after months, years, or decades. As I already explained, the appropriate place to request help is Arduino Forum: You will find that volunteer helpers from around the world are standing by on the forum to help 24/7/365 and will respond to any high quality support request within a matter of minutes, quickly getting you back to progressing with your project. |
Describe the problem
I recently bought a couple of SeeedStudio's Xiao ESP32-C6. Using the Arduino IDE offline version 2.3.2 I put the boards URL (https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json) on Additional boards manager.
When first selecting the board via "Tools > Board > ESP32 > XIAO_ESP32C6" and selecting its COM port on top of the screen, I hit compile and get this error:
A fatal error occurred: Could not open COM12, the port doesn't exist Failed uploading: uploading error: exit status 2
I then re-select the COM port, which offers me the one last used before the -C6. I then have to go to "Tools > Board" and select the XIAO_ESP32C6 again, then the COM port again. And finally the compilation and upload works.
To reproduce
Get Arduino IDE 2.3.2, put this URL in additional boads manager (https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json). Get a SeeedStudio Xiao ESP32-C6, select it via "Tools > Boards", select its COM port and hit compile/upload.
Expected behavior
After selecting the Xiao ESP32-C6 via boards manager and selecting its COM port, I expect the code to be compiled and uploaded without issues (given the code compiles correctly).
Arduino IDE version
2.3.2
Operating system
Windows
Operating system version
W10 Home single language 22H2
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: