Forum Discussion
SDe_J
Occasional Contributor
7 years agoI have switched to a different RMII to MII interface, as in the attached qar file. I'm getting a new error now when I run the simple socket server example:
InterNiche Portable TCP/IP, v3.1
Copyright 1996-2008 by InterNiche Technologies. All rights reserved.
prep_tse_mac 0
Can't read the MAC address from your board. We will assign you
a MAC address.
Your Ethernet MAC address is 00:07:ed:ff:00:17
prepped 1 interface, initializing...
[tse_mac_init]
INFO : TSE MAC 0 found at address 0x000c3000
WARNING : Unknown PHY found at PHY address 0x00 of MAC Group[0]
WARNING : Please add PHY information to PHY profile
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
WARNING : Unknown PHY found at PHY address 0x01 of MAC Group[0]
WARNING : Please add PHY information to PHY profile
WARNING : PHY[0.X] - Mapping of PHY to MAC failed! Make sure the PHY address is defined correctly in tse_mac_device[] structure, and number of PHYs connected is equivalent to number of channel
...... contiues for PHY addresses 0x02 to 0x1e....
WARNING : Unknown PHY found at PHY address 0x1f of MAC Group[0]
WARNING : Please add PHY information to PHY profile
WARNING : PHY[0.X] - Mapping of PHY to MAC failed! Make sure the PHY address is defined correctly in tse_mac_device[] structure, and number of PHYs connected is equivalent to number of channel
WARNING : MAC Group[0] - Number of PHY connected is not equal to the number of channel, Number of PHY : 32, Channel : 1
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
WARNING : PHY[0.0] - PHY not found in PHY profile
INFO : PHY[0.0] - Speed = 100, Duplex = Full
OK, x=0, CMD_CONFIG=0x01000000
MAC post-initialization: CMD_CONFIG=0x05000203
[tse_sgdma_read_init] RX descriptor chain desc (1 depth) created
mctest init called
IP address of et1 : 0.0.0.0
Created "clock tick" task (Prio: 3)I am using Quartus 16.1 and the eclipse nios version associated with it. The simple socket server is identical to the template in eclipse nios.
Thanks for any help,
-Sam