Forum Discussion
Altera_Forum
Honored Contributor
14 years agoDHCP Timed Out problem in simple socket server
Hi, I am running simple socket server for rgmii from Nios2 Eclipse template. I could get the Auto negotiation passed and Link established successfully. However the DHCP server fails to acquir...
Altera_Forum
Honored Contributor
14 years agoIIRC, when you have a blank flash memory, SSS uses a default MAC address or prompts the user to enter it at the console.
IP address is not relevant in your case, since it should be assigned by DHCP server. I suggest you perform a preliminary test with dhcp disabled, so you can make sure hw and sw are working correctly. I also suggest you return fixed and well known addresses in get_ip_addr() and get_board_mac_addr(), thus excluding a possibly bad flash memory content.