在线时间21 小时
UID392863
注册时间2011-9-21
NXP金币0
TA的每日心情 | 擦汗 2019-5-25 16:04 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]初来乍到
注册会员

- 积分
- 174
- 最后登录
- 2019-5-25
|

楼主 |
发表于 2015-4-28 17:15:14
|
显示全部楼层
没有板子,没有调试过
19.4 Run the demo
1. Download the program to the target board.
2. Connect the Ethernet cable between the PC and the board.
3. When successfully connected, reset the board to run the demo.
4. Open the command window on PC, type in "ping 192.168.2.102" to test whether the lwIP is running.
5. If it is running, use an external echo tool to perform the echo request. This tool sends
UDP packets to the board and checks whether the content sent back from board is the same.
A similar tool named "echotool" can be downloaded
from the: http://bansky.net/echotool/ [example: echotool 192.168.2.102 /p udp /r 7 /d
hello]
6. If the operation is successful, all packets sent back are the same as the packets sent to the board.
|
|