Skip to content

E (588) SPIFFS: mount failed, -10025 #638

Closed
@emilekm2142

Description

@emilekm2142

Even the simplest

#include "Arduino.h"
#include "FS.h"
#include "SPIFFS.h"

void setup() {
  SPIFFS.begin();
}
void loop() {
 
}

crashes with an error

E (588) SPIFFS: mount failed, -10025
[E][SPIFFS.cpp:47] begin(): Mounting SPIFFS failed! Error: -1

It used to work for a while on the same board when there was only an unoffical SPIFFS available, but today even the unofficial one has crashed.
Is it a problem with the board? I have the newest version from the repository.

I have saved a few files containing a few chars earlier.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions