2014年12月25日 星期四

[Linux]mount the jffs2 image.

modprobe jffs2;modprobe mtdram;modprobe mtdchar;modprobe mtdblock

dd if=conf.bin of=/dev/mtd0
mount -t jffs2 /dev/mtdblock0 /media

沒有留言: