Page 1 of 1

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

Posted: Mon Jul 09, 2018 6:04 pm
by FShiwani
Hi,

I'm trying to run the SPIFFS example (https://github.com/espressif/espidf/blo ... ple_main.c)
However, I am getting the following error

Code: Select all

E (276) SPIFFS: spiffs partition could not be found
E (276) example: Failed to find SPIFFS partition
I've tried using the parititions_example.csv file by configuring through "make menuconfig" - no luck, it doesn't even flash. Not sure what I'm missing.

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

Posted: Thu Dec 19, 2019 1:11 am
by adanvasco
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.