* Root FS on Flash?
@ 1999-10-28 1:17 Wang Yong
1999-10-28 4:57 ` Dan Malek
0 siblings, 1 reply; 2+ messages in thread
From: Wang Yong @ 1999-10-28 1:17 UTC (permalink / raw)
To: linuxppc embedded mail list; +Cc: linux-ce-devel, linux embedded maillist
hi,
we're now working on porting linux to IBM PPC401D2, a embedded
controller. here, i have a question: how to make root file system on the
flash memory? by now, most embedded linux employ NFS as root file
system.
this solution is not suitable for us. so we decide to make a root fs,
such
as minix, on flash memory.
does anyone has any experience on it? is there a embedded linux
has done it? any comment and suggestion are welcome. thank you.
regards,
Wang
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Root FS on Flash?
1999-10-28 1:17 Root FS on Flash? Wang Yong
@ 1999-10-28 4:57 ` Dan Malek
0 siblings, 0 replies; 2+ messages in thread
From: Dan Malek @ 1999-10-28 4:57 UTC (permalink / raw)
To: wung_y; +Cc: linuxppc embedded mail list, linux-ce-devel,
linux embedded maillist
Wang Yong wrote:
> .... i have a question: how to make root file system on the
> flash memory? by now, most embedded linux employ NFS as root file
> system.
The diskless NFS root file system is simply used for convenience and
to reduce application development time. You can put a root file
system on anything that will hold the bits.
> does anyone has any experience on it? is there a embedded linux
> has done it? any comment and suggestion are welcome. thank you.
Yes, there are many systems using a variety of solutions to Flash rom
root file systems. You have to consider your own application
requirements to choose what is appropriate for you. You can use
a compressed initrd stored in flash rom, which is uncompressed into
a ram disk. Another popular alternative is PCMCIA flash disks,
compact flash or Smart Media cards. You can put a file system on them,
partition them, and compress some or all of the data. Least favorite
on my list, but used by some people, is soldered on-board flash rom
parts. Wear leveling and dynamic allocation are complex algorithms,
and above a rather small size compact flash cards are more cost effective.
All of this is supported by standard Linux distributions, and the boot
code in the PPC port handles it well.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1999-10-28 4:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-10-28 1:17 Root FS on Flash? Wang Yong
1999-10-28 4:57 ` Dan Malek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).