Add some handly Linux test stuff
[yaffs2.git] / linux-tests / initnandsim
1 #!/bin/sh
2 modprobe mtd
3 modprobe mtdblock
4 modprobe nandsim first_id_byte=0x20 second_id_byte=0xa2 third_id_byte=00 fourth_id_byte=0x15
5 cat /proc/mtd
6