UBI and OneNand
John
john at arrows.demon.co.uk
Sat Nov 4 03:22:56 EST 2006
Hi,
I have a board with a MIPS core and a OneNAND flash. I plan to split
the OneNAND into a small partition for the boot loader, and a big
partition for the rest. The big partition will be split using UBI into:
a partition for the Kernel
a partition for a readonly root file system (squashfs?)
a read/write JFFS2 partition for persistant data
a partition for the root file system for use when the box boots next
time
etc....
The concepts of UBI seem just right.
I have made the kernel from ubi-2.6.git run on my board. Now I would be
grateful for answers to some questions to help me get UBI going.
1. Should I expect UBI to run on OneNAND without change, or should I
expect to have to write or adapt some code?
2. Which git provides the best mtd-utils? Should I get mtd-tools and
ubi-tools from different gits?
3. My attempt to build the ubi tools from the git
users/haver/mtd-utils.git failed. The tools use the argp
functions to parse command line args, but my root file system
based on uclibc doesn't support argp. I propose to collect argp
sources following instructions in
http://savannah.gnu.org/cvs/?group=gnulib and try again. Any
better suggestions?
4. The UBI faq
http://www.linux-mtd.infradead.org/faq/ubi.html#L_run_ubi says
that when UBI is compiled into the Kernel, you should call
ubi_attach_mtd_dev() to launch the UBI code. But
ubi_attach_mtd_dev() is now declared static, so I guess the
advice is out of date. How should UBI be started when compiled
into the kernel?
5. What is the way to get jffs2 running on an UBI partition? Should
I still be aiming to use gluebi to provide an MTD partition on
top of a UBI partition (whatever that means)? Cook book
instructions would be very helpful.
Thanks to all for MTD,
John Smith
More information about the linux-mtd
mailing list