8000 GitHub - csimmonds/nandcheck: Check the status of NAND flash chips using the Linux MTD interface
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

csimmonds/nandcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nandcheck

Checks the status of NAND flash chips using the Linux MTD interface

Usage

Just point it at the MTD device node:

nand_check /dev/mtdN

For each NAND eraseblock, nand_check prints

B   Bad block
.   Empty
-   Partially filled
=   Full, no summary node
S   Full, summary node

Compiling

When cross-compiling, set CC to point to your cross compiler, for example:

make CC=arm-linux-gnueabihf-gcc

Further information

You may want to take a look at my blog on Reducing JFFS2 mount time

About

Check the status of NAND flash chips using the Linux MTD interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0