Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSmall update.... The server should now be up and running...
Remote configuration does not work....very minor changes have to be made to index.html in ro_zipfs.zip and are as follows:- --- Quote Start --- epcs_controller needs to be renamed epcs_flash_controller Change the following :- from…….. <select name="flash_device"> <option>ext_flash</option> <option>epcs_controller</option> </select> to…….. <select name="flash_device"> <!-- <option>ext_flash</option> As we have no external flash, comment this option out--> <option>epcs_flash_controller</option> </select> --- Quote End --- Re program as described in 5 & 6 above Now that the web pages have been corrected....you can... (a) Re-program new web pages using the resultant file from section (5) in the above post OR.. (b) Re-program the whole ecps memory by using the resultant file from section (6a) in the above post ETC