Forum Discussion
Altera_Forum
Honored Contributor
12 years agoDE4 Simple Server Socket example
Hi, I have an Altera DE4 Development and Education Board. I’m using Quartus II 11.0. I’m trying to run “Simple Socket Server (RGMII)” example. This is the ‘Nios II Console’ output: =====...
Altera_Forum
Honored Contributor
12 years agoIt seems your flash memory stored invalid ip and mac addresses.
In your SSS project you should have a function named get_ip_add(). Try forcing *use_dhcp = 0 and momentarily set a well known static ip address. In the same file you should also find a get_mac_addr() function: force it returning a fixed mac address, not ff ff ff ff ff ff If everything works this way, debug into these functions in order to discover why you can't retrieve the correct addresses from flash.