Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By rvbcrs
#25829 Just had to chip in here, thanks for the amazing work for this community igrr! +1 beer from me and I really hope you keep up the great work!!

Cheers,

Ramon
User avatar
By RogerClark
#25835 Sorry to ask a really dumb question.

But I presume there is some way to upload a filesystem containing existing files e,g for use with a web server.

I recall using this principal using the Linux VM programming environment, but I'm not sure if this file system is the same one.
User avatar
By martinayotte
#25841 Hi Roger,
Of course ! First, we prepare a binary spiffs.bin using the mkspiffs tool which grab all files under a specified directory. Then, we upload this spiffs.bin binary using conventional tool such as esptool at a specific address of the flash, depending of the flash size and firmare, example on a Generic ESP with 512K Flash, the offset address is 0x6B000.