Large web server on WROVER
Posted: Tue Oct 16, 2018 11:06 am
Hi,
I need to host a large web site (3.3MB+ minified) on a WROVER.
The ideal would be to use SPIFFS but the WROVER's 4MB flash is too small.
I also read that the spi_flash library is only suitable for use with the 'main' program flash (SPI0).
We will fit something like a W25Q128JVSIQ to our board. The hardware engineers are not keen on SD cards.
I therefore need an eco system: 1) Build file system image, 2) Download to target, 3) Access files from HTTP request.
I guess for ease of use I should hook into newLib into the 'C' file system.
I have seen a few requests for 16MB WROVER and wonder if someone has already created the above & is able to give some pointers.
I need to host a large web site (3.3MB+ minified) on a WROVER.
The ideal would be to use SPIFFS but the WROVER's 4MB flash is too small.
I also read that the spi_flash library is only suitable for use with the 'main' program flash (SPI0).
We will fit something like a W25Q128JVSIQ to our board. The hardware engineers are not keen on SD cards.
I therefore need an eco system: 1) Build file system image, 2) Download to target, 3) Access files from HTTP request.
I guess for ease of use I should hook into newLib into the 'C' file system.
I have seen a few requests for 16MB WROVER and wonder if someone has already created the above & is able to give some pointers.