会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
博客园
新随笔
联系
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
19
下一页
2016年12月3日
linux power button
摘要: 最近需要使用到power button按键,linux中有gpio keys的机制,只要注册即可。
阅读全文
posted @ 2016-12-03 12:05 SuperTao1024
阅读(1359)
评论(0)
推荐(0)
编辑
qt 屏幕旋转
摘要: qt屏幕旋转的方法
阅读全文
posted @ 2016-12-03 11:52 SuperTao1024
阅读(743)
评论(0)
推荐(0)
编辑
linux bq20z75 驱动
摘要: 新的项目中使用到了电池。电池的guage使用TI的bq20z75。kernel的驱动中已经有bq20z75的驱动,只要稍加修改就可以使用。
阅读全文
posted @ 2016-12-03 11:09 SuperTao1024
阅读(1030)
评论(0)
推荐(0)
编辑
2016年11月28日
imx6 otg host support
摘要: 本文记录添加imx6 otg host支持的过程。
阅读全文
posted @ 2016-11-28 17:43 SuperTao1024
阅读(1373)
评论(0)
推荐(0)
编辑
imx6 RGB LCD
摘要: imx6dl需要支持lcd接口的屏,imx6dl的datasheet并没有明确的说明lcd相关的配置,只在Display Content Integrity Checker (DCIC)一章中介绍。本文记录imx6支持lcd的方法。
阅读全文
posted @ 2016-11-28 17:23 SuperTao1024
阅读(5846)
评论(0)
推荐(0)
编辑
imx6 KEY_ROW4 power output high fail
摘要: imx6 KEY_ROW4的pin设置成gpio之后,不能够输出高电平。解决方法记录于此。
阅读全文
posted @ 2016-11-28 10:43 SuperTao1024
阅读(526)
评论(0)
推荐(0)
编辑
2016年11月21日
ar1020 驱动移植 无效
摘要: 移植ar1020的spi驱动。驱动移植过来后,在原来的板子上都能够正常运行,而在新的板子却没有效果。最后查看新旧板子的AR1020的电路,发现M2引脚连接不同。M2高电平连接的touch是5线的接口, M2低电平是4/8线接口。
阅读全文
posted @ 2016-11-21 15:52 SuperTao1024
阅读(389)
评论(0)
推荐(0)
编辑
24C02 Twr
摘要: 连续写24C02,只有第一次能够成功,后面写都失败了。这次调整写的时间间隔。调成了5ms,才成功。
阅读全文
posted @ 2016-11-21 10:38 SuperTao1024
阅读(417)
评论(0)
推荐(0)
编辑
2016年11月19日
undefined reference to `switch_dev_unregister'
摘要: 编译内核时,使用默认的配置进行编译。出现错误:undefined reference to `switch_dev_unregister',undefined reference to `switch_set_state'.
阅读全文
posted @ 2016-11-19 15:50 SuperTao1024
阅读(948)
评论(0)
推荐(0)
编辑
cannot open /proc/bus/usb/devices, No such file or directory
摘要: 由于kernel config中没有打开对应的配置。 Tony Liu 2016 11 19, Shenzhen
阅读全文
posted @ 2016-11-19 15:34 SuperTao1024
阅读(1342)
评论(0)
推荐(0)
编辑
imx6dl i2c4 support
摘要: imx6q有三个i2c和5个spi,imx6dl有四个i2c和4个spi,imx6dl的i2c4的时钟源来自pll3的ecspi_root.
阅读全文
posted @ 2016-11-19 15:22 SuperTao1024
阅读(1387)
评论(0)
推荐(0)
编辑
2016年11月14日
qt QMessageBox QInputDialog
摘要: 最近用到了QMessgaeBox和QInputDialog,QMessageBox用于提示,警告等消息,QInputDialog给用户弹出输入对话框。
阅读全文
posted @ 2016-11-14 14:22 SuperTao1024
阅读(1901)
评论(0)
推荐(0)
编辑
2016年11月12日
hexo 搭建博客
摘要: 使用hexo搭建网站。记录一下。
阅读全文
posted @ 2016-11-12 08:12 SuperTao1024
阅读(220)
评论(0)
推荐(1)
编辑
2016年11月11日
Notepad++ install vi plugin
摘要: 下载Notepad++,想安装vi插件。使用Notepad++自带的插件管理器下载visimulator失败。所以直接下载插件visimulator.dll,再导入。
阅读全文
posted @ 2016-11-11 15:43 SuperTao1024
阅读(1070)
评论(0)
推荐(0)
编辑
emmc boot1 boot2 partition
摘要: emmc有boot1,boot2以及RPMB(Replay Protected Memory Block),GPAP(General Purpose Area Partitions,最多可以有4个),UDA(User Data Area)分区。而我们一般只知道UDA分区。我们通常对emmc进行分区,也只是对UDA分区。boot1,boot2,RPMB分区是固定的,我们并不能控制器大小和分区格式。
阅读全文
posted @ 2016-11-11 10:53 SuperTao1024
阅读(16604)
评论(2)
推荐(1)
编辑
imx6 u-boot.bin 和 u-boot.imx
摘要: 有些MFG TOOL烧录工具使用了u-boot.imx,而不是原来的u-boot.bin文件进行烧录。这两个镜像的区别是,u-boot.bin文件编译后,会在u-boot.bin的开头添加一个大小为1K的IVT头,用于告诉BOOT ROM找到uboot的位置和函数,要运行在什么模式,DRAM的配置数据等。新生成的文件就是u-boot.imx文件。
阅读全文
posted @ 2016-11-11 10:01 SuperTao1024
阅读(3955)
评论(0)
推荐(0)
编辑
imx6 MFG TOOL 分析
摘要: 之前分析过mfgtool的内容,最近从官网下载,返现新版的mfgtool工具将imx6各种版本的linux/android都使用一个工具进行烧录。所以从新分析一下。
阅读全文
posted @ 2016-11-11 09:47 SuperTao1024
阅读(7641)
评论(0)
推荐(0)
编辑
2016年11月9日
imx6 android5.1 打开 调试串口
摘要: imx6的工板烧录android 5.1的镜像,uboot中能使用debug口,kernel,文件系统中不能使用debug口。
阅读全文
posted @ 2016-11-09 14:55 SuperTao1024
阅读(437)
评论(0)
推荐(0)
编辑
2016年11月7日
windows7 密码保护 共享文件
摘要: 2台windows7之间设置文件共享,本想使用ftp,但是配置指定用户连接,配置权限比较繁琐。所以就想到使用window7的文件共享,并设置密码,共享整个硬盘的内容。
阅读全文
posted @ 2016-11-07 17:15 SuperTao1024
阅读(265)
评论(0)
推荐(0)
编辑
2016年11月5日
android xUtils get post
摘要: 使用xUtils框架,进行http的get和post验证。
阅读全文
posted @ 2016-11-05 14:25 SuperTao1024
阅读(585)
评论(0)
推荐(0)
编辑
上一页
1
···
6
7
8
9
10
11
12
13
14
···
19
下一页