mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jan Kasprzak <kas@informatics.muni.cz>
To: Jesse Barnes <jbarnes@engr.sgi.com>,
	Nathan Straz <nstraz@sgi.com>, Paul Jackson <pj@sgi.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Stock IA64 kernel on SGI Altix 350
Date: Thu, 3 Jun 2004 22:09:06 +0200	[thread overview]
Message-ID: <20040603200905.GA27701@fi.muni.cz> (raw)
In-Reply-To: <200406031030.36181.jbarnes@engr.sgi.com>

	Wow, mail to lkml is way faster than asking local SGI support :-).
Thank you all for fast reply and sorry for posting to the wrong list.

Jesse Barnes wrote:
: The 2.6 kernel, as of 2.6.0-test10 iirc, should work ok.  Recent kernels 
: contain an 'sn2_defconfig' file that you can use to build a usable kernel:
:   # tar zxf linux-2.6.6.tar.gz
:   # cd linux-2.6.6
:   # make sn2_defconfig
:   # make -j<some high number> compressed
:   # boot your kernel
: 
	Thanks, I did not know about sn2_defconfig nor compressed
(I was trying to boot gzip-9'ed vmlinux, which was probably the reason
of why I failed). Is make sn2_defconfig and make compressed documented
anywhere in the kernel sources? I think short Documentation/ia64/README.Altix
or README.sn2 would be helpful.

	However - it still does not work, altough I got at least some
console messages. I have tried both stock 2.6.6 and 2.6.7-rc2-mm2
(make sn2_defconfig, make -j compressed).

Uncompressing Linux... done
Memory: 11803200k/11929104k available (7422k code, 137904k reserved, 4016k data, 336k init)
McKinley Errata 9 workaround not needed; disabling it
Calibrating delay loop... 2077.40 BogoMIPS
Dentry cache hash table entries: 2097152 (order: 10, 16777216 bytes)
Inode-cache hash table entries: 1048576 (order: 9, 8388608 bytes)
Mount-cache hash table entries: 1024 (order: 0, 16384 bytes)
Boot processor id 0x0/0x0
task migration cache decay timeout: 10 msecs.
Mount-cache hash table entries: 1024 (order: 0, 16384 bytes)
Boot processor id 0x0/0x0
task migration cache decay timeout: 10 msecs.
CPU 1: base freq=200.000MHz, ITC ratio=14/2, ITC freq=1400.000MHz+/--1ppm
Calibrating delay loop... 16.44 BogoMIPS

... both kernel versions (2.6.6 and 2.6.7-rc2-mm2) hang there. Also note
the strange bogomips value for CPU 1. The system has three bricks
(6 CPUs, 1400MHz/3MB cache). Firmware is pretty recent (the newest
we could find at www.sgi.com):

002c06#0a: SGI SAL Version 3.25 rel040225 IP41 built 12:01:43 PM Feb 25, 2004

I have the following compiler (default in SLES 8):

$ gcc -v
Reading specs from /usr/lib/gcc-lib/ia64-suse-linux/3.2.2/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit ia64-suse-linux
Thread model: posix
gcc version 3.2.2

: But don't forget that you need to pass 'console=ttyS0' on your kernel boot 
: line (it's easiest to add this to your elilo.conf file).

	Yes, of course. I have the following in my elilo.conf:

prompt
timeout = 80
read-only
relocatable
 
image = /vmlinuz-2.6.6
    label = 2.6.6
    root = 900
    append = "console=ttyS0"
[...]

: Yep, linux-ia64@vger.kernel.org
: 
	OK.

: Stock (i.e. non-SGI or non-SuSE) 2.4 kernels won't work on Altix.  You need 
: 2.6.
: 
	OK. 2.6 was my primary target, I have tried 2.4 only because
2.6 failed to me.

: It should work fine.  And linux-ia64 is probably a better list (more chance of 
: me seeing your message).
: 
	Thanks, I will subscribe to it.

-Yenya

-- 
| Jan "Yenya" Kasprzak  <kas at {fi.muni.cz - work | yenya.net - private}> |
| GPG: ID 1024/D3498839      Fingerprint 0D99A7FB206605D7 8B35FCDE05B18A5E |
| http://www.fi.muni.cz/~kas/   Czech Linux Homepage: http://www.linux.cz/ |
++> I consider none of the code I contributed to glibc (which is quite a <++
++> lot) to be as part of the GNU project.             -- Ulrich Drepper <++

  reply	other threads:[~2004-06-03 20:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-03 17:01 Jan Kasprzak
2004-06-03 17:30 ` Jesse Barnes
2004-06-03 20:09   ` Jan Kasprzak [this message]
2004-06-03 20:19     ` Jesse Barnes
2004-06-03 20:41       ` Jan Kasprzak
2004-06-04 12:09     ` Jan-Benedict Glaw
2004-06-04 15:03       ` Linus Torvalds
2004-06-03 17:34 ` Paul Jackson
     [not found] <962201031@toto.iv>
2004-06-04  3:59 ` Peter Chubb

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040603200905.GA27701@fi.muni.cz \
    --to=kas@informatics.muni.cz \
    --cc=jbarnes@engr.sgi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nstraz@sgi.com \
    --cc=pj@sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®