SAM's stuck in "Guest Console" after run_sam.sh

Hi

After setting up SAM_ROOT and SUN_STUDIO, I ran run_sam.sh.

But SAM is stuck only showing "Connecting to compute:33269 netcons: control-character is ^]".

I waited 10m. In general prompt, not "Guest Console", the following message is shown without change in "Guest Consol",

-

loading python interpreter....

starting py interface...

UI: start py thread, tid = 7

stop: # Python 2.4.2 (#1, Dec 5 2005, 10:46:53) [C]

sam>>>

-

BTW I wonder I need Studio program installed in OS.

[558 byte] By [Heeyeol] at [2007-11-26 9:46:38]
# 1
It's probably waiting for your inputs..Did you type "run" at the sam prompt ? Type "run" is mentioned in the README.sam, step 2. C.
OpenSparc at 2007-7-7 0:51:54 > top of Java-index,Open Source Technologies,OpenSPARC...
# 2

In 2.C what's "Sam Console"? Is it "Guest Console"?

In "Guest Console" there is no chance of typing "run" even after 30m-waiting. The message on it is

-

Connecting to opensparc:32849

netcons: control-character is ^]

-

In launching prompt,

-

[2151][hyyu@opensparc:~/SAM/OpenSPARCT1_SAM_work]$ run_sam.sh

SAM Version 5.1.20, Copyright (c) 2001-2006 Sun Microsystems, Inc.

The log file is /home/hyyu/SAM/OpenSPARCT1_SAM_work/blaze_log.3890

SAM start script is <sam-1p.rc>

....

UI(load): loading <disk.s10hw2> memory image ...

loading disk.s10hw2, base addr 0x0000001f40000000, size 0x20000000

..................................................52428800 bytes

..................................................104857600 bytes

..................................................157286400 bytes

....

dlopen: "lib/libpy.so" Found!

loading python interpreter....

starting py interface...

UI: start py thread, tid = 5

stop: # Python 2.4.2 (#1, Dec 5 2005, 10:46:53) [C]

sam>>>

--

Here I typed "run", then there is another message.

--

sam>>> run

start running....

sam>>> sh: psrinfo: not found

sh: psrinfo: not found

WARN: not enough host-cpus(0) for sim-threads(1)

SYS: cpu-worker-thread[0] tid = 6; cpus={0,}

run:

sam>>> Ni DUMMY ASI, WR 0x4b VA 0x0000000000000000 Val 0x3

Then it's stuck.

Heeyeol at 2007-7-7 0:51:54 > top of Java-index,Open Source Technologies,OpenSPARC...
# 3
You need psrinfo in your path.Try adding /usr/sbin in your path. Typicallythere is /usr/sbin/psrinfo on SPARC/Solaris systems,your system installation may vary.
OpenSparc at 2007-7-7 0:51:54 > top of Java-index,Open Source Technologies,OpenSPARC...