Linux MIPS Architecture development
 help / color / mirror / Atom feed
* MIPS platform recommendations
@ 2001-01-24 19:23 John Van Horne
  2001-01-24 20:30 ` Pete Popov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: John Van Horne @ 2001-01-24 19:23 UTC (permalink / raw)
  To: 'linux-mips@oss.sgi.com'; +Cc: Paul Lambert

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

Hello,

Can anyone recommend an R5000/R7000 machine
which can run Linux 2.4 and would be an appropriate
platform on which to build the libraries for an R5000/R7000
embedded Linux application? Which platform has the
most stable version of Linux 2.4 available?

Thanks in advance,
-John Van Horne
jvhorne@cosinecom.com


[-- Attachment #2: Type: text/html, Size: 949 bytes --]

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

* Re: MIPS platform recommendations
  2001-01-24 19:23 MIPS platform recommendations John Van Horne
@ 2001-01-24 20:30 ` Pete Popov
  2001-01-25  0:17 ` Ralf Baechle
  2001-01-26  9:47 ` Kevin D. Kissell
  2 siblings, 0 replies; 7+ messages in thread
From: Pete Popov @ 2001-01-24 20:30 UTC (permalink / raw)
  To: John Van Horne; +Cc: 'linux-mips@oss.sgi.com', Paul Lambert

> John Van Horne wrote:
> 
> Hello,
> 
> Can anyone recommend an R5000/R7000 machine
> which can run Linux 2.4 and would be an appropriate
> platform on which to build the libraries for an R5000/R7000
> embedded Linux application? Which platform has the
> most stable version of Linux 2.4 available?

The EV96100 (PMC RM7000 cpu) might do the job. It's overall stable and
runs with primary and secondary caches turned on.  I merged a network
fix yesterday so I need to do a new kernel release and uploaded it to
ftp.mvista.com. The previous kernel with the network bug is on the ftp
site already.

However, if you're only interested in rebuilding libraries for those
cpus, why not do a cross-build?  We cross build all userland apps
including the libraries.  

Pete

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

* Re: MIPS platform recommendations
  2001-01-24 19:23 MIPS platform recommendations John Van Horne
  2001-01-24 20:30 ` Pete Popov
@ 2001-01-25  0:17 ` Ralf Baechle
  2001-01-25  1:13   ` Pete Popov
  2001-01-26  9:47 ` Kevin D. Kissell
  2 siblings, 1 reply; 7+ messages in thread
From: Ralf Baechle @ 2001-01-25  0:17 UTC (permalink / raw)
  To: John Van Horne; +Cc: 'linux-mips@oss.sgi.com', Paul Lambert

On Wed, Jan 24, 2001 at 11:23:00AM -0800, John Van Horne wrote:

> Can anyone recommend an R5000/R7000 machine
> which can run Linux 2.4 and would be an appropriate
> platform on which to build the libraries for an R5000/R7000
> embedded Linux application? Which platform has the
> most stable version of Linux 2.4 available?

I'm doing all this work on a SGI's Origin 200/2000 series machines.  They
may be a tad on the expensive side but they're the only thing that avoids
the major pain of having to modify large amounts of software for propper
crosscompilation and also has serious compute power.

  Ralf

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

* Re: MIPS platform recommendations
  2001-01-25  0:17 ` Ralf Baechle
@ 2001-01-25  1:13   ` Pete Popov
  0 siblings, 0 replies; 7+ messages in thread
From: Pete Popov @ 2001-01-25  1:13 UTC (permalink / raw)
  To: Ralf Baechle
  Cc: John Van Horne, 'linux-mips@oss.sgi.com', Paul Lambert

Ralf Baechle wrote:
> 
> On Wed, Jan 24, 2001 at 11:23:00AM -0800, John Van Horne wrote:
> 
> > Can anyone recommend an R5000/R7000 machine
> > which can run Linux 2.4 and would be an appropriate
> > platform on which to build the libraries for an R5000/R7000
> > embedded Linux application? Which platform has the
> > most stable version of Linux 2.4 available?
> 
> I'm doing all this work on a SGI's Origin 200/2000 series machines.  They
> may be a tad on the expensive side but they're the only thing that avoids
> the major pain of having to modify large amounts of software for propper
> crosscompilation and also has serious compute power.

Yes, that's a pain in the neck. But we already have the entire cross
environment built and available at ftp.mvista.com for both, little and
big endian. The only issue is that test10 and beyond require a slighly
newer tools, but those are coming up as well.  


Pete

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

* Re: MIPS platform recommendations
  2001-01-24 19:23 MIPS platform recommendations John Van Horne
  2001-01-24 20:30 ` Pete Popov
  2001-01-25  0:17 ` Ralf Baechle
@ 2001-01-26  9:47 ` Kevin D. Kissell
  2001-01-26  9:47   ` Kevin D. Kissell
  2001-01-27 22:48   ` Mike McDonald
  2 siblings, 2 replies; 7+ messages in thread
From: Kevin D. Kissell @ 2001-01-26  9:47 UTC (permalink / raw)
  To: John Van Horne, linux-mips; +Cc: Paul Lambert

[-- Attachment #1: Type: text/plain, Size: 953 bytes --]

MIPS platform recommendationsPersonally, I use an Algorithmics P-5064 board
with an R5260 CPU for this sort of thing.  It's an
ATX board that I've got bolted into a cheapo
generic ATX enclosure on my lab network. They
also have an RM7000 CPU module available.
I'm running the MIPS 2.2.x port on it, however,
not 2.4.  See www.algor.co.uk for info on the
board.

            Kevin K.
  ----- Original Message ----- 
  From: John Van Horne 
  To: 'linux-mips@oss.sgi.com' 
  Cc: Paul Lambert 
  Sent: Wednesday, January 24, 2001 8:23 PM
  Subject: MIPS platform recommendations


  Hello, 

  Can anyone recommend an R5000/R7000 machine 
  which can run Linux 2.4 and would be an appropriate 
  platform on which to build the libraries for an R5000/R7000 
  embedded Linux application? Which platform has the 
  most stable version of Linux 2.4 available? 

  Thanks in advance, 
  -John Van Horne 
  jvhorne@cosinecom.com 


[-- Attachment #2: Type: text/html, Size: 2585 bytes --]

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

* Re: MIPS platform recommendations
  2001-01-26  9:47 ` Kevin D. Kissell
@ 2001-01-26  9:47   ` Kevin D. Kissell
  2001-01-27 22:48   ` Mike McDonald
  1 sibling, 0 replies; 7+ messages in thread
From: Kevin D. Kissell @ 2001-01-26  9:47 UTC (permalink / raw)
  To: John Van Horne, linux-mips; +Cc: Paul Lambert

[-- Attachment #1: Type: text/plain, Size: 953 bytes --]

MIPS platform recommendationsPersonally, I use an Algorithmics P-5064 board
with an R5260 CPU for this sort of thing.  It's an
ATX board that I've got bolted into a cheapo
generic ATX enclosure on my lab network. They
also have an RM7000 CPU module available.
I'm running the MIPS 2.2.x port on it, however,
not 2.4.  See www.algor.co.uk for info on the
board.

            Kevin K.
  ----- Original Message ----- 
  From: John Van Horne 
  To: 'linux-mips@oss.sgi.com' 
  Cc: Paul Lambert 
  Sent: Wednesday, January 24, 2001 8:23 PM
  Subject: MIPS platform recommendations


  Hello, 

  Can anyone recommend an R5000/R7000 machine 
  which can run Linux 2.4 and would be an appropriate 
  platform on which to build the libraries for an R5000/R7000 
  embedded Linux application? Which platform has the 
  most stable version of Linux 2.4 available? 

  Thanks in advance, 
  -John Van Horne 
  jvhorne@cosinecom.com 


[-- Attachment #2: Type: text/html, Size: 2585 bytes --]

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

* Re: MIPS platform recommendations
  2001-01-26  9:47 ` Kevin D. Kissell
  2001-01-26  9:47   ` Kevin D. Kissell
@ 2001-01-27 22:48   ` Mike McDonald
  1 sibling, 0 replies; 7+ messages in thread
From: Mike McDonald @ 2001-01-27 22:48 UTC (permalink / raw)
  To: Kevin D. Kissell; +Cc: linux-mips


>From: "Kevin D. Kissell" <kevink@mips.com>
>To: "John Van Horne" <JohnVan.Horne@cosinecom.com>, <linux-mips@oss.sgi.com>
>Subject: Re: MIPS platform recommendations
>Date:   Fri, 26 Jan 2001 10:47:13 +0100
>
>This is a multi-part message in MIME format.
>
>------=_NextPart_000_00C7_01C08785.57A97F60
>Content-Type: text/plain;
>	charset="iso-8859-1"
>Content-Transfer-Encoding: quoted-printable
>
>MIPS platform recommendationsPersonally, I use an Algorithmics P-5064 =
>board
>with an R5260 CPU for this sort of thing.  It's an
>ATX board that I've got bolted into a cheapo
>generic ATX enclosure on my lab network. They
>also have an RM7000 CPU module available.
>I'm running the MIPS 2.2.x port on it, however,
>not 2.4.  See www.algor.co.uk for info on the
>board.

  At (US) $3900 a copy, you have deeper pockets than I do. MUCH
deeper! (http://www.algor.co.uk/algor/info/p5064-benefits.html)

  Mike McDonald
  mikemac@mikemac.com

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

end of thread, other threads:[~2001-01-27 22:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-24 19:23 MIPS platform recommendations John Van Horne
2001-01-24 20:30 ` Pete Popov
2001-01-25  0:17 ` Ralf Baechle
2001-01-25  1:13   ` Pete Popov
2001-01-26  9:47 ` Kevin D. Kissell
2001-01-26  9:47   ` Kevin D. Kissell
2001-01-27 22:48   ` Mike McDonald

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