Forum Discussion
Altera_Forum
Honored Contributor
19 years agoHOW to find MAC address of your DE2 board?
Hi all, I just got my hand on a new DE2 board and I would like to use the Ethernet funciton of it. I had trouble finding the MAC address of my DE2 board. (i need to register the mac address in my ...
Altera_Forum
Honored Contributor
19 years agoHi,
if you are using the LWIP stack (as I suppose) you have to check the function "get_mac_addr": it should read the byte of the MAC address from flash... bye