Open ArminJo opened 3 years ago
Hello @ArminJo, is this still valid? If yes, can you please test this on v2.0.3-RC1?
OK, but how can I remove the Spiffs data written by the Arduino example "SPIFFS_Test"? I do not have any "fresh" ESP-Cam any more.
https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/basic-commands.html#erase-flash-erase-flash-erase-region esptool.py is usually located in %AppData%\Arduino15\packages\esp32\tools on Windows.
Hi,
the reset has gone, but the return of the SPIFFSFS::begin(bool formatOnFail
is always true, so I still do not see my error message SPIFFS Mount failed, this can happen on first-run initialisation.
The output shows now:
E (1121) SPIFFS: mount failed, -10025
cam_hal: EV-EOF-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-VSYNC-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-VSYNC-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-VSYNC-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-VSYNC-OVF
cam_hal: EV-EOF-OVF
cam_hal: EV-VSYNC-OVF
cam_hal: EV-EOF-OVF
Internal filesystem contents
Listing SPIFFS directory: /
Preference file /esp32cam-preferences.json not found; using system defaults.
Hardware:
Board: ESP32-CAM Core Installation version: 2.0.0 IDE name: Eclipse / Sloeber Computer OS: Windows 10
Description:
Running Code
on a fresh ESP32-CAM results in:
I would expect to see the serial output
SPIFFS Mount failed, this can happen on first-run initialisation.
and not a watchdog reset.After uploading the Arduino example "SPIFFS_Test", the same code runs fine!!!