> Hello > > I have written a hardware driver for the NAND controller built in > Samsung's S3C2410 SoC. I followed the instruction on > http://linux-mtd.infradead.org/tech/nand.html to implement it but it > doesn't seem to work correctly. > > Does anybody have some tricks or ideas what needs to be specially > observed when using this controller? > > TIA > > Dave > > > > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ Hi, attached file is my implementation against with MTD CVS Jul.06.2003. ( ignore the BONFS dependency in source code. it's a read-only block-device layer that support the bad-block-management on NAND flash for general filesystem such as cramfs, ... ) my boss says, "do not any technical-support about these. just open the source." Bushi