为了方便开发 主机与开发板接到同一个路由 主机用telent或ssh操控开发板
linux中查询IP的命令是ifconfig
在拿新开发板的时候连上网线,输入ifconfig后没有任何返回
这时需要配置IP,配置如下:
ifconfig eth0 down
ifconfig eth0 hw ether 00:00:AA:BB:CC:DD
ifconfig eth0 up
ifconfig eth0 192.168.0.230(IP根据实际需要设定)
 
如果想让开发把连上外网
设置网关
route add default gw 192.168.0.1
 
域名解析
nslookup www.baidu.com
tracert www.baidu.com
启动nfs
在开发板终端运行:
mount -t nfs -noclock 192.168.1.242:/home /mnt
将本机目录home映射到开发板mnt目录
nfs经常挂掉重启命令:
$ sudo service portmap start
$ sudo service nfs-kernel-server start
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐