Location:
Search - mtd utils
Search list
Description: linux下的FLASH设备的擦写、调试程序。
使用MTD接口。-linux under the erasable Flash equipment, testing procedures. MTD use interface.
Platform: |
Size: 280041 |
Author: 全不知 |
Hits:
Description: 这不是源代码,是arm-linux-工具软件
其中有制作yaffs根文件系统映像的工具pc-mkyaffsimage和在armlinux上格式化mtd分区为yaffs分区的arm-mkyaffs工具
Platform: |
Size: 11652 |
Author: 王萧风 |
Hits:
Description: Flash分区擦除,读取分区数据,写文件数据到指定的分区.
Platform: |
Size: 649490 |
Author: liugang |
Hits:
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:
Description: 这是linux下mtd的相关的开发工具,报告很多有用的源码-MTD under the relevant development tools, the report useful source
Platform: |
Size: 1043456 |
Author: cguo |
Hits:
Description: 很多朋友对linux下MTD驱动感兴趣但却望而生畏,没关系,我这有解释-many friends right under linux MTD drivers interested daunting but, okay, I have to explain this
Platform: |
Size: 72704 |
Author: 于军 |
Hits:
Description: linux下的FLASH设备的擦写、调试程序。
使用MTD接口。-linux under the erasable Flash equipment, testing procedures. MTD use interface.
Platform: |
Size: 279552 |
Author: 全不知 |
Hits:
Description: 这不是源代码,是arm-linux-工具软件
其中有制作yaffs根文件系统映像的工具pc-mkyaffsimage和在armlinux上格式化mtd分区为yaffs分区的arm-mkyaffs工具-This is not the source code, is arm-linux-tools software, which has produced yaffs root file system image tools pc-mkyaffsimage and armlinux MTD partitions on the format for yaffs Division arm-mkyaffs tools
Platform: |
Size: 11264 |
Author: 王萧风 |
Hits:
Description: Flash分区擦除,读取分区数据,写文件数据到指定的分区.-Flash Erase partition, partition the data read and write file data to the specified partition.
Platform: |
Size: 649216 |
Author: liugang |
Hits:
Description:
Platform: |
Size: 2715648 |
Author: wlq |
Hits:
Description: mtd-utils 是一套更改linux mtd設備的工具-mtd-utils is a set of utilities used to manipulate Linux MTD devices on embedded systems.
Platform: |
Size: 399360 |
Author: yfwong |
Hits:
Description: this mtd utility which is for dm6446, download and compile it directly. it s useful.-this is mtd utility which is for dm6446, download and compile it directly. it s useful.
Platform: |
Size: 1842176 |
Author: mingkuang tsai |
Hits:
Description: mtd-utils-1.3.1制作nandflash格式化的工具-mtd-utils-1.3.1
Platform: |
Size: 326656 |
Author: 李刚 |
Hits:
Description: 开源代码mtd-utils.zip mtd工具
-The open source mtd-utils.zip mtd tools
Platform: |
Size: 801792 |
Author: w |
Hits:
Description: UBI文件系统需要个工具,这个工具叫mtd-utils-The UBI file systems need a tool, this tool called mtd-utils
Platform: |
Size: 344064 |
Author: 方法 |
Hits:
Description: mtd-utils最新版,linux环境下调试mtd nand/nor flash的常用utils。-mtd-utils lastest version, debug mtd /nand nor flash utils on Linux OS.
Platform: |
Size: 336896 |
Author: 邢兰停 |
Hits:
Description: ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-1.0.0.tar.gz,下载mtd-utils-1.0.0.tar.gz工具包。
# tar zxf mtd-utitls-1.0.0
# make (编译完成后,本地目录生成jffs工具mkfs.jffs与mkfs.jffs2)
#./mkfs.jffs2 -r /root/rootfs -o rootfs-jffs2.img -e 0x4000 --pad=0x800000 -n (本地目录生成jaffs2镜像文件rootfs-jffs2.img,-e表示擦除块的大小,--pad表示要创建的文件系统大小)
Jaffs2文件系统烧写:
1、配置开发板烧写环境,进入pmon命令行
2、烧写系统:
# devcp tftp://192.168.*.***/rootfs-jffs2.img /dev/mtd1(# devcp tftp://192.168.*.***/rootfs-jffs2.img /dev/mtd1)
Platform: |
Size: 279552 |
Author: susum
|
Hits:
Description: mtd-utils 是linux下的flash工具(mtd-utils is a tool for operate flash in linux)
Platform: |
Size: 856064 |
Author: ssjjleo
|
Hits:
Description: mtd utils工具的使用说明,用于linux下的flash的操作(instruction for mtdutils)
Platform: |
Size: 20480 |
Author: ssjjleo
|
Hits:
Description: 该文件为mtd-utils-1.5.2版本,主要应用于海思平台SDK进行安装时!(The file for MTD - utils - version 1.5.2, main application Yu Haisi platform SDK installation)
Platform: |
Size: 276480 |
Author: 雨亦清流 |
Hits: