-->
Page 1 of 1

ESP8285 with 32k SPIFFS?

PostPosted: Mon Jun 18, 2018 7:27 am
by PhatNinja
I'm still trying to get my head around all of this, but what I am ultimately trying to achieve is to have the ESP8285 with a 32KB SPIFFS file system. The defaults in the ESP8266 Arduino core only go down to 64KB, which just brings me over the threshold for OTA.

I just don't know what values to add to boards.txt or how to create the accompanying flash_ld file.

Could someone please give me some pointers on how to calculate all of this?

Thank you.

Re: ESP8285 with 32k SPIFFS?

PostPosted: Sat Jun 23, 2018 6:54 am
by PhatNinja
I ended up going with no SPIFFS at all and just used EEPROM instead to store the data I originally was storing in SPIFFS.