|
From what I have seen, Samba will do simple bad block skipping, which seems to be the proper method for handling bad blocksin Linux. For uboot, you need to use the nboot.jffs2 command, which also uses simple bad block skipping to read the kernel. You should also use "nand write.jffs2" and "nand read.jffs2". Even though these commands say they are for jffs2, I think the only thing they really do is add the simple bad block skipping function to the base "nand read" and "nand write" and "nboot" calls.
_________________ Tim Barr Multitech Inc.
|