Ar6003
驱动文档摘要
1、
wmi : wireless module interface //无线模块结构
2、
bmi : bootloader message interface
3、
htc : host target communications
4、
wps:wifi protected setup
5、
CS:connect...
分类:
其他好文 时间:
2014-08-30 17:49:59
阅读次数:
436
1. 概述 从Bootloader至init程序主要过程如下 ++++++++++++++ ++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++
| | -> | kernel_entry() | -> | sta...
分类:
系统相关 时间:
2014-08-29 23:53:38
阅读次数:
507
/************pthread_cond_wait()的使用方法**********/pthread_mutex_lock(&qlock); /*lock*/pthread_cond_wait(&qready, &qlock); /*block-->unlock-->wait() ret....
分类:
其他好文 时间:
2014-08-28 19:46:55
阅读次数:
219
http://www.cnblogs.com/yeagen/archive/2012/03/01/2375610.html1.Application.Lock和Application.UnLock一般配对出现,用于锁住Lock与UnLock之间的所有代码(注意不光锁住对于Application的赋值...
分类:
移动开发 时间:
2014-08-28 00:42:08
阅读次数:
250
用WINDOWS账户登录查询分析器,输入一下语句并执行:ALTER LOGIN sa ENABLE ;GOALTER LOGIN sa WITH PASSWORD = '你的新密码' unlock, check_policy = off, check_expiration = off ;GO重新启动...
分类:
其他好文 时间:
2014-08-27 20:12:28
阅读次数:
537
启动linux之后,进evolution时Enter Password for Default Keyring to Unlock (在改过自己的登陆密码并重新登陆之后,就会弹出该提示框)在终端输入 seahorse, 弹出界面 然后删除Password Keyrings
分类:
其他好文 时间:
2014-08-27 10:39:37
阅读次数:
217
本方案仅针对linux terminal下刷手机img文件的情况:fastboot的通常流程如下: 1cdout/target/product/XXX///进入.img文件的目录2adbrebootbootloader//进入bootloader模式3fastbootdevices//检测手机是否....
分类:
移动开发 时间:
2014-08-26 11:27:06
阅读次数:
288
原文地址:http://blog.csdn.net/myarrow/article/details/8115610一、MTD分区:BOOT: boot.img,Linux kernel (within normal ramdisk)MISC: bootloader message structREC...
分类:
其他好文 时间:
2014-08-25 18:42:24
阅读次数:
294
一、构建嵌入式开发环境 1、编译bootloader并烧写到板子中---uboot, 可以自己定制bootloader and logo 2、编译file system 并烧写--内嵌APP 3、编译linux kernel----定制drivers and ...
分类:
系统相关 时间:
2014-08-25 09:55:04
阅读次数:
353
前言:今天我们就根据BusyBox+linux内核定制一个属于自己的Linux,还可以加上dropbear和nginx来实现远程登录和web服务器功能。要想定制一个小型的Linux系统首先要对Linux开机启动流程有所了解。POST-->BootSequence(MBR)-->BootLoader-->kernel-->/sbin/initPOST:..
分类:
系统相关 时间:
2014-08-24 19:35:03
阅读次数:
398