Change nandsim invocation to use 256MB partition
[yaffs2.git] / linux-tests / initnandsim
index 4bb41dfffda852beb7c0f8d47576cac835355a5b..1d194bb2885c0599a7a746ecb4f479155ba507a9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 modprobe mtd
 modprobe mtdblock
 #!/bin/sh
 modprobe mtd
 modprobe mtdblock
-modprobe nandsim first_id_byte=0x20 second_id_byte=0xa2 third_id_byte=00 fourth_id_byte=0x15
+#modprobe nandsim first_id_byte=0x20 second_id_byte=0xa2 third_id_byte=00 fourth_id_byte=0x15
+modprobe nandsim first_id_byte=0x20 second_id_byte=0xaa third_id_byte=0x00 fourth_id_byte=0x15
 cat /proc/mtd
 cat /proc/mtd
-