All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pete Popov <ppopov@mvista.com>
To: Greg Herlein <gherlein@herlein.com>
Cc: Linux MIPS mailing list <linux-mips@linux-mips.org>
Subject: Re: Pb1500 and PCMCIA booting?
Date: 27 Oct 2003 16:16:32 -0800	[thread overview]
Message-ID: <1067300192.22671.254.camel@zeus.mvista.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0310271113460.604-100000@io.herlein.com>

Greg,

On Mon, 2003-10-27 at 11:15, Greg Herlein wrote:
> Does anyone have advice/experience in what's the best way to get 
> linux booting from the Pb1500 development board directly off 
> PCMCIA?  I'm susepcting that getting a bootable filesystem rigged 
> up on a CF card and using my handy CF <-> PCMCIA adapter card to 
> get it onto the bus.  
> 
> Any advice/gotchas/hints as I start down this path?

If you want to boot Linux off pcmcia, you need to add that support to
yamon or whatever boot code you're using.

If you're talking about using a pcmcia for a root file system, then what
you can do is:

- build your root fs and dump it on the pcmcia card
- create a small ramdisk which you'll statically link into your kernel.
Your ramdisk will be your temporary root FS and should contain on it
things like the pcmcia modules and socket driver, a script that loads
them, cardmgr, insmod, mount, and ... I don't remember what else but
that's pretty much it. The kernel mounts the ramdisk root fs, executes
your script which does its magic, then control is passed to the kernel
which mounts the real root fs on the pcmcia card.

Pete

  reply	other threads:[~2003-10-28  0:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-27 19:15 Pb1500 and PCMCIA booting? Greg Herlein
2003-10-28  0:16 ` Pete Popov [this message]
2003-10-28  1:32 ` Dan Malek
2003-10-27 20:41   ` Greg Herlein

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=1067300192.22671.254.camel@zeus.mvista.com \
    --to=ppopov@mvista.com \
    --cc=gherlein@herlein.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.