public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* kernel newbie
@ 2002-01-25  6:52 Ramya Ravichandran
  2002-01-25  7:37 ` kernel newbie -- Compact Flash booting Matti Aarnio
  2002-01-25 22:49 ` kernel newbie Pedro M. Rodrigues
  0 siblings, 2 replies; 4+ messages in thread
From: Ramya Ravichandran @ 2002-01-25  6:52 UTC (permalink / raw)
  To: linux-kernel

Hi,

   I am a newbie to Linux.I have to develop an
embedded linux controller that boots from the Compact
flash card instead of the HD and work from RAM. I have
to have a bare minimum implementation of Linux kernel
to do this.
  I don't know where to start. Shud I start by writing
the driver for the CF card? What background knowledge
shud I have for implementing the kernel?

Please Help.Thanks

__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kernel newbie -- Compact Flash booting
  2002-01-25  6:52 kernel newbie Ramya Ravichandran
@ 2002-01-25  7:37 ` Matti Aarnio
  2002-01-25 22:11   ` GNUOrder
  2002-01-25 22:49 ` kernel newbie Pedro M. Rodrigues
  1 sibling, 1 reply; 4+ messages in thread
From: Matti Aarnio @ 2002-01-25  7:37 UTC (permalink / raw)
  To: Ramya Ravichandran; +Cc: linux-kernel

On Thu, Jan 24, 2002 at 10:52:37PM -0800, Ramya Ravichandran wrote:
> Hi,
> 
>    I am a newbie to Linux.I have to develop an
> embedded linux controller that boots from the Compact
> flash card instead of the HD and work from RAM. I have
> to have a bare minimum implementation of Linux kernel
> to do this.
>   I don't know where to start. Shud I start by writing
> the driver for the CF card? What background knowledge
> shud I have for implementing the kernel?

  The compact flashes appear to PCMCIA as removable IDE drives.
  Unless the PCMCIA-CF adapter is more than just two connectors
  plus a set of wires in between, you should have no problems
  at all.   Either IDE, or IDE_CS driver should do it.
  (The IDE_CS will, of course, need the PCMCIA suite too to
   support removable media.  IDE doesn't support removability.)

  To boot from CF you need support in your boot-rom/flash
  code.  Something which might not be true, unless you write
  it yourself..

> Please Help.Thanks

/Matti Aarnio

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kernel newbie -- Compact Flash booting
  2002-01-25  7:37 ` kernel newbie -- Compact Flash booting Matti Aarnio
@ 2002-01-25 22:11   ` GNUOrder
  0 siblings, 0 replies; 4+ messages in thread
From: GNUOrder @ 2002-01-25 22:11 UTC (permalink / raw)
  To: linux-kernel

What if the CF connects to the IDE bus with an adapter?  Whould the IDE-CS 
still work or do you mean the IDE chipset itself doesn't support hot swapping 
or removable drives?  Also what kind of support is there for USB CF 
read/writers?

GO

On Friday 25 January 2002 02:37, Matti Aarnio wrote:
> On Thu, Jan 24, 2002 at 10:52:37PM -0800, Ramya Ravichandran wrote:
> > Hi,
> >
> >    I am a newbie to Linux.I have to develop an
> > embedded linux controller that boots from the Compact
> > flash card instead of the HD and work from RAM. I have
> > to have a bare minimum implementation of Linux kernel
> > to do this.
> >   I don't know where to start. Shud I start by writing
> > the driver for the CF card? What background knowledge
> > shud I have for implementing the kernel?
>
>   The compact flashes appear to PCMCIA as removable IDE drives.
>   Unless the PCMCIA-CF adapter is more than just two connectors
>   plus a set of wires in between, you should have no problems
>   at all.   Either IDE, or IDE_CS driver should do it.
>   (The IDE_CS will, of course, need the PCMCIA suite too to
>    support removable media.  IDE doesn't support removability.)
>
>   To boot from CF you need support in your boot-rom/flash
>   code.  Something which might not be true, unless you write
>   it yourself..
>
> > Please Help.Thanks
>
> /Matti Aarnio
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kernel newbie
  2002-01-25  6:52 kernel newbie Ramya Ravichandran
  2002-01-25  7:37 ` kernel newbie -- Compact Flash booting Matti Aarnio
@ 2002-01-25 22:49 ` Pedro M. Rodrigues
  1 sibling, 0 replies; 4+ messages in thread
From: Pedro M. Rodrigues @ 2002-01-25 22:49 UTC (permalink / raw)
  To: linux-kernel, Ramya Ravichandran


   Look at the Embedded Coyote Linux project at 
http://www.coyotelinux.com/embedded/docs/cflash.php . It may give you 
some hints on the subject.


/Pedro

On 24 Jan 2002 at 22:52, Ramya Ravichandran wrote:

> Hi,
> 
>    I am a newbie to Linux.I have to develop an
> embedded linux controller that boots from the Compact
> flash card instead of the HD and work from RAM. I have
> to have a bare minimum implementation of Linux kernel
> to do this.
>   I don't know where to start. Shud I start by writing
> the driver for the CF card? What background knowledge
> shud I have for implementing the kernel?
> 
> Please Help.Thanks
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-01-25 22:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-25  6:52 kernel newbie Ramya Ravichandran
2002-01-25  7:37 ` kernel newbie -- Compact Flash booting Matti Aarnio
2002-01-25 22:11   ` GNUOrder
2002-01-25 22:49 ` kernel newbie Pedro M. Rodrigues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox