public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Advice on hardware choice
@ 2009-07-13 22:58 Paul D. DeRocco
  2009-07-14  7:25 ` Andrew Lunn
  2009-07-14  7:56 ` [ECOS] " John Dallaway
  0 siblings, 2 replies; 8+ messages in thread
From: Paul D. DeRocco @ 2009-07-13 22:58 UTC (permalink / raw)
  To: eCos Discuss

I'm starting a "hobby" project based on eCos, so I have to use the free
version, but I'm not wedded to any particular hardware platform yet. Before
I go through the excruciating process of investigating all the hardware for
which free eCos includes board support packages for, I thought I'd just ask
for advice. My hardware requirements are:

	Roughly the horsepower of a 200MHz ARM
	At least 4MB RAM on a 32-bit bus, preferably single SDRAM chip
	Don't want NOR flash on board (boot from internal or SPI flash)
	100mb/s Ethernet interface
	Full speed USB slave interface
	SD card interface

If the support is for some off-the-shelf eval board, I'll basically use it
as the basis for my own hardware design, so the BSP should work pretty much
as-is.

If I had the money to buy a package from eCosCentric, I'd just go for the
AT91SAM9260, but I can't justify it for a hobby project. Do any of the stock
packages included in the distribution come close to the above features?

--

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.com


-- 
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] 8+ messages in thread

* Re: [ECOS] Advice on hardware choice
  2009-07-13 22:58 [ECOS] Advice on hardware choice Paul D. DeRocco
@ 2009-07-14  7:25 ` Andrew Lunn
  2009-07-14 16:19   ` Paul D. DeRocco
  2009-07-14  7:56 ` [ECOS] " John Dallaway
  1 sibling, 1 reply; 8+ messages in thread
From: Andrew Lunn @ 2009-07-14  7:25 UTC (permalink / raw)
  To: Paul D. DeRocco; +Cc: eCos Discuss

> If I had the money to buy a package from eCosCentric, I'd just go for the
> AT91SAM9260, but I can't justify it for a hobby project. Do any of the stock
> packages included in the distribution come close to the above features?

Take a look around. There are some partial ports available, eg 

http://www.ronetix.at/pm9261.html

        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] 8+ messages in thread

* [ECOS] Re: Advice on hardware choice
  2009-07-13 22:58 [ECOS] Advice on hardware choice Paul D. DeRocco
  2009-07-14  7:25 ` Andrew Lunn
@ 2009-07-14  7:56 ` John Dallaway
  2009-07-14 16:21   ` Paul D. DeRocco
  1 sibling, 1 reply; 8+ messages in thread
From: John Dallaway @ 2009-07-14  7:56 UTC (permalink / raw)
  To: Paul D. DeRocco; +Cc: eCos Discuss

Hi Paul

Paul D. DeRocco wrote:

> I'm starting a "hobby" project based on eCos, so I have to use the free
> version, but I'm not wedded to any particular hardware platform yet. Before
> I go through the excruciating process of investigating all the hardware for
> which free eCos includes board support packages for, I thought I'd just ask
> for advice. My hardware requirements are:
> 
> 	Roughly the horsepower of a 200MHz ARM
> 	At least 4MB RAM on a 32-bit bus, preferably single SDRAM chip
> 	Don't want NOR flash on board (boot from internal or SPI flash)
> 	100mb/s Ethernet interface
> 	Full speed USB slave interface
> 	SD card interface
> 
> If the support is for some off-the-shelf eval board, I'll basically use it
> as the basis for my own hardware design, so the BSP should work pretty much
> as-is.

Evgeniy Dushistov has some eCos patches for AT91SAM9263:

  http://ecos.sourceware.org/ml/ecos-discuss/2009-06/msg00136.html

Another possibility is the EP93xx board support from Cirrus Logic:

  http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000739

However, it looks like the EP93xx processors do not provide USB slave.

You might also wish to look at some of the more powerful PowerPC boards.

John Dallaway

-- 
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] 8+ messages in thread

* RE: [ECOS] Advice on hardware choice
  2009-07-14  7:25 ` Andrew Lunn
@ 2009-07-14 16:19   ` Paul D. DeRocco
  0 siblings, 0 replies; 8+ messages in thread
From: Paul D. DeRocco @ 2009-07-14 16:19 UTC (permalink / raw)
  To: eCos Discuss

> From: Andrew Lunn [mailto:andrew@lunn.ch]
>
> > If I had the money to buy a package from eCosCentric, I'd just
> go for the
> > AT91SAM9260, but I can't justify it for a hobby project. Do any
> of the stock
> > packages included in the distribution come close to the above features?
>
> Take a look around. There are some partial ports available, eg
>
> http://www.ronetix.at/pm9261.html

At first glance, that doesn't look too "partial" so I think I'll give it a
try. Thanks.

--

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.com


-- 
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] 8+ messages in thread

* RE: [ECOS] Re: Advice on hardware choice
  2009-07-14  7:56 ` [ECOS] " John Dallaway
@ 2009-07-14 16:21   ` Paul D. DeRocco
  2009-07-14 16:35     ` Tim michals
  0 siblings, 1 reply; 8+ messages in thread
From: Paul D. DeRocco @ 2009-07-14 16:21 UTC (permalink / raw)
  To: eCos Discuss

> From: John Dallaway
>
> Evgeniy Dushistov has some eCos patches for AT91SAM9263:
>
>   http://ecos.sourceware.org/ml/ecos-discuss/2009-06/msg00136.html

Thanks. Looks interesting.

> Another possibility is the EP93xx board support from Cirrus Logic:
>
>   http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000739
>
> However, it looks like the EP93xx processors do not provide USB slave.

Funny, three host ports and one slave seems a tad lopsided. ;-)

> You might also wish to look at some of the more powerful PowerPC boards.

I didn't see any integrated Ethernet, and parts count is an issue.

Thanks for the tips. I'm going to start out with the Ronetix package, and
see how that goes.

--

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.com


-- 
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] 8+ messages in thread

* Re: [ECOS] Re: Advice on hardware choice
  2009-07-14 16:21   ` Paul D. DeRocco
@ 2009-07-14 16:35     ` Tim michals
  2009-07-14 17:20       ` H Hartley Sweeten
  2009-07-15  6:52       ` John Dallaway
  0 siblings, 2 replies; 8+ messages in thread
From: Tim michals @ 2009-07-14 16:35 UTC (permalink / raw)
  To: Paul D. DeRocco, eCos Discuss


There might not be a eCOS port to this chip, but it does look interesting...

http://www.hitex.com/index.php?id=lpc3250-stick-details&L=2




----- Original Message ----
From: Paul D. DeRocco <pderocco@ix.netcom.com>
To: eCos Discuss <ecos-discuss@ecos.sourceware.org>
Sent: Tuesday, July 14, 2009 11:21:33 AM
Subject: RE: [ECOS] Re: Advice on hardware choice

> From: John Dallaway
>
> Evgeniy Dushistov has some eCos patches for AT91SAM9263:
>
>   http://ecos.sourceware.org/ml/ecos-discuss/2009-06/msg00136.html

Thanks. Looks interesting.

> Another possibility is the EP93xx board support from Cirrus Logic:
>
>   http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000739
>
> However, it looks like the EP93xx processors do not provide USB slave.

Funny, three host ports and one slave seems a tad lopsided. ;-)

> You might also wish to look at some of the more powerful PowerPC boards.

I didn't see any integrated Ethernet, and parts count is an issue.

Thanks for the tips. I'm going to start out with the Ronetix package, and
see how that goes.

--

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.com


-- 
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] 8+ messages in thread

* RE: [ECOS] Re: Advice on hardware choice
  2009-07-14 16:35     ` Tim michals
@ 2009-07-14 17:20       ` H Hartley Sweeten
  2009-07-15  6:52       ` John Dallaway
  1 sibling, 0 replies; 8+ messages in thread
From: H Hartley Sweeten @ 2009-07-14 17:20 UTC (permalink / raw)
  To: Tim michals, Paul D. DeRocco, eCos Discuss

On Tuesday, July 14, 2009 9:36 AM, Tim michals wrote:
> There might not be a eCOS port to this chip, but it does look interesting...
>
> http://www.hitex.com/index.php?id=lpc3250-stick-details&L=2
>

On Tuesday, July 14, 2009 11:21:33 AM, Paul D. DeRocco wrote:
>> From: John Dallaway
>>
>> Evgeniy Dushistov has some eCos patches for AT91SAM9263:
>>
>>   http://ecos.sourceware.org/ml/ecos-discuss/2009-06/msg00136.html
>
> Thanks. Looks interesting.
>
>> Another possibility is the EP93xx board support from Cirrus Logic:
>>
>>   http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000739
>>
>> However, it looks like the EP93xx processors do not provide USB slave.
>
> Funny, three host ports and one slave seems a tad lopsided. ;-)

The three host ports are provided my the EP93xx processor itself.  The USB
slave is only on some of the EDB93xx boards and is provided by an external
chip.

Does anyone know if the FSF copyright assignment is completed to get
the ep93xx support into CVS?  I have a number of patches I would like
to submit.

Regards,
Hartley

--
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] 8+ messages in thread

* [ECOS] Re: Advice on hardware choice
  2009-07-14 16:35     ` Tim michals
  2009-07-14 17:20       ` H Hartley Sweeten
@ 2009-07-15  6:52       ` John Dallaway
  1 sibling, 0 replies; 8+ messages in thread
From: John Dallaway @ 2009-07-15  6:52 UTC (permalink / raw)
  To: Tim Michals, Paul D. DeRocco; +Cc: eCos Discuss

Tim Michals wrote:

> There might not be a eCOS port to this chip, but it does look interesting...
> 
> http://www.hitex.com/index.php?id=lpc3250-stick-details&L=2

It does indeed. An ARM9 platform for EUR 69!

The LPC2478 stick also looks interesting. eCos should port very rapidly
to this one since we already have support for an LPC2468 board.

John Dallaway

-- 
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] 8+ messages in thread

end of thread, other threads:[~2009-07-15  6:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-13 22:58 [ECOS] Advice on hardware choice Paul D. DeRocco
2009-07-14  7:25 ` Andrew Lunn
2009-07-14 16:19   ` Paul D. DeRocco
2009-07-14  7:56 ` [ECOS] " John Dallaway
2009-07-14 16:21   ` Paul D. DeRocco
2009-07-14 16:35     ` Tim michals
2009-07-14 17:20       ` H Hartley Sweeten
2009-07-15  6:52       ` John Dallaway

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).