me-no-dev / arduino-esp32fs-plugin

Arduino plugin for uploading files to ESP32 file system
GNU General Public License v2.0
544 stars 144 forks source link

Cannot OTA on 'fresh' ESP32-CAM #20

Open mozgy opened 4 years ago

mozgy commented 4 years ago

On a 'freshly unpacked' ESP32-CAM (aka AI-cam) SPIFFS OTA upload is not working, Arduino IDE says 'No response'. Steps -

repeatable on all AI-Cam boards I could find (over 10 of them)..

fah commented 4 years ago

Where did you read that this will work? OTA service has to run first. (Except that you got the chip flashed already with something more then "blink".) So an initial, serial upload is needed with a basic OTA script. Then you can start with OTA.

mozgy commented 4 years ago

@fah - you haven't read the text carefuly - sketch OTA is working, SPIFFS OTA part is not, so yes, OTA service IS running !

szerwi commented 4 years ago

Same problem here. Did you find out if it's possible to upload to SPIFFS via OTA?