Open tachang opened 3 years ago
Simple answer: no
Longer answer: I wrote nandcheck to print out the bad blocks of a typical SLC NAND flash chip. Later on I added code to indicate which blocks are in use in a JFFS2 file system. NOR flash chips don't have bad blocks, so the first part does not apply. The JFFS2 code could be changed to work with NOR, but then the name of the program would have to be changed ;-)
Since JFFS2 is very seldom used these days, I don't think this is really worth the effort to change. I don't even have a device with NOR flash to test it on. But, feel free to fork and make the change for yourself
Thanks for making this. Just wondering if this might work for NOR based flash. I cross compiled to a MIPS system for my project (openmiko).