Linux MIPS Architecture development
 help / color / mirror / Atom feed
* newbie question.
  2001-02-19 13:11 strace sysmips support (was: Re: [FIX] sysmips(MIPS_ATMIC_SET, ...) ret_from_sys_call vs. o32_ret_from_sys_call) Wichert Akkerman
@ 2001-02-19 19:52 ` Can Altineller
  2001-02-20  7:06   ` David Jez
  0 siblings, 1 reply; 17+ messages in thread
From: Can Altineller @ 2001-02-19 19:52 UTC (permalink / raw)
  To: linux-mips


	Hello;

	I got an Indy 4600SC with 64Megs of memory, and I dont feel like
running Irix on it. What is the status of the sgi port port of linux. Is
there a distro available? Also, I dont have a floppy in my indy, so can I
net boot? If someone point me out in the correct way, I will be very
happy.

	Thanks.
	-C.A.

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

* Re: newbie question.
  2001-02-19 19:52 ` newbie question Can Altineller
@ 2001-02-20  7:06   ` David Jez
  2001-02-20 20:26     ` Mike McDonald
  0 siblings, 1 reply; 17+ messages in thread
From: David Jez @ 2001-02-20  7:06 UTC (permalink / raw)
  To: Can Altineller; +Cc: linux-mips

On Mon, Feb 19, 2001 at 02:52:10PM -0500, Can Altineller wrote:
> 
> 	Hello;
> 
> 	I got an Indy 4600SC with 64Megs of memory, and I dont feel like
> running Irix on it. What is the status of the sgi port port of linux. Is
> there a distro available? Also, I dont have a floppy in my indy, so can I
> net boot? If someone point me out in the correct way, I will be very
> happy.
Hi,

Try download doc & faqs & tutorials & distro from:

ftp://ftp.oss.sgi.com/pub/linux/mips

or RedHat from:

ftp://ftp.oss.sgi.com/pub/linux/mips/redhat

PS: Don't worry about instalation. In directory redhat you can find Getting
started and README. Read it carefully. If you search archive of this conf. you
can find thread about netbooting Indy ( bootp():/vmlinuz ) from PROM monitor
and setting bootpd in linux boot server.
> 
> 	Thanks.
> 	-C.A.
> 
> 
Best Regards,
Dave

-- 
-------------------------------------------------------
  David "Dave" Jez                Brno, CZ, Europe
 E-mail: dave.jez@seznam.cz
PGP key: finger xjezda00@fest.stud.fee.vutbr.cz
---------=[ ~EOF ]=------------------------------------

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

* Re: newbie question.
  2001-02-20  7:06   ` David Jez
@ 2001-02-20 20:26     ` Mike McDonald
  2001-02-20 20:30       ` nick
  2001-02-20 20:53       ` Ralf Baechle
  0 siblings, 2 replies; 17+ messages in thread
From: Mike McDonald @ 2001-02-20 20:26 UTC (permalink / raw)
  To: David Jez; +Cc: Can Altineller, linux-mips


>Date:   Tue, 20 Feb 2001 08:06:10 +0100
>From: David Jez <dave.jez@seznam.cz>
>To: Can Altineller <altine@ee.fit.edu>
>Subject: Re: newbie question.
>
>On Mon, Feb 19, 2001 at 02:52:10PM -0500, Can Altineller wrote:
>> 
>> 	Hello;
>> 
>> 	I got an Indy 4600SC with 64Megs of memory, and I dont feel like
>> running Irix on it. What is the status of the sgi port port of linux. Is
>> there a distro available? Also, I dont have a floppy in my indy, so can I
>> net boot? If someone point me out in the correct way, I will be very
>> happy.
>Hi,
>
>Try download doc & faqs & tutorials & distro from:
>
>ftp://ftp.oss.sgi.com/pub/linux/mips

  Actually, it's ftp://oss.sgi.com/pub/linux/mips but I can't find any
FAQs or tutorials there. http://oss.sgi.com/mips/ has some more info.
(I've heard there's a FAQ someplace but I've never found it.)


  Mike McDonald
  mikemac@mikemac.com

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

* Re: newbie question.
  2001-02-20 20:26     ` Mike McDonald
@ 2001-02-20 20:30       ` nick
  2001-02-20 20:53       ` Ralf Baechle
  1 sibling, 0 replies; 17+ messages in thread
From: nick @ 2001-02-20 20:30 UTC (permalink / raw)
  To: Mike McDonald; +Cc: David Jez, Can Altineller, linux-mips

www.foobazco.org is the faq I have used.
	Nick

On Tue, 20 Feb 2001, Mike McDonald wrote:

> 
> >Date:   Tue, 20 Feb 2001 08:06:10 +0100
> >From: David Jez <dave.jez@seznam.cz>
> >To: Can Altineller <altine@ee.fit.edu>
> >Subject: Re: newbie question.
> >
> >On Mon, Feb 19, 2001 at 02:52:10PM -0500, Can Altineller wrote:
> >> 
> >> 	Hello;
> >> 
> >> 	I got an Indy 4600SC with 64Megs of memory, and I dont feel like
> >> running Irix on it. What is the status of the sgi port port of linux. Is
> >> there a distro available? Also, I dont have a floppy in my indy, so can I
> >> net boot? If someone point me out in the correct way, I will be very
> >> happy.
> >Hi,
> >
> >Try download doc & faqs & tutorials & distro from:
> >
> >ftp://ftp.oss.sgi.com/pub/linux/mips
> 
>   Actually, it's ftp://oss.sgi.com/pub/linux/mips but I can't find any
> FAQs or tutorials there. http://oss.sgi.com/mips/ has some more info.
> (I've heard there's a FAQ someplace but I've never found it.)
> 
> 
>   Mike McDonald
>   mikemac@mikemac.com
> 

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

* Re: newbie question.
  2001-02-20 20:26     ` Mike McDonald
  2001-02-20 20:30       ` nick
@ 2001-02-20 20:53       ` Ralf Baechle
  1 sibling, 0 replies; 17+ messages in thread
From: Ralf Baechle @ 2001-02-20 20:53 UTC (permalink / raw)
  To: Mike McDonald; +Cc: David Jez, Can Altineller, linux-mips

On Tue, Feb 20, 2001 at 12:26:11PM -0800, Mike McDonald wrote:

>   Actually, it's ftp://oss.sgi.com/pub/linux/mips but I can't find any
> FAQs or tutorials there. http://oss.sgi.com/mips/ has some more info.
> (I've heard there's a FAQ someplace but I've never found it.)

Write 100 times: http://oss.sgi.com/mips/mips-howto.html ;-)

  Ralf

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

* Newbie question...
@ 2001-06-13 13:59 Bartosch Pixa
  2001-06-13 15:07 ` Mat Withers
  2001-06-13 15:14 ` Keith M Wesolowski
  0 siblings, 2 replies; 17+ messages in thread
From: Bartosch Pixa @ 2001-06-13 13:59 UTC (permalink / raw)
  To: linux-mips

Hi

i'm quite new to the mips architecture so sorry if i ask dumb/useless
questions. i just bought a used Octane (IP30 R10K ...) and now i'm 
curious if it's possible to get linux on it ;)
Any help/hints apreciated


Thx in advance

Bartosch Pixa

-- 
Bartosch Pixa, bartosch.pixa@infopark.de
Infopark AG
Kitzingstr. 15, D-12277 Berlin, Germany
Tel +49(0)-30-747.993.0, Fax +49(0)-30-747.993.93
http://www.infopark.de/

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

* Re: Newbie question...
  2001-06-13 13:59 Newbie question Bartosch Pixa
@ 2001-06-13 15:07 ` Mat Withers
  2001-06-13 15:22   ` Keith M Wesolowski
  2001-06-13 15:14 ` Keith M Wesolowski
  1 sibling, 1 reply; 17+ messages in thread
From: Mat Withers @ 2001-06-13 15:07 UTC (permalink / raw)
  To: linux-mips

Bartosch Pixa (bartosch.pixa@infopark.de) wrote:
> Hi
> 
> i'm quite new to the mips architecture so sorry if i ask dumb/useless
> questions. i just bought a used Octane (IP30 R10K ...) and now i'm 
> curious if it's possible to get linux on it ;)
> Any help/hints apreciated
> 
> 
> Thx in advance
> 
> Bartosch Pixa
> 
> -- 
> Bartosch Pixa, bartosch.pixa@infopark.de
> Infopark AG
> Kitzingstr. 15, D-12277 Berlin, Germany
> Tel +49(0)-30-747.993.0, Fax +49(0)-30-747.993.93
> http://www.infopark.de/
> 
> 
> 

I'm also quite interested in mips linux - I've got an Indigo 2 R4400SC with 128 Mb RAM sitting under my desk at home doing nothing.  Is this a reasonable platform to run ? I understand that I would have to use a serial console at the moment - are there any plans to support a text console on the Indigo 2 gfx hardware (I don't really care about X). How easy is the install ? 

Any info would be gratefully received

Cheers

Mat

-- 

Mat Withers
mat@minus-9.com
http://minus-9.com
phone: +44 7092 019849
"a sarcasm detector, *that's* a real useful invention."

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

* Re: Newbie question...
  2001-06-13 13:59 Newbie question Bartosch Pixa
  2001-06-13 15:07 ` Mat Withers
@ 2001-06-13 15:14 ` Keith M Wesolowski
  2001-06-13 21:50   ` mjpento
  1 sibling, 1 reply; 17+ messages in thread
From: Keith M Wesolowski @ 2001-06-13 15:14 UTC (permalink / raw)
  To: Bartosch Pixa; +Cc: linux-mips

On Wed, Jun 13, 2001 at 03:59:26PM +0200, Bartosch Pixa wrote:

> i'm quite new to the mips architecture so sorry if i ask dumb/useless
> questions. i just bought a used Octane (IP30 R10K ...) and now i'm 
> curious if it's possible to get linux on it ;)

Not at this time, though a few people have started to look at it.  If
you have irix headers and an ability to mangle the kernel for the
better you should probably coordinate with Ralf and get started.  IP30
is not very different from IP27, so the port should not be excessively
difficult.

-- 
Keith M Wesolowski <wesolows@foobazco.org> http://foobazco.org/~wesolows
------(( Project Foobazco Coordinator and Network Administrator ))------
	"Nothing motivates a man more than to see his boss put
	 in an honest day's work." -- The fortune file

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

* Re: Newbie question...
  2001-06-13 15:07 ` Mat Withers
@ 2001-06-13 15:22   ` Keith M Wesolowski
  0 siblings, 0 replies; 17+ messages in thread
From: Keith M Wesolowski @ 2001-06-13 15:22 UTC (permalink / raw)
  To: Mat Withers; +Cc: linux-mips

On Wed, Jun 13, 2001 at 04:07:45PM +0100, Mat Withers wrote:

> I'm also quite interested in mips linux - I've got an Indigo 2
> R4400SC with 128 Mb RAM sitting under my desk at home doing nothing.
> Is this a reasonable platform to run ? I understand that I would
> have to use a serial console at the moment - are there any plans to
> support a text console on the Indigo 2 gfx hardware (I don't really
> care about X). How easy is the install ?

As the FAQ states, this box should work fine.  Graphics hardware will
be supported when documentation is available or someone manages to
reverse-engineer it.  Perhaps you'd like to volunteer?

The install is a trivial matter for experienced hackers, an annoyance
to people who've never strayed outside the chartered bounds of
commercial Linux on peecees, and a source of unending pain and grief
for newbies.  Unfortunately it's getting easier all the time.

-- 
Keith M Wesolowski <wesolows@foobazco.org> http://foobazco.org/~wesolows
------(( Project Foobazco Coordinator and Network Administrator ))------
	"Nothing motivates a man more than to see his boss put
	 in an honest day's work." -- The fortune file

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

* Re: Newbie question...
@ 2001-06-13 15:43 Bartosch Pixa
  0 siblings, 0 replies; 17+ messages in thread
From: Bartosch Pixa @ 2001-06-13 15:43 UTC (permalink / raw)
  To: linux-mips

Julien wrote:
 >
 > Hi...
 >
 > If I remember well, currently r10k are only supported on ip22 boards
 > (O2, etc)... I'm quite pessimistic for your Octane (in the immediate
 > futur). Are you looking for Linux to use it as a full featured os ?
 > linux-mips is still in intensive development (for example, only the
 > Indy
 > XL graphic card is supported, all other machines need a serial console
 > to use them), so if you planned to use it as an Irix replacement, it's
 > to soon  [;-)]
 > If you feel it, and can find enough documentation about IP30 boards,
 > it should be possible to do the port yourself   ;-))
 >
 > hope this answers your question


thx, this is not exactly what i wanted to hear ;)
but i think i'll give it a try, any hint where i should start getting 
into it, like i said i'm quite new to mips ...but i realy want to give
it a try :)

Bartosch Pixa

-- 
Bartosch Pixa, bartosch.pixa@infopark.de
Infopark AG
Kitzingstr. 15, D-12277 Berlin, Germany
Tel +49(0)-30-747.993.0, Fax +49(0)-30-747.993.93
http://www.infopark.de/

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

* Re: Newbie question...
  2001-06-13 15:14 ` Keith M Wesolowski
@ 2001-06-13 21:50   ` mjpento
  2001-06-15 12:12     ` Florian Lohoff
  2001-06-15 13:31     ` Jan-Benedict Glaw
  0 siblings, 2 replies; 17+ messages in thread
From: mjpento @ 2001-06-13 21:50 UTC (permalink / raw)
  To: Keith M Wesolowski; +Cc: linux-mips

Hello folks,

	I am actually inquiring on a similar note. I have an Indigo 
R3000 under my desk that is collecting dust. Firstly, I would like to 
port a linux kernel to this system. I am sort of a newbie to porting 
os's. So, I have a few questions that I would like to ask:

1. Is there someone out there working on a port to the R3000's 
Indigo's? If so, does someone know who it is or a link to a 
website??? etc ...

2. Since I am rather new to porting, is there a resource that you 
folks would suggest out there on the internet that would be a good 
starting point for information or tips on the best porting methods?

Any help would be greatly appreciated,
Mike

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

* Re: Newbie question...
  2001-06-13 21:50   ` mjpento
@ 2001-06-15 12:12     ` Florian Lohoff
  2001-06-15 13:31     ` Jan-Benedict Glaw
  1 sibling, 0 replies; 17+ messages in thread
From: Florian Lohoff @ 2001-06-15 12:12 UTC (permalink / raw)
  To: mjpento; +Cc: Keith M Wesolowski, linux-mips

On Wed, Jun 13, 2001 at 05:50:06PM -0400, mjpento wrote:
> Hello folks,
> 
> 	I am actually inquiring on a similar note. I have an Indigo 
> R3000 under my desk that is collecting dust. Firstly, I would like to 
> port a linux kernel to this system. I am sort of a newbie to porting 
> os's. So, I have a few questions that I would like to ask:
> 
> 1. Is there someone out there working on a port to the R3000's 
> Indigo's? If so, does someone know who it is or a link to a 
> website??? etc ...
> 
> 2. Since I am rather new to porting, is there a resource that you 
> folks would suggest out there on the internet that would be a good 
> starting point for information or tips on the best porting methods?

R3000 is no problem - The Indigo (1 IP12 ?) is the problem - Its mostly
undocumented and i havent heard of anyone trying to do something about it.

Flo
-- 
Florian Lohoff                  flo@rfc822.org             +49-5201-669912
     Why is it called "common sense" when nobody seems to have any?

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

* Re: Newbie question...
  2001-06-13 21:50   ` mjpento
  2001-06-15 12:12     ` Florian Lohoff
@ 2001-06-15 13:31     ` Jan-Benedict Glaw
  1 sibling, 0 replies; 17+ messages in thread
From: Jan-Benedict Glaw @ 2001-06-15 13:31 UTC (permalink / raw)
  To: linux-mips

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

On Wed, Jun 13, 2001 at 05:50:06PM -0400, mjpento wrote:
[Indigo R3000]

> 1. Is there someone out there working on a port to the R3000's 
> Indigo's? If so, does someone know who it is or a link to a 
> website??? etc ...

Rumor was that Michael Engel was working on the Indigo. I've got
such a beast as well (okay, it's an OEM version build by Siemens
Nixdorf), but there's no Linux running on this box these days.

From what I've heared, the Indigo R3k is quite different to most
other supported machines (Indy, Indigo2) so a port will be
somewhat difficult. The machine isn't the fastest one (well, 
mine is running wirh Irix 5.2 and the flight simulator is quite nice
to play with:-), but it *would* be more then fast enough to run
Linux.

> 2. Since I am rather new to porting, is there a resource that you 
> folks would suggest out there on the internet that would be a good 
> starting point for information or tips on the best porting methods?

Porting Linux to Indigo R3k is difficult. There seems to be no
hardware documentation available (except Irix header files). So
porting will be a means of reading header files, using an oscilloscope
and disassembline Irix' kernel. 

> Any help would be greatly appreciated,

I'd really *love* to see Linux running on Indigo R3k, but I'm not
experienced enough to do the port. However, I'd like to help and
cooperate with more experienced programmers to make it running, but
they're more or less fixed to their bigger^Wfaster machines...

Michael, have you had any success with your Indigo R3k?

MfG, JBG

-- 
Fehler eingestehen, Größe zeigen: Nehmt die Rechtschreibreform zurück!!!
/* Jan-Benedict Glaw <jbglaw@lug-owl.de> -- +49-172-7608481 */
keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB
     "insmod vi.o and there we go..." (Alexander Viro on linux-kernel)

[-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --]

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

* Newbie Question
@ 2002-01-27 18:59 Robert Rusek
  2002-01-27 18:59 ` Robert Rusek
  0 siblings, 1 reply; 17+ messages in thread
From: Robert Rusek @ 2002-01-27 18:59 UTC (permalink / raw)
  To: linux-mips

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

I have been out of the loop for quite a while.  Is there a functional or
completed port of any of the RedHat flavors?  If so how would I go about
getting them?
 
Thanks,
--
Robert Rusek
 

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

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

* Newbie Question
  2002-01-27 18:59 Newbie Question Robert Rusek
@ 2002-01-27 18:59 ` Robert Rusek
  0 siblings, 0 replies; 17+ messages in thread
From: Robert Rusek @ 2002-01-27 18:59 UTC (permalink / raw)
  To: linux-mips

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

I have been out of the loop for quite a while.  Is there a functional or
completed port of any of the RedHat flavors?  If so how would I go about
getting them?
 
Thanks,
--
Robert Rusek
 

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

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

* newbie question
@ 2005-09-21 14:43 phess.linux
  2005-09-21 14:50 ` Nigel Stephens
  0 siblings, 1 reply; 17+ messages in thread
From: phess.linux @ 2005-09-21 14:43 UTC (permalink / raw)
  To: linux-mips

Hi there!

First I have to say that I'm a newbie without any experience with "linux
kernel". So don't blame me ;-)

I downloaded toolchains from MIPS Technologies.
I downloaded the newest version Linux 2.6.14-rc1 via CVS.

I installed the toolchain and tested some examples like "hello world" and
"minicom". They worked fine. I copied the linux kernel into a new folder of
the toolchain example directory. Then I tried to make (with command sde-make
menuconfig and then sde-make SBD=GSIM32L) the linux kernel. But all I get
are the following five lines:

  CHK     include/linux/version.h
  CC      arch/mips/kernel/asm-offsets.s
gcc: cannot specify -o with -c or -S and multiple compilations
sde-make[1]: *** [arch/mips/kernel/asm-offsets.s] Error 1
sde-make: *** [prepare0] Error 2

Now I need some help. Thx!

-- 
GMX DSL = Maximale Leistung zum minimalen Preis!
2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

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

* Re: newbie question
  2005-09-21 14:43 newbie question phess.linux
@ 2005-09-21 14:50 ` Nigel Stephens
  0 siblings, 0 replies; 17+ messages in thread
From: Nigel Stephens @ 2005-09-21 14:50 UTC (permalink / raw)
  To: phess.linux; +Cc: linux-mips



phess.linux@streber24.de wrote:

>Hi there!
>
>First I have to say that I'm a newbie without any experience with "linux
>kernel". So don't blame me ;-)
>
>I downloaded toolchains from MIPS Technologies.
>I downloaded the newest version Linux 2.6.14-rc1 via CVS.
>
>I installed the toolchain and tested some examples like "hello world" and
>"minicom". They worked fine. I copied the linux kernel into a new folder of
>the toolchain example directory. Then I tried to make (with command sde-make
>menuconfig and then sde-make SBD=GSIM32L) the linux kernel. But all I get
>are the following five lines:
>  
>

Don't try to use the bare-iron/embedded MIPS SDE toolchain to build a 
Linux kernel. Instead use the version which is configured as a Linux 
native or cross compiler. See 
http://www.linux-mips.org/wiki/Toolchains#MIPS_SDE

Nigel

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

end of thread, other threads:[~2005-09-21 14:51 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-13 15:43 Newbie question Bartosch Pixa
  -- strict thread matches above, loose matches on Subject: below --
2005-09-21 14:43 newbie question phess.linux
2005-09-21 14:50 ` Nigel Stephens
2002-01-27 18:59 Newbie Question Robert Rusek
2002-01-27 18:59 ` Robert Rusek
2001-06-13 13:59 Newbie question Bartosch Pixa
2001-06-13 15:07 ` Mat Withers
2001-06-13 15:22   ` Keith M Wesolowski
2001-06-13 15:14 ` Keith M Wesolowski
2001-06-13 21:50   ` mjpento
2001-06-15 12:12     ` Florian Lohoff
2001-06-15 13:31     ` Jan-Benedict Glaw
2001-02-19 13:11 strace sysmips support (was: Re: [FIX] sysmips(MIPS_ATMIC_SET, ...) ret_from_sys_call vs. o32_ret_from_sys_call) Wichert Akkerman
2001-02-19 19:52 ` newbie question Can Altineller
2001-02-20  7:06   ` David Jez
2001-02-20 20:26     ` Mike McDonald
2001-02-20 20:30       ` nick
2001-02-20 20:53       ` Ralf Baechle

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