Forum Discussion
Altera_Forum
Honored Contributor
15 years agothanks daixiwen
I have linked the PHY,for print INFO : TSE MAC 0 found at address 0x08003800 INFO : PHY National lan8700 found at PHY address 0x1f of MAC Group[0] INFO : PHY OUI = 0x0001f0 INFO : PHY Model Number = 0x0c INFO : PHY Revision Number = 0x4 INFO : PHY[0.0] - Automatically mapped to tse_mac_device[0] INFO : PHY[0.0] - Restart Auto-Negotiation, checking PHY link... INFO : PHY[0.0] - Auto-Negotiation PASSED INFO : PHY[0.0] - Restart Auto-Negotiation, checking PHY link... INFO : PHY[0.0] - Auto-Negotiation PASSED INFO : PHY[0.0] - Checking link... INFO : PHY[0.0] - Link established INFO : PHY[0.0] - Speed = 100, Duplex = Full 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?