Chinaunix首页 | 论坛 | 博客
  • 博客访问: 694064
  • 博文数量: 152
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1793
  • 用 户 组: 普通用户
  • 注册时间: 2013-09-12 12:26
个人简介

相信自己,只有不想做的,没有做不到的。

文章分类

全部博文(152)

文章存档

2021年(1)

2015年(2)

2014年(74)

2013年(75)

发布时间:2014-04-21 17:15:51

1.1 下载驱动代码官方网站(www.realtek.com.tw)上需找自己匹配的型号的驱动,这里我们使用的是8192du型号的wifi芯片,所以下载匹配的wifi驱动,还有就是使用的linux内核要在官方所指定的版本范围内,这部分多于供应商的技术支持多沟通。这里我们使用的linux内核为linux3.6.0的高版本内核,Realtek上支持的.........【阅读全文】

阅读(5045) | 评论(0) | 转发(2)

发布时间:2014-04-21 10:19:57

在我的板子上ping路由上的IP的时候可以ping通,但是ping外网的IP的时候提示“ping: sendto: Network is unreachable” 后来使用route命令看了一下 # routeKernel IP routing tableDestination     Gateway         Genmask   &.........【阅读全文】

阅读(2529) | 评论(0) | 转发(0)

发布时间:2014-03-18 16:34:16

    int,short转字符串int temp = 2;char buf[1024];sprintf(buf,"%d",temp);或者多添加些信息:sprintf(buf,"The Current Temperature is %d Centigrades.\n\r",temp);这样buf中就是一串字符串了。......【阅读全文】

阅读(1392) | 评论(0) | 转发(0)

发布时间:2014-02-19 14:04:48

ERROR: [Common-49] Internal Data Exception: xps application failed检测文件路径文件名是否有空格出现。I just had this error and fixed it. Make sure there are no spaces in the file path.......【阅读全文】

阅读(862) | 评论(0) | 转发(0)

发布时间:2014-02-13 17:16:49

参考   http://blog.csdn.net/flyingforever_wl/article/details/8097059和http://www.eefocus.com/nightseas/blog/12-10/287208_5ceaa.html1 .安装ubuntu12.042.在xilinx wiki下载xilinx-2011.09-50-arm-xilinx-linux-gnueabi.bin,我觉得注册审核很慢,就自己去下载了一个,陆的书的光盘里面也好。.........【阅读全文】

阅读(1902) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册