На плате со StratixII + SSRAM + PHY TNETE2101 Собрал систему c Avalon OpenCores 10/100 Ethernet MAC 8.02 и пытаюсь запустить на ней Simple Socket Server Example. Линк устанавливается. Nios по включению выдает в сеть несколько широковещательных пакетов (смотрю Packet Analazer). Пакеты запросов принимаются Ethernet MAC правильно. Вижу их принятыми в SSRAM через просмотр патяти в NIOS IDE. Но на запросы ping 192.168.1.234 или telnet 192.168.1.234 30 ответа нет. В консоле NIOS IDE выводится следующее:
nios2-terminal: connected to hardware target using JTAG UART on cable nios2-terminal: "USB-Blaster [USB-0]", device 1, instance 0 nios2-terminal: (Use the IDE stop button or Ctrl-C to terminate)
=============== Software License Reminder ================ This software project uses an unlicensed version of the NicheStack TCP/IP Network Stack - Nios II Edition. If you want to ship resulting object code in your product, you must purchase a license for this software from Altera. For information go to: "http://www.altera.com/nichestack" ===================================================== InterNiche Portable TCP/IP, v3.1
Copyright 1996-2007 by InterNiche Technologies. All rights reserved. eth_ocm_prep Your Ethernet MAC address is 00:07:ed:ff:8f:11 prepped 1 interface, initializing... [eth_ocm_init] [eth_ocm_phy_init] LXT972A not found! [eth_ocm_phy_init] Marvell 88E1111 PHY not found! [eth_ocm_phy_init] DP83848C PHY not found! [eth_ocm_phy_init] NO PHY FOUND! [eth_ocm_phy_init] Full Duplex is 1 [eth_ocm_init] Configuring MAC address 00:07:ed:ff:8f:11
Opencores MAC post-init: MODER = 0x0000a403 IP address of et1 : 192.168.1.234 Created "Inet main" task (Prio: 2) Created "clock tick" task (Prio: 3)
Simple Socket Server starting up [sss_task] Simple Socket Server listening on port 30 Created "simple socket server" task (Prio: 4)
|