1. insmod
modprobe mtdcore
modprobe jffs2
modprobe mtdram total_size=100000 erase_size=256
modprobe mtdchar
modprobe mtdblock
2. check mtd
(1) check is there /dev/mtd0 and /dev/mtdblock0
cat /proc/mtd
3. mount to folder
mkdir /mnt/test/
dd if= of=/dev/mtd0
mount -t jffs2 /dev/mtdblock0 /mnt/test/
阅读(851) | 评论(0) | 转发(0) |