All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux on SNI RM300E ?
@ 2004-07-06  9:12 Thomas Kunze
  2004-07-06 19:35 ` Ralf Baechle
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Kunze @ 2004-07-06  9:12 UTC (permalink / raw)
  To: linux-mips

Hi,

i've tried to install Debian Woody MIPS on my SNI RM300E but i can't get it work.
bootp() and tftp() works. the bios load's the tftpboot.img over the net. after that
only an exception appears on the screen. the boot screen looks like this:

Obtaining /tftpboot/sash_pci from server
2027520+1762928+95120 entry 0x8800246C

EXCEPTION: <vector=UTLBMiss>
EXCEPTION pc: 0x8800246C
Cause register: 0x800C
Status register: 0x200010003
Bad Vaddress: 0x3C40

is anybody out there how can help me?

with best regards
thomas

-------------------------------------------------------------------------------------------
***Protect your PC from local E-Mail Application security holes***
***Maintain your Privacy - MS Passport Free***
***Anti SPAM "Whitelist" feature***

http://www.xmail.net Web E-Mail, accessible anywhere, 128 bit SSL Secure

Voice Messages, Voice Calls (VoIP), Video Conferencing,  
XMail Messenger, Personal Web Hosting, Private Disk Storage,  
Calendar, Bookmarks, Forwarding, Virtual Mail Map Aliasing

XMail Premium: 20 - 250MB Storage, 20MB Messages, SMTP, POP3, Ad Free
Starting at $9.95 per year
-------------------------------------------------------------------------------------------
Anonymous Web Surfing http://www.snoopblocker.com
Search http://www.teradex.com

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

* Re: Linux on SNI RM300E ?
  2004-07-06 10:14 ` Thomas Kunze
@ 2004-07-06 10:06   ` Thiemo Seufer
  2004-07-06 11:48     ` Thomas Kunze
  2004-07-06 10:18     ` Alexander Voropay
  1 sibling, 1 reply; 10+ messages in thread
From: Thiemo Seufer @ 2004-07-06 10:06 UTC (permalink / raw)
  To: Thomas Kunze; +Cc: a.voropay, linux-mips

Thomas Kunze wrote:
> Quoting Alexander Voropay <a.voropay@vmb-service.ru>:
> 
> >  AFAIK, the RM300E is an ARC compatible. (?)
> i don't no. i saw something like that on the net. but nothing about that in the manuals
> that i have.

It is, AFAIK. But the woody kernel is for a SGI Indy/Indigo2, not for
RM300E. The linux-mips.org tree has only support for RM200C, adding
support for RM300E is probably not that complicated if it is similiar
enough.

> >  So, try to load "arcdiag" utility instead of kernel :
> > 
> > ftp://ftp.sra.co.jp/pub/os/NetBSD/misc/arc/
> > 
> i've downloaded the arcdiag-0.2 and served it via tftp. but the RM300E don't like that
> file. it only says "Bad magic number". what does this mean (little/bigendian)? 

Wrong endianness. Your machine apparently has big endian firmware.


Thiemo

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

* RE: Linux on SNI RM300E ?
       [not found] <038c01c46334$38621de0$0200000a@ALEC>
@ 2004-07-06 10:14 ` Thomas Kunze
  2004-07-06 10:06   ` Thiemo Seufer
  2004-07-06 10:18     ` Alexander Voropay
  0 siblings, 2 replies; 10+ messages in thread
From: Thomas Kunze @ 2004-07-06 10:14 UTC (permalink / raw)
  To: a.voropay; +Cc: linux-mips

Quoting Alexander Voropay <a.voropay@vmb-service.ru>:

>  AFAIK, the RM300E is an ARC compatible. (?)
i don't no. i saw something like that on the net. but nothing about that in the manuals
that i have.
> 
>  So, try to load "arcdiag" utility instead of kernel :
> 
> ftp://ftp.sra.co.jp/pub/os/NetBSD/misc/arc/
> 
i've downloaded the arcdiag-0.2 and served it via tftp. but the RM300E don't like that
file. it only says "Bad magic number". what does this mean (little/bigendian)? 

the same error-message appears when the to load mipsel boot-images.

with best regards
thomas

-------------------------------------------------------------------------------------------
***Protect your PC from local E-Mail Application security holes***
***Maintain your Privacy - MS Passport Free***
***Anti SPAM "Whitelist" feature***

http://www.xmail.net Web E-Mail, accessible anywhere, 128 bit SSL Secure

Voice Messages, Voice Calls (VoIP), Video Conferencing,  
XMail Messenger, Personal Web Hosting, Private Disk Storage,  
Calendar, Bookmarks, Forwarding, Virtual Mail Map Aliasing

XMail Premium: 20 - 250MB Storage, 20MB Messages, SMTP, POP3, Ad Free
Starting at $9.95 per year
-------------------------------------------------------------------------------------------
Anonymous Web Surfing http://www.snoopblocker.com
Search http://www.teradex.com

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

* RE: Linux on SNI RM300E ?
@ 2004-07-06 10:18     ` Alexander Voropay
  0 siblings, 0 replies; 10+ messages in thread
From: Alexander Voropay @ 2004-07-06 10:18 UTC (permalink / raw)
  To: 'Thomas Kunze'; +Cc: linux-mips



>i've downloaded the arcdiag-0.2 and served it via tftp. but the RM300E
don't like that file.
>it only says "Bad magic number". what does this mean
(little/bigendian)? 

>the same error-message appears when the to load mipsel boot-images.

 Do you have an originas OS (SINIX ?) supplied with this server ?
Try a `file` GNU utility:
$ file <ANY_BINARIES_FROM_THE_ORIGINAL_OS>
or
$ file <KERNEL_IMAGE_FROM_THE_ORIGINAL_OS>

 Some modern loaders requires ELF binaries (not COFF) so you should
know a full binary file format to load (ELF/COFF/little/bigendian).


--
-=AV=-

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

* RE: Linux on SNI RM300E ?
@ 2004-07-06 10:18     ` Alexander Voropay
  0 siblings, 0 replies; 10+ messages in thread
From: Alexander Voropay @ 2004-07-06 10:18 UTC (permalink / raw)
  To: 'Thomas Kunze'; +Cc: linux-mips



>i've downloaded the arcdiag-0.2 and served it via tftp. but the RM300E
don't like that file.
>it only says "Bad magic number". what does this mean
(little/bigendian)? 

>the same error-message appears when the to load mipsel boot-images.

 Do you have an originas OS (SINIX ?) supplied with this server ?
Try a `file` GNU utility:
$ file <ANY_BINARIES_FROM_THE_ORIGINAL_OS>
or
$ file <KERNEL_IMAGE_FROM_THE_ORIGINAL_OS>

 Some modern loaders requires ELF binaries (not COFF) so you should
know a full binary file format to load (ELF/COFF/little/bigendian).


--
-=AV=-

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

* Re: Linux on SNI RM300E ?
  2004-07-06 11:41     ` Thomas Kunze
@ 2004-07-06 10:45       ` Jan-Benedict Glaw
  0 siblings, 0 replies; 10+ messages in thread
From: Jan-Benedict Glaw @ 2004-07-06 10:45 UTC (permalink / raw)
  To: linux-mips

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

On Tue, 2004-07-06 03:41:17 -0800, Thomas Kunze <thomas.kunze@xmail.net>
wrote in message <1089110477.40ea81cd8e976@www.x-mail.net>:
> >  Do you have an originas OS (SINIX ?) supplied with this server ?
> > Try a `file` GNU utility:
> > $ file <ANY_BINARIES_FROM_THE_ORIGINAL_OS>
> > or
> > $ file <KERNEL_IMAGE_FROM_THE_ORIGINAL_OS>
> > 
> >  Some modern loaders requires ELF binaries (not COFF) so you should
> > know a full binary file format to load (ELF/COFF/little/bigendian).
> 
> yepp, sinix reliant 5.44 is installed and boots up. BUT, i have no login no password.
> and the previous owner can't remember any login or password. also, i don't have any
> orig. CD's for the RM300E. it seems that the machine is running in bigendian mode.

I don't know what filesystem Sinix used, maybe you can rip off the
disks and attach them to any other Linux box. Possibly you can mount the
filesystem(s), but even if not, you can use a hex editor to zero out
root's password on the raw disk :-)

MfG, JBG

-- 
   Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg
    fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!
   ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

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

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

* Re: Linux on SNI RM300E ?
  2004-07-06 11:48     ` Thomas Kunze
@ 2004-07-06 11:41       ` Thiemo Seufer
  0 siblings, 0 replies; 10+ messages in thread
From: Thiemo Seufer @ 2004-07-06 11:41 UTC (permalink / raw)
  To: Thomas Kunze; +Cc: linux-mips

Thomas Kunze wrote:
> Quoting Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de>:
> 
> > It is, AFAIK. But the woody kernel is for a SGI Indy/Indigo2, not for
> > RM300E. The linux-mips.org tree has only support for RM200C, adding
> > support for RM300E is probably not that complicated if it is similiar
> > enough.
> 
> OK. what are the next steps to get a bigendian bootimage for the RM300E? 
> are there any sources available to compile for the RM300? 
> is there a bootimage for the RM200C that i can give a try?

I would try current CVS HEAD, compile the RM200C configuration and
see where it dies. No need to bother about a complete boot image
at this stage. Welcome to the world of kernel porting. :-)

(You need a kernel converted to ECOFF for this, like it is done
for some other machines via elf2ecoff.)


Thiemo

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

* RE: Linux on SNI RM300E ?
  2004-07-06 10:18     ` Alexander Voropay
  (?)
@ 2004-07-06 11:41     ` Thomas Kunze
  2004-07-06 10:45       ` Jan-Benedict Glaw
  -1 siblings, 1 reply; 10+ messages in thread
From: Thomas Kunze @ 2004-07-06 11:41 UTC (permalink / raw)
  To: a.voropay; +Cc: linux-mips

>  Do you have an originas OS (SINIX ?) supplied with this server ?
> Try a `file` GNU utility:
> $ file <ANY_BINARIES_FROM_THE_ORIGINAL_OS>
> or
> $ file <KERNEL_IMAGE_FROM_THE_ORIGINAL_OS>
> 
>  Some modern loaders requires ELF binaries (not COFF) so you should
> know a full binary file format to load (ELF/COFF/little/bigendian).

yepp, sinix reliant 5.44 is installed and boots up. BUT, i have no login no password.
and the previous owner can't remember any login or password. also, i don't have any
orig. CD's for the RM300E. it seems that the machine is running in bigendian mode.

with best regards
thomas

-------------------------------------------------------------------------------------------
***Protect your PC from local E-Mail Application security holes***
***Maintain your Privacy - MS Passport Free***
***Anti SPAM "Whitelist" feature***

http://www.xmail.net Web E-Mail, accessible anywhere, 128 bit SSL Secure

Voice Messages, Voice Calls (VoIP), Video Conferencing,  
XMail Messenger, Personal Web Hosting, Private Disk Storage,  
Calendar, Bookmarks, Forwarding, Virtual Mail Map Aliasing

XMail Premium: 20 - 250MB Storage, 20MB Messages, SMTP, POP3, Ad Free
Starting at $9.95 per year
-------------------------------------------------------------------------------------------
Anonymous Web Surfing http://www.snoopblocker.com
Search http://www.teradex.com

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

* Re: Linux on SNI RM300E ?
  2004-07-06 10:06   ` Thiemo Seufer
@ 2004-07-06 11:48     ` Thomas Kunze
  2004-07-06 11:41       ` Thiemo Seufer
  0 siblings, 1 reply; 10+ messages in thread
From: Thomas Kunze @ 2004-07-06 11:48 UTC (permalink / raw)
  To: Thiemo Seufer; +Cc: linux-mips

Quoting Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de>:

> It is, AFAIK. But the woody kernel is for a SGI Indy/Indigo2, not for
> RM300E. The linux-mips.org tree has only support for RM200C, adding
> support for RM300E is probably not that complicated if it is similiar
> enough.

OK. what are the next steps to get a bigendian bootimage for the RM300E? 
are there any sources available to compile for the RM300? 
is there a bootimage for the RM200C that i can give a try?

with best regards
thomas
-------------------------------------------------------------------------------------------
***Protect your PC from local E-Mail Application security holes***
***Maintain your Privacy - MS Passport Free***
***Anti SPAM "Whitelist" feature***

http://www.xmail.net Web E-Mail, accessible anywhere, 128 bit SSL Secure

Voice Messages, Voice Calls (VoIP), Video Conferencing,  
XMail Messenger, Personal Web Hosting, Private Disk Storage,  
Calendar, Bookmarks, Forwarding, Virtual Mail Map Aliasing

XMail Premium: 20 - 250MB Storage, 20MB Messages, SMTP, POP3, Ad Free
Starting at $9.95 per year
-------------------------------------------------------------------------------------------
Anonymous Web Surfing http://www.snoopblocker.com
Search http://www.teradex.com

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

* Re: Linux on SNI RM300E ?
  2004-07-06  9:12 Linux on SNI RM300E ? Thomas Kunze
@ 2004-07-06 19:35 ` Ralf Baechle
  0 siblings, 0 replies; 10+ messages in thread
From: Ralf Baechle @ 2004-07-06 19:35 UTC (permalink / raw)
  To: Thomas Kunze; +Cc: linux-mips

On Tue, Jul 06, 2004 at 01:12:20AM -0800, Thomas Kunze wrote:

> i've tried to install Debian Woody MIPS on my SNI RM300E but i can't get
> it work.

I support the RM200C in the little endian configuration and I'm probably the
only user of Linux on an RM machine at all.  Afaik no little endian systems
have been shipped since SNI and Microsoft axed NT for MIPS making my
configuration extremly rare and I've not been able to obtain the big endian
firmware for the system - which is showing signs of upcoming hardware death
so whenever that happens I won't be able to support the SNI [1] code anymore.
Just to make life a little bit more misserable I only have hardware
documentation on the RM200/300 C (possibly D, would have to check) series
so I have not idea to what degree the architecture differs the RM300.

Conversion of the existing code to work on a big endian RM200/300C would
be easy to do though and I can help whoever wants to try ...

  Ralf

[1] RM hardware dumped in front of my door accepted ;-)

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

end of thread, other threads:[~2004-07-06 19:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-06  9:12 Linux on SNI RM300E ? Thomas Kunze
2004-07-06 19:35 ` Ralf Baechle
     [not found] <038c01c46334$38621de0$0200000a@ALEC>
2004-07-06 10:14 ` Thomas Kunze
2004-07-06 10:06   ` Thiemo Seufer
2004-07-06 11:48     ` Thomas Kunze
2004-07-06 11:41       ` Thiemo Seufer
2004-07-06 10:18   ` Alexander Voropay
2004-07-06 10:18     ` Alexander Voropay
2004-07-06 11:41     ` Thomas Kunze
2004-07-06 10:45       ` Jan-Benedict Glaw

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.