public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Minor Error in UBIFS FAQ
@ 2008-12-09 17:07 Philip Rakity
  2008-12-10 11:01 ` Artem Bityutskiy
  2008-12-10 11:18 ` Artem Bityutskiy
  0 siblings, 2 replies; 3+ messages in thread
From: Philip Rakity @ 2008-12-09 17:07 UTC (permalink / raw)
  To: linux-mtd

Could not find FAQ to generate patch.  Did we mean UBIFS images (see below)

How to create an UBIFS image?
Creating UBIFS images might be a little trickier than creating JFFS2 images.
First of all, you have to understand that UBIFS works on top of UBI which works
on top or MTD which basically represents your raw flash. This means, that if
you need to create an image which would be flashed to the raw flash, you should
first create an UBIFS image, than UBI image. In other words, the process has 2
steps.
However, as described here,
UBI has a volume update facility and there is an ubiupdatevol utility
for this. So you may update UBI volumes on your running system as well.
In this case you only need an UBIFS image, and you do not have to make the
UBI image, i.e., the process has only 1 step in this case.
So, there are 2 utilities:
	* mkfs.ubifs which creates UBIFS images;
	* ubinize which creates UBI images out of UBI images.  <==== ERROR  out of UBIFS images


      

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-10 11:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-09 17:07 Minor Error in UBIFS FAQ Philip Rakity
2008-12-10 11:01 ` Artem Bityutskiy
2008-12-10 11:18 ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox