实例介绍
linux文件系统的移植-制作JFFS2文件系统 http://www.cnblogs.com/lr-ting/archive/2012/07/04/2576762.html
【实例截图】
【核心代码】
mtd-snapshot-20050519
└── mtd
├── boot
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── loader.asm
│ ├── loader.inc
│ ├── local.h
│ ├── main.c
│ ├── Makefile
│ ├── makerom.c
│ ├── misc.c
│ ├── proto.h
│ ├── README
│ ├── sbc_gxx_boot.c
│ └── start32.S
├── COPYING
├── CVS
│ ├── Entries
│ ├── Entries.Log
│ ├── Repository
│ └── Root
├── docboot
│ ├── cmdline
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── doc_bootstub.h
│ ├── doc_bootstub.S
│ ├── Makefile
│ ├── makespl.c
│ └── README
├── Documentation
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ └── DocBook
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── docbook.sh
│ ├── librs.tmpl
│ ├── Makefile
│ ├── Makefile.diff
│ └── mtdnand.tmpl
├── drivers
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ └── mtd
│ ├── afs.c
│ ├── chips
│ │ ├── amd_flash.c
│ │ ├── cfi_cmdset_0001.c
│ │ ├── cfi_cmdset_0002.c
│ │ ├── cfi_cmdset_0020.c
│ │ ├── cfi_probe.c
│ │ ├── cfi_util.c
│ │ ├── chipreg.c
│ │ ├── Config.in
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── fwh_lock.h
│ │ ├── gen_probe.c
│ │ ├── GNUmakefile
│ │ ├── jedec.c
│ │ ├── jedec_probe.c
│ │ ├── Kconfig
│ │ ├── Makefile
│ │ ├── Makefile.24
│ │ ├── Makefile.common
│ │ ├── map_absent.c
│ │ ├── map_ram.c
│ │ ├── map_rom.c
│ │ └── sharp.c
│ ├── cmdlinepart.c
│ ├── Config.in
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── defconfig
│ ├── devices
│ │ ├── blkmtd-24.c
│ │ ├── blkmtd.c
│ │ ├── block2mtd.c
│ │ ├── Config.in
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── doc2000.c
│ │ ├── doc2001.c
│ │ ├── doc2001plus.c
│ │ ├── docecc.c
│ │ ├── docprobe.c
│ │ ├── GNUmakefile
│ │ ├── Kconfig
│ │ ├── lart.c
│ │ ├── Makefile
│ │ ├── Makefile.24
│ │ ├── Makefile.common
│ │ ├── ms02-nv.c
│ │ ├── ms02-nv.h
│ │ ├── mtdram.c
│ │ ├── phram.c
│ │ ├── pmc551.c
│ │ ├── ramtd.c
│ │ └── slram.c
│ ├── ftl.c
│ ├── GNUmakefile
│ ├── inftlcore.c
│ ├── inftlmount.c
│ ├── Kconfig
│ ├── Makefile
│ ├── Makefile.24
│ ├── Makefile.common
│ ├── Makefile.inc
│ ├── maps
│ │ ├── alchemy-flash.c
│ │ ├── amd76xrom.c
│ │ ├── arctic-mtd.c
│ │ ├── autcpu12-nvram.c
│ │ ├── bast-flash.c
│ │ ├── beech-mtd.c
│ │ ├── cdb89712.c
│ │ ├── ceiva.c
│ │ ├── cfi_flagadm.c
│ │ ├── Config.in
│ │ ├── cstm_mips_ixx.c
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── dbox2-flash.c
│ │ ├── dc21285.c
│ │ ├── dilnetpc.c
│ │ ├── dmv182.c
│ │ ├── ebony.c
│ │ ├── edb7312.c
│ │ ├── epxa10db-flash.c
│ │ ├── fortunet.c
│ │ ├── GNUmakefile
│ │ ├── h720x-flash.c
│ │ ├── ichxrom.c
│ │ ├── impa7.c
│ │ ├── integrator-flash.c
│ │ ├── integrator-flash-v24.c
│ │ ├── ipaq-flash.c
│ │ ├── iq80310.c
│ │ ├── ixp2000.c
│ │ ├── ixp4xx.c
│ │ ├── Kconfig
│ │ ├── l440gx.c
│ │ ├── lasat.c
│ │ ├── lubbock-flash.c
│ │ ├── Makefile
│ │ ├── Makefile.24
│ │ ├── Makefile.common
│ │ ├── map_funcs.c
│ │ ├── mbx860.c
│ │ ├── mpc1211.c
│ │ ├── mphysmap.c
│ │ ├── netsc520.c
│ │ ├── nettel.c
│ │ ├── ocelot.c
│ │ ├── ocotea.c
│ │ ├── octagon-5066.c
│ │ ├── omap-toto-flash.c
│ │ ├── pci.c
│ │ ├── pcmciamtd.c
│ │ ├── physmap.c
│ │ ├── plat-ram.c
│ │ ├── pnc2000.c
│ │ ├── redwood.c
│ │ ├── rpxlite.c
│ │ ├── sa1100-flash.c
│ │ ├── sbc8240.c
│ │ ├── sbc_gxx.c
│ │ ├── sc520cdp.c
│ │ ├── scb2_flash.c
│ │ ├── scx200_docflash.c
│ │ ├── sharpsl-flash.c
│ │ ├── solutionengine.c
│ │ ├── sun_uflash.c
│ │ ├── tqm8xxl.c
│ │ ├── ts5500_flash.c
│ │ ├── tsunami_flash.c
│ │ ├── uclinux.c
│ │ ├── vmax301.c
│ │ ├── walnut.c
│ │ └── wr_sbc82xx_flash.c
│ ├── mtd_blkdevs-24.c
│ ├── mtd_blkdevs.c
│ ├── mtdblock.c
│ ├── mtdblock_ro.c
│ ├── mtdchar.c
│ ├── mtdconcat.c
│ ├── mtdcore.c
│ ├── mtdpart.c
│ ├── nand
│ │ ├── au1550nd.c
│ │ ├── autcpu12.c
│ │ ├── Config.in
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── diskonchip.c
│ │ ├── edb7312.c
│ │ ├── GNUmakefile
│ │ ├── h1910.c
│ │ ├── Kconfig
│ │ ├── Makefile
│ │ ├── Makefile.24
│ │ ├── Makefile.common
│ │ ├── nand_base.c
│ │ ├── nand_bbt.c
│ │ ├── nand_ecc.c
│ │ ├── nand_ids.c
│ │ ├── nandsim.c
│ │ ├── ppchameleonevb.c
│ │ ├── rtc_from4.c
│ │ ├── s3c2410.c
│ │ ├── sharpsl.c
│ │ ├── spia.c
│ │ ├── toto.c
│ │ ├── tx4925ndfmc.c
│ │ └── tx4938ndfmc.c
│ ├── nftlcore.c
│ ├── nftlmount.c
│ ├── redboot.c
│ └── ssfdc.c
├── fs
│ ├── Config.in
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── ffs2
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── ffs2_fs.h
│ │ ├── ffs2_fs_i.h
│ │ ├── ffs2_fs_sb.h
│ │ ├── io.c
│ │ ├── io.h
│ │ ├── local.h
│ │ ├── makefile
│ │ └── super.c
│ ├── jffs
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── GNUmakefile
│ │ ├── inode-v22.c
│ │ ├── inode-v23.c
│ │ ├── intrep.c
│ │ ├── intrep.h
│ │ ├── jffs_fm.c
│ │ ├── jffs_fm.h
│ │ ├── jffs_proc.c
│ │ ├── jffs_proc.h
│ │ └── Makefile
│ ├── jffs2
│ │ ├── background.c
│ │ ├── build.c
│ │ ├── compr.c
│ │ ├── compr.h
│ │ ├── compr_lzari.c
│ │ ├── compr_lzo.c
│ │ ├── compr_rtime.c
│ │ ├── compr_rubin.c
│ │ ├── compr_rubin.h
│ │ ├── comprtest.c
│ │ ├── compr_zlib.c
│ │ ├── crc32.c
│ │ ├── crc32.h
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── defconfig
│ │ ├── dir.c
│ │ ├── ecos
│ │ │ ├── cdl
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ └── jffs2.cdl
│ │ │ ├── ChangeLog
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── doc
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── readme.txt
│ │ │ │ └── TODO.eCos
│ │ │ ├── mkepk.sh
│ │ │ ├── src
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── dir-ecos.c
│ │ │ │ ├── flashio.c
│ │ │ │ ├── fs-ecos.c
│ │ │ │ ├── gcthread.c
│ │ │ │ ├── malloc-ecos.c
│ │ │ │ └── os-ecos.h
│ │ │ └── tests
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── jffs2_1.c
│ │ │ ├── jffs2_2.c
│ │ │ └── jffs2_3.c
│ │ ├── erase.c
│ │ ├── file.c
│ │ ├── fs.c
│ │ ├── gc.c
│ │ ├── GNUmakefile
│ │ ├── histo.h
│ │ ├── histo_mips.h
│ │ ├── ioctl.c
│ │ ├── LICENCE
│ │ ├── Makefile
│ │ ├── Makefile.24
│ │ ├── Makefile.common
│ │ ├── malloc.c
│ │ ├── nodelist.c
│ │ ├── nodelist.h
│ │ ├── nodemgmt.c
│ │ ├── os-linux.h
│ │ ├── pushpull.h
│ │ ├── rbtree.c
│ │ ├── read.c
│ │ ├── readinode.c
│ │ ├── README.Locking
│ │ ├── scan.c
│ │ ├── super.c
│ │ ├── super-v24.c
│ │ ├── symlink.c
│ │ ├── symlink-v24.c
│ │ ├── test
│ │ │ ├── compr_rubin.h
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── histo1.h
│ │ │ ├── histo2.h
│ │ │ ├── histo.cc
│ │ │ ├── histo.h
│ │ │ ├── histo_html.h
│ │ │ ├── histo_text.h
│ │ │ ├── main.c
│ │ │ ├── pushpull.h
│ │ │ └── rtime.h
│ │ ├── TODO
│ │ ├── wbuf.c
│ │ ├── write.c
│ │ └── writev.c
│ ├── jffs3
│ │ ├── background.c
│ │ ├── build.c
│ │ ├── compr.c
│ │ ├── compr.h
│ │ ├── compr_lzari.c
│ │ ├── compr_lzo.c
│ │ ├── compr_rtime.c
│ │ ├── compr_rubin.c
│ │ ├── compr_rubin.h
│ │ ├── compr_zlib.c
│ │ ├── crc32.c
│ │ ├── crc32.h
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── debug.c
│ │ ├── debug.h
│ │ ├── defconfig
│ │ ├── dir.c
│ │ ├── ecos
│ │ │ ├── cdl
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ └── jffs3.cdl
│ │ │ ├── ChangeLog
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── doc
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── readme.txt
│ │ │ │ └── TODO.eCos
│ │ │ ├── mkepk.sh
│ │ │ ├── src
│ │ │ │ ├── CVS
│ │ │ │ │ ├── Entries
│ │ │ │ │ ├── Repository
│ │ │ │ │ └── Root
│ │ │ │ ├── dir-ecos.c
│ │ │ │ ├── flashio.c
│ │ │ │ ├── fs-ecos.c
│ │ │ │ ├── gcthread.c
│ │ │ │ ├── malloc-ecos.c
│ │ │ │ └── os-ecos.h
│ │ │ └── tests
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── fileio1.c
│ │ │ ├── fseek1.c
│ │ │ └── romfileio1.c
│ │ ├── erase.c
│ │ ├── file.c
│ │ ├── fs.c
│ │ ├── gc.c
│ │ ├── GNUmakefile
│ │ ├── histo.h
│ │ ├── histo_mips.h
│ │ ├── ioctl.c
│ │ ├── JFFS3design.tex
│ │ ├── jffs3.h
│ │ ├── LICENCE
│ │ ├── Makefile
│ │ ├── Makefile.common
│ │ ├── malloc.c
│ │ ├── nodelist.c
│ │ ├── nodelist.h
│ │ ├── nodemgmt.c
│ │ ├── os-linux.h
│ │ ├── pushpull.h
│ │ ├── rbtree.c
│ │ ├── read.c
│ │ ├── readinode.c
│ │ ├── README.Locking
│ │ ├── scan.c
│ │ ├── scan.h
│ │ ├── summary.c
│ │ ├── summary.h
│ │ ├── super.c
│ │ ├── symlink.c
│ │ ├── test
│ │ │ ├── compr_rubin.h
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── histo1.h
│ │ │ ├── histo2.h
│ │ │ ├── histo.cc
│ │ │ ├── histo.h
│ │ │ ├── histo_html.h
│ │ │ ├── histo_text.h
│ │ │ ├── main.c
│ │ │ ├── pushpull.h
│ │ │ └── rtime.h
│ │ ├── TODO
│ │ ├── wbuf.c
│ │ ├── write.c
│ │ └── writev.c
│ ├── Kconfig
│ └── Makefile.jffs3
├── grub
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── doc_stage1b.S
│ ├── doc_stage1.h
│ ├── doc_stage1.S
│ ├── makecsum.c
│ ├── Makefile
│ └── README
├── html
│ ├── archive
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── doc2000.html
│ │ ├── index.html
│ │ ├── jffs2-eraseblocks.html
│ │ ├── msys-response.html
│ │ ├── mtd.fig
│ │ ├── mtd.jpeg
│ │ └── tech
│ │ ├── core.html
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── erase.html
│ │ ├── faq.html
│ │ ├── index.html
│ │ ├── jffs_info.html
│ │ ├── mtd_info.html
│ │ ├── mtd-upper-layers.fig
│ │ ├── nand.html
│ │ └── overview.html
│ ├── archive.xml
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── doc
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── general.xml
│ │ ├── jffs2.xml
│ │ ├── jffs3.xml
│ │ ├── Makefile
│ │ ├── menu2.html
│ │ ├── menu2.xml
│ │ └── nand.xml
│ ├── faq
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── general.xml
│ │ ├── jffs2.xml
│ │ ├── jffs3.xml
│ │ ├── Makefile
│ │ ├── menu2.xml
│ │ └── nand.xml
│ ├── fellows.xml
│ ├── html.py
│ ├── images
│ │ ├── artem.jpg
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── dwmw.jpg
│ │ ├── havasi.jpg
│ │ ├── jlavi.jpg
│ │ ├── joern.jpg
│ │ ├── jwb.jpg
│ │ ├── left2.png
│ │ ├── left.png
│ │ ├── leftsel2.png
│ │ ├── leftsel.png
│ │ ├── logo1.png
│ │ ├── logo2.png
│ │ ├── logo3.png
│ │ ├── mtdlogo.png
│ │ ├── nico.jpg
│ │ ├── right2.png
│ │ ├── right.png
│ │ ├── rightsel2.png
│ │ ├── rightsel.png
│ │ └── tglx.jpg
│ ├── inc
│ │ ├── content.tmpl
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── footer.tmpl
│ │ └── header.tmpl
│ ├── index.xml
│ ├── jffs2-eraseblocks.html
│ ├── list-archive
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ └── index.html
│ ├── mail.xml
│ ├── Makefile
│ ├── menu1.xml
│ ├── menu2.xml
│ ├── source.xml
│ └── styles
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ └── main.css
├── include
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── linux
│ │ ├── config.h
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── jffs2_fs_i.h
│ │ ├── jffs2_fs_sb.h
│ │ ├── jffs2.h
│ │ ├── jffs.h
│ │ ├── mtd
│ │ │ ├── blktrans.h
│ │ │ ├── cfi_endian.h
│ │ │ ├── cfi.h
│ │ │ ├── compatmac.h
│ │ │ ├── concat.h
│ │ │ ├── CVS
│ │ │ │ ├── Entries
│ │ │ │ ├── Repository
│ │ │ │ └── Root
│ │ │ ├── doc2000.h
│ │ │ ├── flashchip.h
│ │ │ ├── ftl.h
│ │ │ ├── gen_probe.h
│ │ │ ├── iflash.h
│ │ │ ├── inftl.h
│ │ │ ├── jedec.h
│ │ │ ├── map.h
│ │ │ ├── mtd.h
│ │ │ ├── nand_ecc.h
│ │ │ ├── nand.h
│ │ │ ├── nftl.h
│ │ │ ├── partitions.h
│ │ │ ├── physmap.h
│ │ │ ├── plat-ram.h
│ │ │ ├── pmc551.h
│ │ │ └── xip.h
│ │ ├── rbtree-24.h
│ │ ├── rbtree.h
│ │ ├── rslib.h
│ │ ├── suspend.h
│ │ ├── workqueue.h
│ │ ├── zconf.h
│ │ ├── zlib.h
│ │ └── zutil.h
│ └── mtd
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── inftl-user.h
│ ├── jffs2-user.h
│ ├── mtd-abi.h
│ ├── mtd-user.h
│ └── nftl-user.h
├── INSTALL
├── kernel
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── mapped.c
│ └── mixmem.c
├── lib
│ ├── Config.in-rs.diff
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── Kconfig-rs.diff
│ ├── Makefile
│ ├── Makefile24-rs.diff
│ ├── Makefile26-rs.diff
│ ├── patch-Makefile
│ ├── reed_solomon
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── decode_rs.c
│ │ ├── encode_rs.c
│ │ ├── Makefile24
│ │ ├── Makefile26
│ │ └── rslib.c
│ ├── zlib_deflate
│ │ ├── CVS
│ │ │ ├── Entries
│ │ │ ├── Repository
│ │ │ └── Root
│ │ ├── deflate.c
│ │ ├── deflate_syms.c
│ │ ├── deftree.c
│ │ ├── defutil.h
│ │ └── Makefile
│ └── zlib_inflate
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── infblock.c
│ ├── infblock.h
│ ├── infcodes.c
│ ├── infcodes.h
│ ├── inffast.c
│ ├── inffast.h
│ ├── inffixed.h
│ ├── inflate.c
│ ├── inflate_syms.c
│ ├── inftrees.c
│ ├── inftrees.h
│ ├── infutil.c
│ ├── infutil.h
│ └── Makefile
├── Makefile
├── mtd-jffs-HOWTO.txt
├── patches
│ ├── Configure.help
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── grub-0.5.95-doc-boot.patch
│ ├── grub-0.5.95-doc.patch
│ ├── grub-0.5.96-doc.patch
│ ├── grub-0.5.97-doc.patch
│ ├── grub-0.90-doc.patch
│ ├── grub-0.92-doc.patch
│ ├── grub-2003-01-08-doc.patch
│ ├── grub-2003-11-10-doc.patch
│ ├── inter-module-2.2.17.patch
│ ├── lilo-mtd.tar.gz
│ ├── mtd-2.2.17.patch
│ ├── mtd-patch-README
│ ├── mtd-sparc64-2.4.x.patch
│ ├── mtd-uClinux-2.0.38.1pre7.patch
│ ├── patchin.sh
│ └── README
├── patchkernel.sh
├── README
├── scripts
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── modify.py
│ ├── patchin.xml
│ └── treewalk.py
└── util
├── checkfs
│ ├── checkfs.c
│ ├── comm.c
│ ├── common.h
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── Makefile
│ ├── makefiles.c
│ └── README
├── compr.c
├── compr.h
├── compr_rtime.c
├── compr_zlib.c
├── crc32.c
├── crc32.h
├── CVS
│ ├── Entries
│ ├── Repository
│ └── Root
├── device_table.txt
├── docfdisk.c
├── doc_loadbios.c
├── flashcp.c
├── flash_eraseall.c
├── flash_erase.c
├── flash_info.c
├── flash_lock.c
├── flash_otp_dump.c
├── flash_otp_info.c
├── flash_otp_lock.c
├── flash_otp_write.c
├── flash_unlock.c
├── ftl_check.c
├── ftl_format.c
├── jffs2dump.c
├── jffs2reader.c
├── jffs3dump.c
├── jffs3.h
├── jffs-dump.c
├── jittertest
│ ├── COPYING
│ ├── CVS
│ │ ├── Entries
│ │ ├── Repository
│ │ └── Root
│ ├── filljffs2.sh
│ ├── JitterTest.c
│ ├── Makefile
│ ├── plotJittervsFill.c
│ └── README
├── MAKEDEV
├── Makefile
├── Makefile.am
├── mkfs.ffs2.c
├── mkfs.jffs2.1
├── mkfs.jffs2.c
├── mkfs.jffs.c
├── mtd_debug.c
├── mtd-utils.spec
├── nanddump.c
├── nandwrite.c
├── nftldump.c
├── nftl_format.c
├── summary.h
└── sumtool.c
104 directories, 724 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论