Forum Discussion
Altera_Forum
Honored Contributor
15 years agoDE2-115 Web Server Example
Hi, I'm new to Quartus and Nios, and I've been trying to get the DE2-115 web server example (RGMII-ENET0) running with no luck. I followed the instructions in the user manual trying the bat fi...
Altera_Forum
Honored Contributor
15 years agoI found the BSP Editor, Software Packages Tab.: ro_zipfs_offset was set to 0x100000.
Using the Nios II 10.1 Command line I ran:
bash-3.1$ bin2flash --input="c:/<path to>/ro_zipfs.zip" --output=ro.flashfs_cfi_flash.flash --location=0x100000 --verbose
bash-3.1$ /cygdrive/c/Altera/10.1/nios2eds/bin/nios2-flash-programmer.exe ro.flashfs_cfi_flash.flash --base=0x0a800000 --sidp=0x9000140 --id=0x61f7c611 --device=1 --instance=0 --program --verbose --erase-all
Then ran the .bat file in <path to>/demo_batch. Now the example works.