摘要: 在/etc/profile里导入 1 export PATH==$PATH:/home/jack/arm-linux-gcc/x-tools/arm-unknown-linux-gnueabi/bin 配置参数 1 ./configure CC=arm-linux-gcc CXX=arm-linux 阅读全文
posted @ 2016-02-17 16:46 苏博 阅读(1569) 评论(0) 推荐(0)
摘要: Ekho(余音)是一个把文字转换成声音的软件。它目前支持粤语、普通话(国语)、诏安客语和韩语(试验中),英文则通过Festival间接实现。它比eSpeak的设计更简易,但文件较大。由于使用了真人发声,它比eSpeak的发音更自然。 源代码下载页面: Ekho (余音) Ekho(余音): http 阅读全文
posted @ 2016-02-17 15:27 苏博 阅读(5071) 评论(0) 推荐(0)
摘要: I.mx6s上移植wm8960驱动 此篇博文只记录移植的步骤,其他不做分析。首先上一张wm8960的硬件连接图:1 上电操作 配置wm8960的上电脚,文件位置:arch/arm/mach-mx6/board-mx6q_sabresd.c [html] view plain copy print? 阅读全文
posted @ 2016-02-17 14:34 苏博 阅读(3448) 评论(0) 推荐(0)
摘要: pm2 是一个带有负载均衡功能的Node应用的进程管理器.当你要把你的独立代码利用全部的服务器上的所有CPU,并保证进程永远都活着,0秒的重载, PM2是完美的。它非常适合IaaS结构,但不要把它用于PaaS方案(随后将开发Paas的解决方案).备注:SaaS、PaaS和IaaS是云服务模式。 Sa 阅读全文
posted @ 2016-02-17 09:08 苏博 阅读(313) 评论(0) 推荐(0)
摘要: 系 统:Ubuntu 10.04 3G模块:华为E1750 1 安装usb-modeswitch软件 E1750 无线上网卡并没有提供linux环境下的驱动程序,但我们可以通过USB模式转换来让linux系统能识别并能使用E1750无线模块。USB_ModeSwitch是一个用来控制“flip fl 阅读全文
posted @ 2016-01-28 15:19 苏博 阅读(1107) 评论(0) 推荐(0)
摘要: 不才,总结个人常用makefile模板,以备后用。1、编译动态库[plain] view plain copy##############################################################Makefileforsharedlibrary.#编译动态链接库... 阅读全文
posted @ 2016-01-25 14:32 苏博 阅读(3637) 评论(0) 推荐(0)
摘要: http://weijb0606.blog.163.com/blog/static/131286274201062610734604/USB Camera driver其实 问题主要出在:山寨所产摄像头 其驱动不易获得 等所致解决步骤:1. 取得摄像头型号 主要是硬件ID 的获取通过硬件ID精确找到... 阅读全文
posted @ 2016-01-10 11:11 苏博 阅读(2316) 评论(0) 推荐(1)
摘要: 我的外部RTC是DS1339,驱动采用的是rtc-ds1307.c在内核里选上了I2Csupport以及[*]SetsystemtimefromRTConstartupandresume││││(rtc0)RTCusedtosetthesystemtime││││[*]RTCdebugsupport... 阅读全文
posted @ 2015-12-12 14:59 苏博 阅读(1443) 评论(0) 推荐(0)
摘要: 将驱动放入/extdrv中编译部分驱动如下:#include #include #include #include #include #include #include #include #include #include #include #include #include #include #i... 阅读全文
posted @ 2015-12-12 14:58 苏博 阅读(1754) 评论(0) 推荐(0)
摘要: 2、到https://download.qt.io/archive/qt/5.4/5.4.1/single/下载源码包qt-everywhere-opensource-src-5.4.1.tar.gz3、解压:$ tar xzf qt-everywhere-opensource-src-5.4.1.... 阅读全文
posted @ 2015-10-23 10:12 苏博 阅读(922) 评论(0) 推荐(0)