public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] eCos port for Olimex LPC-E2294 development board
@ 2006-08-18  7:38 Sergei Gavrikov
  2006-10-09  9:14 ` Sridhar k
  0 siblings, 1 reply; 4+ messages in thread
From: Sergei Gavrikov @ 2006-08-18  7:38 UTC (permalink / raw)
  To: eCos discuss mail list

Hello

There is an info for the owners of Olimex LPC-E2294 development board.

An eCos port for Olimex LPC-E2294 board (hardware rev. A) is done. A
few days ago I finished a porting RedBoot/eCos for this target. The
port needs no hardware corrections on the board. I heard folks do the
corrections on the board to turn on a 16-bit mode for the Cirrus Logic
CL CS8900A ethernet controller.

There are diagnostic channels support (UART0/UART1/LCD); Intel Flash
parts (TE28F320C3BD70) support; a Cirrus Logic CL CS8900A ethernet
controller (it had been wired in dumb 8-bit mode) support in the port.
Well, the http://sourceware.org/ml/ecos-discuss/2006-07/msg00062.html
problem resolved.  There aren't SPI, I2C, CAN, etc. drivers.

The short story how to apply my things to run eCos on the LPC-E2294
development board (note: for recent eCos snapshots) leaves here:

http://sgs.gomel.by/sg/articles/olpce2294/index.html

Any notices about the port are welcome. The port is a pre-released thing :
an olpce2294-1.0.epk ecos package.

Sergei Gavrikov

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] eCos port for Olimex LPC-E2294 development board
  2006-08-18  7:38 [ECOS] eCos port for Olimex LPC-E2294 development board Sergei Gavrikov
@ 2006-10-09  9:14 ` Sridhar k
  2006-10-09  9:47   ` Andrew Lunn
  0 siblings, 1 reply; 4+ messages in thread
From: Sridhar k @ 2006-10-09  9:14 UTC (permalink / raw)
  To: Sergei Gavrikov; +Cc: eCos discuss mail list

Hi,

Am trying to port ecos for the Olimex LPCE2214 using your post. I
think the only difference between 2294 & 2214 is externel flash. So i
have added AMD(AM29F800) flash driver before building Redboot. But
obviously iam missing some thing. Am really trying hard for this to
get work. Here am posting the error msg with this after loading the
Redboot image on my Target. Please help me out.
error msg:
***********
FLASH: driver init failed: Driver does not support device
Sorry, FLASH config exceeds available space in FIS directory
Ethernet eth0: MAC address 08:88:12:34:56:78
No IP info for device!
+FLASH: driver init failed: Driver does not support device
Sorry, FLASH config exceeds available space in FIS directory
Ethernet eth0: MAC address 08:88:12:34:56:78
No IP info for device!

RedBoot(tm) bootstrap and debug environment [ROM]
Non-certified release, version UNKNOWN - built 23:59:38, Oct  8 2006

Platform: Olimex LPC-E2294 development board (ARM7TDMI)
Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.
Copyright (C) 2003, 2004, 2005, 2006 eCosCentric Limited

RAM: 0x81000000-0x81100000, [0x8100cce0-0x810fd000] available
FLASH: 0x00000000 - 0x1, 0 blocks of 0x00000000 bytes each.
********************************************
where i need to set the external flash locations..?
Am very imressed with your post.its really help ful. Thanking you very much.

Thanks agian.

On 8/18/06, Sergei Gavrikov <w3sg@softhome.net> wrote:
> Hello
>
> There is an info for the owners of Olimex LPC-E2294 development board.
>
> An eCos port for Olimex LPC-E2294 board (hardware rev. A) is done. A
> few days ago I finished a porting RedBoot/eCos for this target. The
> port needs no hardware corrections on the board. I heard folks do the
> corrections on the board to turn on a 16-bit mode for the Cirrus Logic
> CL CS8900A ethernet controller.
>
> There are diagnostic channels support (UART0/UART1/LCD); Intel Flash
> parts (TE28F320C3BD70) support; a Cirrus Logic CL CS8900A ethernet
> controller (it had been wired in dumb 8-bit mode) support in the port.
> Well, the http://sourceware.org/ml/ecos-discuss/2006-07/msg00062.html
> problem resolved.  There aren't SPI, I2C, CAN, etc. drivers.
>
> The short story how to apply my things to run eCos on the LPC-E2294
> development board (note: for recent eCos snapshots) leaves here:
>
> http://sgs.gomel.by/sg/articles/olpce2294/index.html
>
> Any notices about the port are welcome. The port is a pre-released thing :
> an olpce2294-1.0.epk ecos package.
>
> Sergei Gavrikov
>
> --
> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
>
>

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] eCos port for Olimex LPC-E2294 development board
  2006-10-09  9:14 ` Sridhar k
@ 2006-10-09  9:47   ` Andrew Lunn
  2006-10-09 10:19     ` Sridhar k
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Lunn @ 2006-10-09  9:47 UTC (permalink / raw)
  To: Sridhar k; +Cc: Sergei Gavrikov, eCos discuss mail list

On Mon, Oct 09, 2006 at 02:14:22AM -0700, Sridhar k wrote:
> Hi,
> 
> Am trying to port ecos for the Olimex LPCE2214 using your post. I
> think the only difference between 2294 & 2214 is externel flash. So i
> have added AMD(AM29F800) flash driver before building Redboot. But
> obviously iam missing some thing. Am really trying hard for this to
> get work. Here am posting the error msg with this after loading the
> Redboot image on my Target. Please help me out.

Exactly what flash device is on the board? Have you checked it is
supported by the AMD29f800 device driver?

          Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] eCos port for Olimex LPC-E2294 development board
  2006-10-09  9:47   ` Andrew Lunn
@ 2006-10-09 10:19     ` Sridhar k
  0 siblings, 0 replies; 4+ messages in thread
From: Sridhar k @ 2006-10-09 10:19 UTC (permalink / raw)
  To: Sridhar k, Sergei Gavrikov, eCos discuss mail list

Thanks Andrew, I got it fixed.. The mistake is, I have added AM29F800
instead of AM29LV800.. .Its working.
Thanks all.


On 10/9/06, Andrew Lunn <andrew@lunn.ch> wrote:
> On Mon, Oct 09, 2006 at 02:14:22AM -0700, Sridhar k wrote:
> > Hi,
> >
> > Am trying to port ecos for the Olimex LPCE2214 using your post. I
> > think the only difference between 2294 & 2214 is externel flash. So i
> > have added AMD(AM29F800) flash driver before building Redboot. But
> > obviously iam missing some thing. Am really trying hard for this to
> > get work. Here am posting the error msg with this after loading the
> > Redboot image on my Target. Please help me out.
>
> Exactly what flash device is on the board? Have you checked it is
> supported by the AMD29f800 device driver?
>
>          Andrew
>

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2006-10-09 10:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-18  7:38 [ECOS] eCos port for Olimex LPC-E2294 development board Sergei Gavrikov
2006-10-09  9:14 ` Sridhar k
2006-10-09  9:47   ` Andrew Lunn
2006-10-09 10:19     ` Sridhar k

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 read-only IMAP folder(s) and NNTP newsgroup(s).