免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2415 | 回复: 0
打印 上一主题 下一主题

开发板网络通信 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-10-22 19:05 |只看该作者 |倒序浏览
我的主机是winxp

目标板是EP9315的ARM板子
使用2.6.20的内核
目标板启动设置
bootargs=root=/dev/mtdblock2 rootfstype=jffs2 console=ttyAM video=ep93xxfb
bootdelay=2
baudrate=57600
ethaddr=01:02:93:12:15:07
bootfile="linux-2.6.20.4.img"
mtdparts=mtdparts=edb93xx-nor0:1024k@0(Firmware),4096k@0x100000(Kernel),-@0x5000
00(Root-FS)
ipaddr=192.168.76.156
serverip=192.168.76.155
gatewayip=192.168.76.1
netmask=255.255.255.0
stdin=serial
stdout=serial
stderr=serial
bootm=200000
bootcmd=run nf_kernel

Linux下的启动文件中   rc.sysinit原本设置

.............
..............

# Configure the network interfaces.
#
ifconfig lo 127.0.0.1 up
route add -net 127.0.0.0 netmask 255.0.0.0 lo
if [ "x`grep ip= /proc/cmdline`" = "x" ]
then
udhcpc -i eth0 -b -p /var/run/udhcpc.eth0.pid >/dev/null 2>&1
fi

#
# Create the arecord link to aplay
#
ln -s /usr/bin/aplay /usr/bin/arecord

.............
..............

在进入主机中开启tftp服务后
在终端中使用 tftp -g -r file .192.168.76.155

提示Network is unreachable


更改成
.............
..............

# Configure the network interfaces.
#
ifconfig lo 192.168.76.156 up
route add -net 192.168.76.1  netmask 255.255255.0 lo
if [ "x`grep ip= /proc/cmdline`" = "x" ]
then
udhcpc -i eth0 -b -p /var/run/udhcpc.eth0.pid >/dev/null 2>&1
fi

#
# Create the arecord link to aplay
#
ln -s /usr/bin/aplay /usr/bin/arecord

.............
..............
在终端中使用 tftp -g -r file .192.168.76.155
提示说   连接超时


第一次设置这个东西,试过在图形界面设置,不会弄,上来请教下大大们,有好几天了一直搞不定

请高手和有有经验的人指点下
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP