[PATCH 2/2] mtd: map_rom: Support UBI on ROM

Ricard Wanderlof ricard.wanderlof at axis.com
Wed Dec 17 01:37:42 PST 2014


On Wed, 17 Dec 2014, Brian Norris wrote:

> But then I'm curious: how do you get anything useful out of using UBI on
> a read-only device? You don't need to (and can't) handle anything like
> read disturb, and there's no write wear that needs to be leveled.

Don't know about this particular case, but in some cases it can be an 
advantage to be able to use the same file system image in both a read-only 
and a writable environment.

Say you have some form of ROM device with no bit flips, but occasionally 
(e.g. during development) you want to use the same file system image in a 
flash. While the same thing can be accomplished by using seperate file 
systems which share the same content, it can simplify the whole system if 
only one file system image is needed which can reside in multiple types of 
media.

/Ricard
-- 
Ricard Wolf Wanderlöf                           ricardw(at)axis.com
Axis Communications AB, Lund, Sweden            www.axis.com
Phone +46 46 272 2016                           Fax +46 46 13 61 30



More information about the linux-mtd mailing list