- 1、本文档共11页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
pc机与开发板之间的挂接pc机与开发板之间的挂接.doc
PC机与开发板之间的挂接
一、PC机挂接开发板
-------------------------------------------------------------------------------------------------------------------
1. 执行PC机linux相关命令
[root@localhost root]# ifconfig eth0 15
[root@localhost root]# ifconfig eth0 down
[root@localhost root]# ifconfig eth0 15 up
[root@localhost root]# vi /etc/exports
[root@localhost root]# /etc/init.d/portmap restart
停止 portmapper: [ 确定 ]
启动 portmapper: [ 确定 ]
[root@localhost root]# /etc/init.d/nfs restart
关闭 NFS mountd: [ 确定 ]
关闭 NFS 守护进程: [ 确定 ]
Shutting down NFS quotas: [ 确定 ]
关闭 NFS 服务: [ 确定 ]
启动 NFS 服务: [ 确定 ]
Starting NFS quotas: [ 确定 ]
启动 NFS 守护进程: [ 确定 ]
启动 NFS mountd: [ 确定 ]
挂接
[root@localhost /]# mount -o nolock -t nfs 15:/home/sinosys/rootfs /mnt/test
[root@localhost /]# ls
bin boot dev etc home initrd lib lost+found misc mnt opt proc root sbin tftpboot tmp usr var
[root@localhost /]# cd /tmp/
[root@localhost tmp]# ls
jd_sockV4 orbit-root samba ssh-XXEkhJQ9 VMwareTools-7.8.4-126130.tar.gz
makewhatistD5uVJ orbit-sinosys ssh-XX8WogpK ssh-XXfdqEj2 vmware-tools-distrib
U-Boot 1.2.0 (Aug 2 2009 - 01:13:33)
DRAM: 64 MB
CFG_CMD_NAND
NAND: 64 MB
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
NAND read: device 0 offset 196608, size...
bytes read: OK
## Booting image at...
Image Name: Linux-2.6.13
Created: 2008-11-11 1:32:07 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1311912 Bytes = 1.3 MB
Load Address: Entry Point: Verif
文档评论(0)