Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Dan Malek <dan@embeddededge.com>
To: Ed Okerson <eokerson@texasconnect.net>
Cc: linux-mips@linux-mips.org
Subject: Re: Compact Flash on AU1500
Date: Tue, 02 Dec 2003 08:25:05 -0500	[thread overview]
Message-ID: <3FCC92B1.2080206@embeddededge.com> (raw)
In-Reply-To: Pine.LNX.4.44.0312011710320.24981-100000@dallas.texasconnect.net

Ed Okerson wrote:

> I recently finished work on u-boot to get it to read a compact flash
> properly on the AU1500.  Now I need to get it working under Linux as well,
> but have a few questions.  Is root fs on CF supported under 2.4.22?

I guess you mean a CF card in a PCMCIA slot.  There are boards that
use a CF through a CPLD connected to the processor bus, which works with
the usual custom IDE setup functions.

The kernel isn't going to support CF on PCMCIA the way you are asking
without some, ummm..."customizations" :-)  You have to modify the PCMCIA
functions so they don't try to use the slot, but you still need to
initialize the I/O.  Then you need a set of IDE setup/support functions in
your board specific files.

This can be done, but isn't pretty and I doubt would ever be selected
as something to be part of a standard kernel.  You may also want to
consider some kind of initrd or small flash file system that has the
PCMCIA services.  You would boot up using something else as the root
file system, then activate the CF on PCMCIA as a source of additional
mounted file systems.

Good Luck!


	-- Dan

      reply	other threads:[~2003-12-02 13:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-01 23:18 Compact Flash on AU1500 Ed Okerson
2003-12-02 13:25 ` Dan Malek [this message]

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=3FCC92B1.2080206@embeddededge.com \
    --to=dan@embeddededge.com \
    --cc=eokerson@texasconnect.net \
    --cc=linux-mips@linux-mips.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