filter2DConvolves an image with the kernel.C++:voidfilter2D(InputArraysrc, OutputArraydst, intddepth, InputArraykernel, Pointanchor=Point(-1,-1), doub...
分类:
编程语言 时间:
2014-08-29 18:13:58
阅读次数:
255
# # /etc/fstab #debugfs /sys/kernel/debug debugfs defaults,noauto 0 0 //挂载gpio-dubugfs相关 none /sys/kernel/debug debugfs default...
分类:
其他好文 时间:
2014-08-29 09:27:37
阅读次数:
156
1.执行下面的命令,可以显示目前驱动已经申请到的IO状态 : $ mount -t debugfs debugfs /sys/kernel/debug$ cat /sys/kernel/debug/gpioroot@am335x-evm:/# cat /sys/kernel/debug/gpioGP...
分类:
其他好文 时间:
2014-08-29 09:25:57
阅读次数:
227
Introduction to "serial device driver" (My study note)
膜拜大神的作品....
分类:
其他好文 时间:
2014-08-29 02:53:07
阅读次数:
300
$ cat /Extra/org.chameleon.Boot.plist EthernetBuiltIn Yes GraphicsEnabler No IGPEnabler No Kernel mach_kernel Kernel Flags ...
分类:
其他好文 时间:
2014-08-29 00:01:56
阅读次数:
339
移植文件系统时,我们可能会遇到这个问题:
VFS: Mounted root (cramfs filesystem) readonly on device 31:3.
Freeing unused kernel memory: 176K (c0616000 - c0642000)
Kernel panic - not syncing: Attempted to kill init! exit...
分类:
其他好文 时间:
2014-08-28 00:55:38
阅读次数:
936
内核开发,kernel panic是再常见不过的了,根据异常栈通常即可定位出代码出错的大概位置,但是有些时候我们还是会需要使用反汇编工具来帮助我们定位一些异常,objdump.
该反汇编工具存在于prebuilts/gcc/linux-x86/arm/gcc-linaro-aarch64-linux-gnu/bin/文件夹下,可参考如下使用方法:
1) prebuilts/gcc/li...
分类:
其他好文 时间:
2014-08-27 23:28:38
阅读次数:
324
BIOS自检,获取MBR信息启动引导加载程序GRUB/LILO加载内核kernel检测并初始化硬件执行init进程,初始化服务执行/bin/login,建立用户终端
分类:
系统相关 时间:
2014-08-27 18:58:18
阅读次数:
168
在安装时,一定要使用Centos6.4光盘为yum源,否则可能使用了版本有问题的openssl1、首先要先安装GCC GCC-C++ Openssl等依赖模块: yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl...
分类:
数据库 时间:
2014-08-27 18:10:28
阅读次数:
338
有点标题党的味道了~
对于readl() 和 inl() 读取I/O端口报错的探究
给s3c6410的RTC写demo driver的时候遇到这个问题...
如图
这是虚拟内存技术导致的问题,不能直接使用物理地址(不过这里有个疑问,我上次给PC写的CMOS driver貌似用的是物理地址,布吉岛为嘛)
...
分类:
其他好文 时间:
2014-08-27 16:35:58
阅读次数:
626