Altera_Forum
Honored Contributor
16 years agoproblem with enet on 3C120 dev board
Alright, this one is killing me:
I purchased a Cyclone III Dev Bd with the 3C120 device about 2 years ago and I can successfully run my Triple Speed Enet project on this board. However, I recently bought another CIII dev board, and when I try to run it, the code freezes after "Auto-Negotiation PASSED" prints to the screen. And yes, all my jumper/switch/programming settings are the exact same on both boards. I am still using Nios II 9.0 IDE, if that matters. I'm thinking they must have changed the dev board enet setup somehow in the last 2 years, even though it still has the Marvell 88E1111 chip on it. Here's the output using the old dev board: ------------------------------------------------------------------ Created "Inet main" task (Prio: 4) Created "clock tick" task (Prio: 5) InterNiche Portable TCP/IP, v3.1 Copyright 1996-2008 by InterNiche Technologies. All rights reserved. prep_tse_mac 0 Your Ethernet MAC address is 12:34:56:78:9a:bc ================================================== Static Address Report: -- IP Address : 137.57.123.55 -- Network Mask : 255.255.255.0 -- Gateway Address : 137.57.123.200 -- Use DHCP = 0 ================================================== prepped 1 interface, initializing... [tse_mac_init] INFO : TSE MAC 0 found at address 0x0d000000 INFO : PHY Marvell 88E1111 found at PHY address 0x12 of MAC Group[0] 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] - Checking link... INFO : PHY[0.0] - Link established INFO : PHY[0.0] - Speed = 1000, Duplex = Full OK, x=0, CMD_CONFIG=0x00000000 MAC post-initialization: CMD_CONFIG=0x0400020b [tse_sgdma_read_init] RX descriptor chain desc (1 depth) created mctest init called IP address of et1 : 137.57.123.55 Enet Server starting up Created "6112xb enet command server" task (Prio: 6) Created "6112xb enet telemetry server" task (Prio: 7) --------------------------------------------------------------------- But like I said, on the new board, it passes the auto-negotiation then hangs before it gets to the "Checking link..." message. Any ideas?