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 the ESP32-C3 Supported? #49

Closed
digamesystems opened this issue May 28, 2023 · 1 comment
Closed

Is the ESP32-C3 Supported? #49

digamesystems opened this issue May 28, 2023 · 1 comment

Comments

@digamesystems
Copy link

I've been using your nifty plugin for some time in the Arduino IDE (v 1.8.19) for using SPIFFS in my projects.

I recently bought the cute XAIO dev board with an ESP32-C3 processor. The application compiles fine, but when I try to upload the contents of the data directory using the 'ESP32 Sketch Data Upload' option under tools, I get the following:

[SPIFFS] data : C:\Users\johnp\OneDrive\Documents\Arduino\DigameTRAFx_2\data
[SPIFFS] start : 3997696
[SPIFFS] size : 128
[SPIFFS] page : 256
[SPIFFS] block : 4096
/Digame_Logo_Full_Color.png
/Digame_Logo_Full_Color_2.jpg
/favicon.ico
/index.html
/style.css
[SPIFFS] upload : C:\Users\johnp\AppData\Local\Temp\arduino_build_962618/DigameTRAFx_2.spiffs.bin
[SPIFFS] address: 3997696
[SPIFFS] port : COM5
[SPIFFS] speed : 921600
[SPIFFS] mode : dio
[SPIFFS] freq : 80m

esptool.py v4.5.1
Serial port COM5
Connecting....

A fatal error occurred: This chip is ESP32-C3 not ESP32. Wrong --chip argument?
SPIFFS Upload failed!

Is there a way for me to change the target chip from ESP32 to ESP32-C3?

Many thanks for a very useful plugin!

@digamesystems
Copy link
Author

Just saw #35 -- The patch fixed my issue. Thanks to all.

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

1 participant