-->
Page 1 of 2

auto sizing spiffs space with out compiling for each size

PostPosted: Mon Oct 19, 2015 10:33 pm
by Mmiscool
Hello,

I have been building several bin files. one for each flash memory size.

Was hoping that there might be way to initialize the spiffs file system and have the device detect the proper size. would make my job easier and allow a universal bin file to be created. Is there a simple way to do this?

Re: auto sizing spiffs space with out compiling for each siz

PostPosted: Wed Oct 21, 2015 7:50 pm
by Mmiscool
bump

Re: auto sizing spiffs space with out compiling for each siz

PostPosted: Thu Oct 22, 2015 12:06 pm
by martinayotte
Although it is probably doable in longer terms with a lot of work, it is not a simple thing to do since code is currently adjusted by the linker scripts (*.ld).

Re: auto sizing spiffs space with out compiling for each siz

PostPosted: Thu Oct 22, 2015 7:02 pm
by mrburnette
martinayotte wrote:Although it is probably doable in longer terms with a lot of work, it is not a simple thing to do since code is currently adjusted by the linker scripts (*.ld).


I am away from lab box... does igrr not set environmentals which are available for sketch inspection?

Ray