Cómo montar una imagen JFFS2


Era algo que se me estaba complicando, pero encontré como hacerlo:

mkdir /media/mmc/
modprobe mtdram total_size=24576 erase_size=128
cat /proc/mtd
modprobe mtdblock
dd if=jffs2.img of=/dev/mtdblock0
mount -t jffs2 /dev/mtdblock0 /media/mmc

La fuente: http://www.digitalpeer.com/id/mount

Comments


There are no comments yet.

Add a Comment

You can use the Markdown syntax to format your comment.

Comment Atom Feed