Welcome![Sign In][Sign Up]
Location:
Search - nvram

Search list

[Communication-Mobile08722@52RD_ResetUser(MTK)1[1].0

Description: 清除除校准信息、SN、IMEI以外NVRAM里所有的数据 使用说明: 1.进入程序后点击BB Chipset下拉菜单,选择正确的Baseband芯片 2.点击浏览按钮,在弹出的对话框中选择与手机软件相对应的NVRAMDATABASE文件(SRC) 3.选择正确的串口后点击确定按钮,然后把手机接到串口线上等待状态栏显示为PASS后即可
Platform: | Size: 854207 | Author: mamatjan | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Windows Develop3

Description: dev/nvram driver for Power Macintosh
Platform: | Size: 1024 | Author: 猪头 | Hits:

[Embeded Linuxlinuxdriver

Description: linux设备驱动 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |--- | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c-linux device drivers | | DMA Example | | | 3c505.c | | | 3c505.h | | `dma.h |` static mapping examples | `mach-smdk2440.c |- | | NVRAM driver | |` generic_nvram.c | | Touch Screen Driver | | | as the input device | | | | s3c2410_ts.c | | | `s3c2410_ts.h | |` as an ordinary character equipment | | `s3c2410-ts.c | | watchdog driver | |` s3c2410_wdt.c | `platform equipment |` devs.c |- | | IDE Driver | | | ide-disk.c | | `ide-h8300.c |` RAMDISK driver | `rd.c
Platform: | Size: 53248 | Author: 张小冬 | Hits:

[assembly languageghost

Description: Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CMOS checksum | | /E - Program Embedded Controller Block | | /K - Program all non-critical blocks | | /Kn - Program n th non-critical block only(n=0-7) | | /Q - Silent execution | | /REBOOT - Reboot after programming | | /X - Don t Check ROM ID | | /S - Display current system s ROMID | | /Ln - Load CMOS defaults-Program main BIOS image | | /B- Program Boot Block | | /N- Program NVRAM | | /C- Destroy CMOS checksum | | /E- Program Embedded Controller Block | | /K- Program all non-critical blocks | | /Kn- Program n th non-critical block only(n=0-7) | | /Q- Silent execution | | /REBOOT- Reboot after programming | | /X- Don t Check ROM ID | | /S- Display current system s ROMID | | /Ln- Load CMOS defaults
Platform: | Size: 233472 | Author: rr | Hits:

[Linux-Unixnvram_user_config

Description: VC 在2008-6-13 23:49:01,RD3721手机设计论坛给您发送的消息! 消息标题:欢迎光临RD3721手机设计论坛 -VC at 2008-6-13 23:49:01, RD3721 handset design forum messages sent to you! News Title: Welcome to RD3721 mobile Design Forum
Platform: | Size: 40960 | Author: liangchuangwang | Hits:

[Embeded-SCM DevelopNVRAM_Configuration_Guide_User

Description: NVRAM_Configuration_Guide_User 密码在注释文挡里-Notes NVRAM_Configuration_Guide_User password in the text block in
Platform: | Size: 263168 | Author: sunbing | Hits:

[MTKMTK_Study

Description: MTK平台入门学习文档整理。包括:MTK系统与驱动,NVRAM_READ&WRITE,MTK学习-资源等-MTK platform for entry-learning document finishing. Including: MTK system and the driver, NVRAM_READ
Platform: | Size: 1323008 | Author: rick | Hits:

[MTKMTK_NVRAM_Editor

Description: MTK_NVRAM_Editor的源码,可能对你们有用哦-MTK_NVRAM_Editor the source may be useful to you, oh
Platform: | Size: 27648 | Author: yangzunan | Hits:

[Linux-Unixlinux_Watchdog_drv

Description: linux s3c2410平台的3个驱动,1 NVRAM驱动,2 触摸屏驱动,3 看门狗驱动-linux s3c2410 platform 3 drives, 1 NVRAM driver, 2 touch screen driver, 3 watchdog driver
Platform: | Size: 13312 | Author: 李迪挺 | Hits:

[MTKMTK

Description: MTK 中的NVRAM读写操作指南 有不明白加QQ: 1362193163 QQ:1362193163-MTK
Platform: | Size: 447488 | Author: 祝福 | Hits:

[VHDL-FPGA-VerilogMemoria

Description: Circuito que implementa el uso de memoria nvram de la tarjeta nexxys 2 en vhdl
Platform: | Size: 806912 | Author: alfred | Hits:

[SCMm41t11_RTC

Description: The M41T11is a low-power serial real time clock with 56 bytes of NVRAM. A built-in 32.768 kHz oscillator (external crystal controlled) and the first 8 bytes of the RAM are used for the clock/calendar function and are configured in binary coded decimal (BCD) format. Addresses and data are transferred serially via a two-line bidirectional bus. The built-in address register is incremented automatically after each write or read data byte.
Platform: | Size: 165888 | Author: rony | Hits:

[SCMXX

Description: 数显压力及报警系统 主要硬件有:ADC0832、DAC0832、nvRAM(6264)、蜂鸣器、LED报警指示灯、键盘等。-failed to translate
Platform: | Size: 98304 | Author: qianxune | Hits:

[ARM-PowerPC-ColdFire-MIPSnvram_flash

Description: NVRAM on Flash for MCF-5282 (Coldfire).
Platform: | Size: 3072 | Author: bapi | Hits:

[MTKinclude

Description: It s about MTK NVRAM development.
Platform: | Size: 26624 | Author: zcl | Hits:

[SMSmd231_openat_demo

Description: MD231 可编程gprs/gsm模块比较全面参考程序:包括(7bit/8bit/16进制)短消息收发,gprs tcp/udp数据传输框架,nvram存储参数读写,通过AT通道获取来电号码,小区cellid等.-MD231 programmable gprs/gsm module is more comprehensive reference program include: (7bit/8bit/16 hex) short messaging, gprs tcp/udp data framework, nvram storage parameters to read and write, to get calls through the AT channel number, and other community cellid .
Platform: | Size: 36864 | Author: simon | Hits:

[Windows CEce6_nvram_patch

Description: path for nvram 9M 2443
Platform: | Size: 236544 | Author: Angel | Hits:

[MTK02-Training_GDI

Description: MTK平台相关资料 GDI培训资料,多多关注-MTK platform NVRAM
Platform: | Size: 171008 | Author: 彭启茂 | Hits:

[MTKMd251_openat_demo

Description: MD251 openat可编程gprs/gsm模块比较全面参考程序:包括(7bit/8bit/16进制)短消息收发,gprs tcp/udp数据传输框架,nvram存储参数读写,通过AT通道获取来电号码,小区cellid等, 可以快速的开发SMS/GPRS/CALL等移动应用程序。-MD251 openat demo
Platform: | Size: 36864 | Author: simon | Hits:
« 1 2 34 5 »

CodeBus www.codebus.net