Search found 1 match

by adanvasco
Thu Dec 19, 2019 1:11 am
Forum: ESP-IDF
Topic: SPIFFS example error - "spiffs partition could not be found"
Replies: 1
Views: 6316

Re: SPIFFS example error - "spiffs partition could not be found"

A year later, but this question actually gave me the idea of checking the actual partition table when I was facing the same error.

Make sure yours contain a line named storage, with type data, subtype spiffs, and then the size, in my case 0xF0000.

I hope this helps someone.