1

I have a spiff file that uploads fine using a regular esp32, but when I try on the esp32-32, with a fresh installation, I get:

esptool.py v3.0-dev Serial port COM3 Connecting....

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

Any ideas??

Thanks

1 Answers1

1

Is the missing double dash?

esptool.py --chip esp32s2 --port COM3 --baud 115200 write_flash -z 0x110000 filename.spiffs.bin
fabianoriccardi
  • 336
  • 1
  • 5