Forum Discussion
Nios V uC/TCP IP Failed
- 2 years ago
Hi
Did you managed to run the example design on the Cyclone10 EVB yet?
Please note the following setting when trying to generate the BSP for the application.
5.5.2.2. Configuring the BSP (intel.com)
For the application you could reuse the application code from the latest design example.
Regards
Jingyang, Teh
Hi,
Okay, we are moving in the correct direction, at least we can see what we can do next.
With the addresses now configure properly, and that the message “[sss_task] Simple Socket Server listening on port
<port number>” is displayed when the µC/TCP-IP Stack is ready for connection.
Can you show/screenshot on your Host PC's CMD, running below steps?:
After the µC/TCP-IP Stack is ready, you can start a telnet session to interact with the stack.
To start a telnet session, follow these steps:
1. From your operating system, open a command shell or a terminal.
Note: On Windows, you can also use Run on the Start menu.
2. Type the following command, specifying either the static IP address or the DHCPserver-provided IP address:
telnet <IP Address> <Port>
telnet 192.168.1.110 80
Hi,
I tried telnet and ping command.
But no reply from the server