you can log at android terminal (i.e: adb shell) and type
# cat /proc/mtd
third column "erasesize" refers to blocksize.
--tm
--
unsubscribe: android-kerne...@googlegroups.com
website: http://groups.google.com/group/android-kernel
On NAND technology an erasure can only be performed on a block basis,
this is why the number 0x20000 (128K) refers to your flash block size.
--tm