Dienstag, 4. November 2008

Mounting JFFS2

modprobe mtdcore
modprobe jffs2
modprobe mtdram total_size=sizeOfRequiredRAM
modprobe mtdchar
modprobe mtdblock

dd if=image-jffs2 of=/dev/mtd0
mount -t jffs2 /dev/mtdblock0 mnt

Keine Kommentare: