Altera_Forum
Honored Contributor
15 years agoWeb server using EPCS controller
With reference to the web server example available in Altera Wiki http://www.alterawiki.com/wiki/web_s...x_progress_bar (http://www.alterawiki.com/wiki/web_server_with_ajax_progress_bar), I tested the example project and it works fine ( it was tested on FPGA Cyclone III with flash memory on the development kit).
Now I am working on running this example on a board that does not has a flash memory, so I will be using EPCS serial flash controller. Thanks to DrinkFish (http://www.alteraforum.com/forum/showthread.php?t=30925&highlight=web+server+using+epcs+controller) he provide a modified file of altera_ro_zipfs.c that can read from the EPCS controller. Result: I think I moved one step forward, I can see something displayed on the web browser (picture attached), but it seems that there is corruption in the received data (in the reading process) The size of ro_zipfs.zip is 242 KB, it is too small, so I can not say the file size is larger than EPCS available memory space (I am working on EPCS64 == 64Mbits = 8 Mb). I also attached a copy of the modified altera_ro_zipfs.c file Can somebody explain to me why the received data on the web browser is corrupted?:confused: