Page 1 of 1

f mount error wear leveling example

Posted: Tue Jul 05, 2022 4:36 pm
by pepopi
Hello everyone, I'm trying to familiarize with the fatfs and vfs and when flashing the wear leveling example. f_mount error (13) appears. I have the example partition table with fat partition, but I do not why I have this error. Does anyone have any idea?
Thank you in advance

Re: f mount error wear leveling example

Posted: Tue Jul 05, 2022 8:45 pm
by gtjoseph
Exactly what chip/board are you running on?
What version of ESP-IDF are you running?
Did you modify any of the code?

You may want to erase the flash and try again.

Re: f mount error wear leveling example

Posted: Wed Jul 06, 2022 6:44 am
by pepopi
I'm using ESP-IDF v4.4.1 and the I'm using the devkitc with esp wrover b. And I did not modify any of the code.