Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHow to find HTML file
Hi, there
Recently I downloaded the Video Over IP reference design. In the page 46 of design manual, it mentioned that control the design can be realized through with a web interface. In the figure 19 on page 47, it lists the parameters page and the address at the web browser displays as http://192.168.1.11/config.html. I want to integrate similar function in my project. I expected this config.html file should be included in the reference design package. But when I went through it, I can not find any html file. Could anyone tell me where I can find this config.html file. Thanks:(2 Replies
- Altera_Forum
Honored Contributor
Did you program a .flash file or series of files to the flash as part of this design? Perhaps, you can convert this back to an HTML file or, more easily, just use 'wget http://192.168.1.11/config.html' to store the contents locally.
Cheers, - slacker - Altera_Forum
Honored Contributor
I downloaded the one .flash file with NIOS2-download in the Nios II EDS 9.1 Command shell. But, I still can not find the .html file. Can anyone tell me what should I do? Thanks.