上一页 1 ··· 112 113 114 115 116 117 118 119 120 ··· 136 下一页
摘要: http://www.marvell.com/products/processors/embedded/kirkwood/ Mbus-Light (Mbus-L) separate interfaces to DDR controller and to Mbus bridge. 阅读全文
posted @ 2011-06-15 16:29 katago 阅读(208) 评论(0) 推荐(0)
摘要: http://jiangjqian.blog.51cto.com/1040847/404097 分析发现uboot env的存储格式是,开始4个字节是crc32,后面是一个接一个\0结束的字符串,每个串都是envname=enavalue的格式。 挪用uboot部分的相关代码,实现以下函数: int set_env_ptr(unsigned char * ptr); char *get_env... 阅读全文
posted @ 2011-06-14 23:07 katago 阅读(826) 评论(0) 推荐(0)
摘要: ther Component Systems Microsoft COM (and DCOM/COM+/.Net/MSMQ/ActiveX) Mozilla XPCOM theKompany Korelib TrollTech Qt Component Model Apache 1.x module API Apache 2.x hooks and modules API Mozilla/Nets... 阅读全文
posted @ 2011-06-14 22:16 katago 阅读(270) 评论(0) 推荐(0)
摘要: Pulse Width Modulation -- 脉宽调制 /脉冲宽度调制 脉冲宽度调制(PWM)是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术,广泛应用在从测量、通信到功率控制与变换的许多领域中。脉宽调制是开关型稳压电源中的术语。这是按稳压的控制方式分类的,除了PWM型,还有PFM型和PWM、PFM混合型。脉宽调制式开关型稳压电路是在控制电路输出频率不变的情况下,通过电压反馈... 阅读全文
posted @ 2011-06-10 14:37 katago 阅读(815) 评论(0) 推荐(0)
摘要: 你的文件分隔符恐怕不止一个空格(一定的who生成的): 用awk: awk '{print $2}' file 一定要用cut的话: cat file|tr -s ' '|cut -d' ' -f2 阅读全文
posted @ 2011-06-09 15:23 katago 阅读(2034) 评论(0) 推荐(0)
摘要: please input the mac : 00:1A:A9:AA:BB:CC new mac for decrease is :00:1A:A9:AA:BB:CB new mac for increase is :00:1A:A9:AA:BB:CD #define BOOL int #define FALSE 0 #define TRUE 1 #include <stdio.h> #incl... 阅读全文
posted @ 2011-06-09 14:31 katago 阅读(3638) 评论(0) 推荐(0)
摘要: init –q int init_main(int argc UNUSED_PARAM, char **argv) { //init -q使init进程立即重新读取并处理文件inittab if (argv[1] && strcmp(argv[1], "-q") == 0) { return kill(1, SIGHUP); } 阅读全文
posted @ 2011-06-08 16:16 katago 阅读(247) 评论(0) 推荐(0)
摘要: http://busybox.net/FAQ.html#job_control Job control will be turned off since your shell can not obtain a controlling terminal. This typically happens when you run your shell on /dev/console. The kerne... 阅读全文
posted @ 2011-06-08 14:36 katago 阅读(1318) 评论(0) 推荐(0)
摘要: http://blog.richliu.com/2010/01/20/843/ 以前都習慣用 printk 和 /proc 做輸入輸出的動作, 不過 debugfs 看起來是 User space 和 kernel space 交流更好的選擇. 先確認 Enable Kernel debugfs Function Kernel hacking —> -*- Debug Filesystem 先來個... 阅读全文
posted @ 2011-06-03 17:27 katago 阅读(868) 评论(0) 推荐(0)
摘要: General informations The Linux kernel configuration item CONFIG_MTD_CMDLINE_PARTS has multiple definitions: drivers/mtd/Kconfig The configuration item CONFIG_MTD_CMDLINE_PARTS: prompt: Command line pa... 阅读全文
posted @ 2011-06-03 16:43 katago 阅读(2532) 评论(0) 推荐(0)
上一页 1 ··· 112 113 114 115 116 117 118 119 120 ··· 136 下一页