Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- but can not run for next step, so there is a question. how to set mac ,as your list 42. Edit alteraTseNetif.hwaddr[0-5] lines 78-83 with your board's MAC address so I edit it as follow alteraTseNetif.hwaddr[0] = 0x00; alteraTseNetif.hwaddr[1] = 0x1C; alteraTseNetif.hwaddr[2] = 0x23; alteraTseNetif.hwaddr[3] = 0x17; alteraTseNetif.hwaddr[4] = 0x4A; alteraTseNetif.hwaddr[5] = 0xCB; if i missed something? --- Quote End --- This is all you need to do to set the MAC address. I've advised other users of this example who can't get it to run to create a project based on the Simple Socket Server. If you can get that to run to be able to ping the board, this lwIP example will not run either. If Simple Socket Server doesn't run then search for help or post new a message to this forum about getting SSS to run. When SSS runs, so will this example lwIP program. Bill