What do you mean for "testing your nand"? If you need a speed comparison on unix it's easy to do with: time dd if=/mnt/yaffs/file1 of=/dev/null bs=4096 count=1024 (read performance on yaffs for 4Mbyte) or time dd if=/dev/null of=/mnt/yaffs/file2 bs=4096 count=1024 (write performance on yaffs for 4Mbyte) Or you can write a simple apps that do the same, creating/deleting files, depending on your needs. It would take no more than a few minutes. There're also some OpenSource benchmark like bonnie that you can download from inet. Regards Adamo > -----Original Message----- > From: yaffs-admin@stoneboat.aleph1.co.uk > [mailto:yaffs-admin@stoneboat.aleph1.co.uk]On Behalf Of Lorenzo PARISI > Sent: giovedì 7 ottobre 2004 14.54 > To: MTD mailing list; YAFFS mailing list > Subject: [Yaffs] benchmark > > > Hi, > > I've a s3c2410 board and I want testing my NAND, but I don't > know any benchmark that run under ARM architecture and i386 > architecture, so. > > Do you know someone? I work with jffs2 and yaffs. > > Thanks > > _______________________________________________ > yaffs mailing list > yaffs@stoneboat.aleph1.co.uk > http://stoneboat.aleph1.co.uk/cgi-bin/mailman/listinfo/yaffs >