http://www.linux-mtd.infradead.org/faq/ubi.html
http://talk.maemo.org/showpost.php?p=403015&postcount=3
The Unsorted Block Image File System (UBIFS) is a successor to JFFS2, and competitor to LogFS, as a file system for use with raw flash memory media.
# modprobe mtdblock
# modprobe ubi
# modprobe nandsim first_id_byte=0x20 second_id_byte=0xaa third_id_byte=0x00 fourth_id_byte=0x15
# dd if=rootfs.jffs2 of=/dev/mtdblock0 bs=2048
# ubiattach /dev/ubi_ctrl -m 0
# mount -t ubifs ubi0_0 /mnt/n900/
No comments:
Post a Comment