【ecos学习3】redboot on vmware 网络配置

需要图形化编译的时候必须

Build->Packages

加入:Common ethernet support 才可以有网络功能

导入vmare需要修改网络连接模式:

1- 设置redbootIP

设定redboot IP为 192.168.2.14,TFTP主机IP为:192.168.2.16

ip -l 192.168.2.14 -h 192.168.2.16

IP:192.168.2.14/255.255.0.0,Gateway:192.168.1.1

Default server:192.168.2.16


-l 设定本机

-h 设定远程TFTP主机IP

 

2- redboot测试网络

redboot>ping -v -n 3 -h 192.168.2.16

NetWork PING - from 192.168.2.14  to 192.168.2.16

表示网络是通的。

-v 详细显示包的信息

-n<count>包的数目默认为10

-h<host IP>网络链接另一端的IP地址

 

3- 从其它linux机器测试redboot网络

ping 192.168.2.14

如果网络通,是可以ping通的

 

telnet 192.168.2.14 9000

xin@xinU1004:~$ telnet 192.168.2.14 9000
Trying 192.168.2.14...
Connected to 192.168.2.14.
Escape character is '^]'.
RedBoot> 

成功链接,端口为9000

 

posted @ 2013-11-27 14:12  galoishelley  阅读(487)  评论(0)    收藏  举报