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

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

文章分类

全部博文(152)

文章存档

2021年(1)

2015年(2)

2014年(74)

2013年(75)

发布时间:2013-09-27 10:36:55

移植opencv2.4.2到全志A10的实例OpenCV是目前开源项目中最著名的基于机器视觉方向的图像处理的开发包,目前已经有被移植到嵌入式Linux环境上。本文介绍了OpenCV交叉编译的基本步骤。一、编译环境及库文件linux环境:ubuntu12.0交叉编译:4.3.2arm板子:全志A10libz:  .........【阅读全文】

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

发布时间:2013-09-26 12:46:00

环境:ubuntu12.04-64bitarm-linux-gcc    4.3.2A10    》linux-3.0.8qt安装cd qt-everywhere-opensource-src-4.8.5/1.配置echo yes | ./configure -prefix /usr/local/qte-arm -opensource -embedded arm -xplatform qws/linux-arm-g++ -no-webkit -qt-libtiff -qt-li.........【阅读全文】

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

发布时间:2013-09-26 12:32:50

【目标板】全志A10【虚拟机】Ubuntu-12.04-64bit【编译器】arm-linux-gcc 4.3.2安装Linux/X11版Qt     下载页面:http://qt-project.org/downloads选择 Qt libraries 4.8.5 for Linux/X11 (230 MB) (Info) 得到qt-everywhere-o.........【阅读全文】

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

发布时间:2013-09-24 20:59:47

linux底层驱动的机制*******************11111*********************//原子操作 1,定义并初始化atomic_t V = ATOMIC_INIT(1);静态定义,带初始化2操作static int hello_open (struct inode *inode, struct file *file){ if(atomic_dec_and_test(&V))//先V --,判断V == 0 ; {  return 0;.........【阅读全文】

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

发布时间:2013-09-24 20:13:42

LED驱动#include #include #include #include #include #include #include #include "led.h" //外部引用头文件包含int  led_major      =  250;//主设备号int  l.........【阅读全文】

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

登录 注册