Altera_Forum
Honored Contributor
20 years agoSimple Socket Server problem
Hi All,
I tried to run simple socket server example with full_featured 1S10ES example. However, whenever [after downloading the sof file using Quartus Programmer] I click on [after selecting simple_socket_server_0 in project navigator] Run As --> NIOS Hardware, I get the following message: ************************ nios2-terminal: Warning: The JTAG cable you are using is not supported for Nios nios2-terminal: II systems. You may experience intermittent JTAG communication nios2-terminal: failures with this cable. Please use a USB Blaster revision B nios2-terminal: cable or another supported cable. Please refer to the file nios2-terminal: errata.txt included in the Nios II development kit documents nios2-terminal: directory for more information. nios2-terminal: connected to hardware target using JTAG UART on cable nios2-terminal: "ByteBlasterII [LPT1]", device 1, instance 0 nios2-terminal: (Use the IDE stop button or Ctrl-C to terminate) //My ByteBlaster II cable works fine, so I doubt if that may be a problem// Simple Socket Server starting up Your Ethernet MAC address is 00:07:ed:0a:a5:9e //at this stage seven-seg shows random patterns. But when following messages appear, it gets fixed at "97"// [lwIP]: See STDERR for expanded diagnosis translation. [lwIP]: [init_done_func] Fatal: lwip_devices_init failed, perhaps ethernet inter face. [lwIP]: ERRNO: : [lwIP]: See STDERR (FAULT_LEVEL is SYSTEM). [lwIP]: FAULT_LEVEL is SYSTEM. [lwIP]: FATAL Error, Restart required. [lwIP]: Locking scheduler - endless loop. ************************************** Also, as asked in the above messages, where do I see STDERR?