]> git.sur5r.net Git - openocd/commit
Add 'nand verify' command
authorZachary T Welch <zw@superlucidity.net>
Sun, 8 Nov 2009 05:20:45 +0000 (21:20 -0800)
committerZachary T Welch <zw@superlucidity.net>
Mon, 16 Nov 2009 09:38:19 +0000 (01:38 -0800)
commit555757175eb344d11f3c0123f2f83460ef6ca67b
tree4a08968050dba7f2b20651d3c9a6752c310c6530
parentda4cb3c029e7f271ee4fa7165ceefbef04d45e49
Add 'nand verify' command

Add the 'nand verify' command to perform a dump and fake-write
simultaneously, checking the read bits against those generated by the
write process.  Appropriate user documentation for this command has
been added to the user guide as well.

The algorithm presently makes a relatively naive comparison.  Some chips
that use ECC may not verify correctly using this implementation, but the
new documentation provides details about this limitation.
doc/openocd.texi
src/flash/nand.c