zhoujiupi 发表于 2007-1-5 20:14:31

skyeye下uclinux网络仿真问题请教

在skyeye下按照uclinux4skyeye中的installguide.txt的说明将vendors__GDB__ARMulator/* copy到 vendors/GDB/ARMulator/
linux-2.4.x__drivers__net/* tcopy到 linux-2.4.x/drivers/net/
然后重新编译make dep;make
然后启动uclinux时显示 ifconfig eth0 10.0.0.2 up,
然后我再
/>ifconfig eth0 10.0.0.2没有反应,又出现
/>提示符

然后在另一个linux终端
#/sbin/ifconfig
显示的信息中eth0的IP地址还是我计算机的地址192.168.*.*
#ping 10.0.0.2也ping不通。
这是怎么搞得?

顺便问一下skyeye.conf中的
net: state=on, mac=0:4:3:2:1:f, ethmod=tuntap, hostip=10.0.0.1
这个hostip是指我电脑的IP地址(192.168.*.*)吗?
还有那个10.0.0.2和10.0.0.1各指的什么IP
谢谢

ksh 发表于 2007-1-14 10:31:04

10.0.0.1 is ip address in your host. It is an ip address of a virtual netcard "tun" on your host.
10.0.0.2 should be config in uClinux on SkyEye. It is an ip address of simulated netcard by SkyEye.
页: [1]
查看完整版本: skyeye下uclinux网络仿真问题请教