上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页

2015年6月10日

摘要: 今天开始调试ARM的板子,要通过tftp下载到板子上,所以又要配置tftp服务器,真的烦死了… (本人酷爱装系统,所以经常都要搞配置)因为之前已经在Ubuntu下搭建过很多次tftp服务器了,但是一直记不住那一个配置文件的名字(记性太差),所以每次都要百度。可是每次百度出来的结果都不一样,而且出入很... 阅读全文
posted @ 2015-06-10 23:56 嵌入式操作系统 阅读(263) 评论(0) 推荐(0) 编辑

2015年5月15日

摘要: Driver installationNothing has to be done for the APF51Dev, the APF28Dev and the APF6Dev.For the APF27DevFull: $ make linux-menuconfigNetworking suppo... 阅读全文
posted @ 2015-05-15 11:23 嵌入式操作系统 阅读(9723) 评论(1) 推荐(0) 编辑

2015年5月7日

摘要: 运行/usr/bin/helloworld命 令是提示“-/bin/sh: /usr/bin/helloworld: not found”,一开始我以为是helloworld没有运行权限,不过我给了它运行权限还是提示同样的错误。我在网上搜了下找到了原因:只所以提示 “-/bin/sh: /usr/b... 阅读全文
posted @ 2015-05-07 22:30 嵌入式操作系统 阅读(4647) 评论(0) 推荐(0) 编辑

2015年4月28日

摘要: http://blog.csdn.net/eastmoon502136/article/details/7850157http://forum.cubietech.com/forum.php?mod=viewthread&tid=3473 阅读全文
posted @ 2015-04-28 16:44 嵌入式操作系统 阅读(152) 评论(0) 推荐(0) 编辑

2015年4月21日

摘要: 1 脚本建立Root权限进入Ubuntu,在 /etc/ppp/ 下面建立两个目录,如果有就不需要建立了。直接把脚本放进去或者建立新文件即可。cd /etc/pppmkdir peers chatcd peerstouch wcdma-mf210vim wcdma-mf210在wcdma-mf210... 阅读全文
posted @ 2015-04-21 12:00 嵌入式操作系统 阅读(425) 评论(0) 推荐(0) 编辑

2015年4月20日

摘要: 1 构建ubuntu armv7文件系统:基于tiny210v2 http://blog.csdn.net/embbnux/article/details/127514652制作BeagleBoneBlack的ubuntu系统http://blog.chinaunix.net/uid-2413049... 阅读全文
posted @ 2015-04-20 14:15 嵌入式操作系统 阅读(209) 评论(0) 推荐(0) 编辑

2015年4月15日

摘要: For WPA-PSK ctrl_interface=/var/run/wpa_supplicantctrl_interface_group=0eapol_version=1fast_reauth=1network={ ssid="my_network" proto=W... 阅读全文
posted @ 2015-04-15 09:34 嵌入式操作系统 阅读(795) 评论(0) 推荐(0) 编辑

2015年4月10日

摘要: #include#include#include#include#include#include#include#include#include#include#includestructgt811_ts_platdata{u32size_x;u32size_y;u32size_p;u32swap;... 阅读全文
posted @ 2015-04-10 01:01 嵌入式操作系统 阅读(1715) 评论(0) 推荐(0) 编辑

2015年4月8日

摘要: 启动BusyBox内建的FTP Server要启动BusyBox内建的FTP Server,我们需要先孰悉tcpsvd与ftpd这两个命令。tcpsvd可以建立TCP socket,并将它bind在某个ip跟port,或是bind在某个程序上面。 www.it165.netftpd则是Anonymo... 阅读全文
posted @ 2015-04-08 11:15 嵌入式操作系统 阅读(4645) 评论(0) 推荐(0) 编辑

2015年4月7日

摘要: cc110x.h/* * File: cc110x.h* Author: elinux** Created on 2015年4月7日, 上午10:32*/#ifndef CC110X_H#define CC110X_H#ifdef __cplusplusextern "C" {#endif#defi... 阅读全文
posted @ 2015-04-07 10:29 嵌入式操作系统 阅读(1592) 评论(1) 推荐(1) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 31 下一页

导航