摘要: #include<stdlib.h>#include<stdio.h>#include<unistd.h>#include<errno.h>#include<error.h>#include<string.h>int main(int argc ,char **argv){ if(argc != 2 阅读全文
posted @ 2016-02-13 20:30 高傲的monkey 阅读(209) 评论(0) 推荐(0)
摘要: 先.nfs服务配置1.设置开发板ip ,同一网段2.开发板上操作:ifconfig eth0 192.168.1.203.测试是否能够ping通:ping 192.168.1.194.测试开发板ip是否被占用: 在主机上:sudo ifconfig eth0 down,看开发板上的ip是否断开。重启 阅读全文
posted @ 2016-02-13 11:30 高傲的monkey 阅读(463) 评论(0) 推荐(0)