From: David Woodhouse <dwmw2@infradead.org>
To: "Darren Martz" <dmartz@shelbrook.com>
Cc: linux-mtd@lists.infradead.org
Subject: Re: Boot from DoC2000
Date: Thu, 09 May 2002 22:26:39 +0100 [thread overview]
Message-ID: <21605.1020979599@redhat.com> (raw)
In-Reply-To: <001e01c1f73d$8a53ad90$9702a8c0@maverick>
You're a little confused. There are two options for the physical format on
the DiskOnChip. First, there's 'NFTL', which is what M-Systems refer to as
'TrueFFS', which emulates a block device. On top of that block device you
put a normal filesystem -- VFAT, ext2 or whatever you prefer.
You need support for that in two places - both in your bootloader which has
to load the kernel off it, and in your kernel which has to actually _use_
it. Just to add to the confusion, for _each_ of those requirements you have
a choice of two methods.
The kernel part is simple - either you use their binary-only module with an
initrd hack to get it loaded, or you use the GPL'd support for NFTL which
is included in the official 2.4 kernel tree.
The bootloader part is only slightly less simple. The DiskOnChip ships with
firmware built-in that hooks into the INT 13h disk BIOS interrupt, to make
it look like a normal hard disk driver to DOS and LILO. If you want, you
can replace their firmware with Grub. To make that useful, you have to have
a copy of Grub which is capable of reading the DiskOnChip directly, as
you're going to have taken away the INT 13h support.
Alternatively, you can use JFFS2 on the DiskOnChip. You need to fix up the
DiskOnChip hardware drivers a little to handle reads and writes larger than
512 bytes; nothing else that I recall. Booting a kernel on a JFFS2 file
system on DiskOnChip is not yet implemented. I'd be inclined to use RedBoot
for that.
--
dwmw2
next prev parent reply other threads:[~2002-05-09 21:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-09 9:40 Boot from DoC2000 Darren Martz
2002-05-09 15:54 ` Russ Dill
2002-05-09 17:06 ` Darren Martz
2002-05-09 19:43 ` Thomas Gleixner
2002-05-09 21:26 ` David Woodhouse [this message]
2002-05-09 22:28 ` Darren Martz
2002-05-09 22:45 ` David Woodhouse
2002-05-09 22:47 ` Ilguiz Latypov
2002-05-13 12:41 ` David Woodhouse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=21605.1020979599@redhat.com \
--to=dwmw2@infradead.org \
--cc=dmartz@shelbrook.com \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox