* [parisc-linux] Palinux on a 712/60
@ 2000-11-14 19:20 Ian Zink
2000-11-14 22:32 ` Grant Grundler
0 siblings, 1 reply; 9+ messages in thread
From: Ian Zink @ 2000-11-14 19:20 UTC (permalink / raw)
To: 'parisc-linux@thepuffingroup.com'
I have a hp 712/60 I was trying to get loaded with Pa-linux. I'm using the
0.5 version of the Pa-linux cd. If I boot right off the CD it all loads
until it gets to Switching to PDC. At that point nothing happens. From I
have read the list, that is because the kernel is switching the text
console. However, the 712s don't have consoles. From what I have also read
the CD should work if you pass the kernel the parameter console=tty. So I
tried to "boot scsi.2.0 isl" from the boot_admin prompt. It gave me the
PALO ISL, but I could not choose which line I wanted to edit. Further, I
couldn't even type "b" to boot. I don't know if the isl is freezing or what
is taking place
What I am wondering is there a way to boot a 712/80 without having
to get cross-compiler gcc, compile the kernel, etc. Is there someway I could
add the ramdisk-sti.tgz on the ISO to make it work? If so, what would need
to be done?
Thanks,
Ian Zink, Systems Engineer
Maryville Technologies
540 Maryville Centre, Suite 300
St. Louis, MO 63141
636/519-4182
(FAX) 636/519-4141
ian.zink@maryville.com
www.maryville.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Palinux on a 712/60
2000-11-14 19:20 Ian Zink
@ 2000-11-14 22:32 ` Grant Grundler
0 siblings, 0 replies; 9+ messages in thread
From: Grant Grundler @ 2000-11-14 22:32 UTC (permalink / raw)
To: Ian Zink; +Cc: 'parisc-linux@thepuffingroup.com'
Ian Zink wrote:
> I have a hp 712/60 I was trying to get loaded with Pa-linux. I'm using the
> 0.5 version of the Pa-linux cd. If I boot right off the CD it all loads
> until it gets to Switching to PDC. At that point nothing happens. From I
> have read the list, that is because the kernel is switching the text
> console. However, the 712s don't have consoles.
712s have consoles. They have two outputs which can be used as
console by linux. The STI consoles (VGA-like spigot) and serial.
Connect a serial cable 9600-8-n-1 and run minicom at the other end.
> From what I have also read
> the CD should work if you pass the kernel the parameter console=tty. So I
> tried to "boot scsi.2.0 isl" from the boot_admin prompt. It gave me the
> PALO ISL, but I could not choose which line I wanted to edit. Further, I
> couldn't even type "b" to boot. I don't know if the isl is freezing or what
> is taking place
That's a different problem...pb?
> What I am wondering is there a way to boot a 712/80 without having
> to get cross-compiler gcc, compile the kernel, etc.
The CD was intended to also work on the 712 even though we may not have
tested on it.
> Is there someway I could
> add the ramdisk-sti.tgz on the ISO to make it work? If so, what would need
> to be done?
no clue. anyone else?
grant
Grant Grundler
Unix Systems Enablement Lab
+1.408.447.7253
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [parisc-linux] Palinux on a 712/60
@ 2000-11-14 23:08 Ian Zink
2000-11-14 23:18 ` Grant Grundler
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Ian Zink @ 2000-11-14 23:08 UTC (permalink / raw)
To: 'parisc-linux@thepuffingroup.com'
Thanks for the reply, Grant. However, the 712s do not have a serial console.
They do have a com port, but it does not work as a console, unfortunately.
So I need do need to get a STI enabled kernel. I dropped Paul Lahaie a note
to see if he could send me such a kernel so I do not have to create the
entire cross-platform development environment just to boot one of these
712s. After I get it, I plan on expanding the 0.5 iso and making a new one
using the STI console kernel.
Ian
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Palinux on a 712/60
2000-11-14 23:08 [parisc-linux] Palinux on a 712/60 Ian Zink
@ 2000-11-14 23:18 ` Grant Grundler
2000-11-15 10:25 ` Thomas Marteau
2000-11-20 8:57 ` Kaj-Michael Lang
2 siblings, 0 replies; 9+ messages in thread
From: Grant Grundler @ 2000-11-14 23:18 UTC (permalink / raw)
To: Ian Zink; +Cc: 'parisc-linux@thepuffingroup.com'
Ian Zink wrote:
> Thanks for the reply, Grant. However, the 712s do not have a serial console.
> They do have a com port, but it does not work as a console, unfortunately.
It does for linux. That's what the "Switching from PDC Console" is about.
Connect the serial cable to the com port and look at the output.
I've done it in the past and know it worked at least once.
I haven't tried it with the lasted ISO - no time to play w/712's now.
> So I need do need to get a STI enabled kernel. I dropped Paul Lahaie a note
> to see if he could send me such a kernel...
Paul just sent mail to the list indicating he's working on console issues.
Please let him work on it.
Trust me, he'll tell us when he's done. :^)
grant
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [parisc-linux] Palinux on a 712/60
@ 2000-11-15 9:05 Arnaud.ATOCH
2000-11-15 10:10 ` Andrew Shugg
0 siblings, 1 reply; 9+ messages in thread
From: Arnaud.ATOCH @ 2000-11-15 9:05 UTC (permalink / raw)
To: ian.zink, parisc-linux
Hi,
I got a couple of 715 and I'd love having access to an ISO image with STI
console kernel too.
-----Original Message-----
From: Ian Zink [mailto:ian.zink@maryville.com]
Sent: Wednesday, November 15, 2000 00:09
To: 'parisc-linux@thepuffingroup.com'
Subject: RE: [parisc-linux] Palinux on a 712/60
Thanks for the reply, Grant. However, the 712s do not have a serial console.
They do have a com port, but it does not work as a console, unfortunately.
So I need do need to get a STI enabled kernel. I dropped Paul Lahaie a note
to see if he could send me such a kernel so I do not have to create the
entire cross-platform development environment just to boot one of these
712s. After I get it, I plan on expanding the 0.5 iso and making a new one
using the STI console kernel.
Ian
---------------------------------------------------------------------------
To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
`unsubscribe' as the subject.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Palinux on a 712/60
2000-11-15 9:05 Arnaud.ATOCH
@ 2000-11-15 10:10 ` Andrew Shugg
2000-11-15 20:49 ` Matt Taggart
0 siblings, 1 reply; 9+ messages in thread
From: Andrew Shugg @ 2000-11-15 10:10 UTC (permalink / raw)
To: parisc-linux
Arnaud.ATOCH@oecd.org said:
> Hi,
>
> I got a couple of 715 and I'd love having access to an ISO image with STI
> console kernel too.
I've never made an El Torito CDROM, is it possible to have multiple boot
images and a boot loader on a single disc? ie could the actual boot
image be a boot loader (PALO) which then points at one or more kernels
on the CDROM?
Andrew.
--
Andrew Shugg <andrew@neep.com.au> http://www.neep.com.au/
"Just remember, Mr Fawlty, there's always someone worse off than yourself."
"Is there? Well I'd like to meet him. I could do with a good laugh."
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Palinux on a 712/60
2000-11-14 23:08 [parisc-linux] Palinux on a 712/60 Ian Zink
2000-11-14 23:18 ` Grant Grundler
@ 2000-11-15 10:25 ` Thomas Marteau
2000-11-20 8:57 ` Kaj-Michael Lang
2 siblings, 0 replies; 9+ messages in thread
From: Thomas Marteau @ 2000-11-15 10:25 UTC (permalink / raw)
To: Ian Zink, parisc-linux
Hi Ian,
If you like to see a linux kernel booting on your 712, you can donwload
a fully operationnal root file system with the STI console and an extra
terminal with
the RS232 port at
http://www.esiee.fr/puffin
You have also all the info to make a bootable hard disk so try it and give
us feedback...
Bye,
Thomas Marteau
ESIEE Team
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Palinux on a 712/60
2000-11-15 10:10 ` Andrew Shugg
@ 2000-11-15 20:49 ` Matt Taggart
0 siblings, 0 replies; 9+ messages in thread
From: Matt Taggart @ 2000-11-15 20:49 UTC (permalink / raw)
To: parisc-linux
Andrew Shugg writes...
> Arnaud.ATOCH@oecd.org said:
> > Hi,
> >
> > I got a couple of 715 and I'd love having access to an ISO image with STI
> > console kernel too.
>
> I've never made an El Torito CDROM, is it possible to have multiple boot
> images and a boot loader on a single disc?
El Torito is a PC thing. It makes the front of a CDROM look like a floppy to
the PC BIOS. For hppa you put a lifimage on the front of the CDROM(or tape or
HDD, etc).
> ie could the actual boot
> image be a boot loader (PALO) which then points at one or more kernels
> on the CDROM?
Maybe. Paul Bame is the expert though. I think he had to do some work to get
palo to be able to see a kernel on an ISO9660 filesystem. I don't know if it
can currently be interruped and pointed at a different kernel. Paul?
--
Matt Taggart
taggart@fc.hp.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [parisc-linux] Palinux on a 712/60
2000-11-14 23:08 [parisc-linux] Palinux on a 712/60 Ian Zink
2000-11-14 23:18 ` Grant Grundler
2000-11-15 10:25 ` Thomas Marteau
@ 2000-11-20 8:57 ` Kaj-Michael Lang
2 siblings, 0 replies; 9+ messages in thread
From: Kaj-Michael Lang @ 2000-11-20 8:57 UTC (permalink / raw)
To: Ian Zink, parisc-linux
> Thanks for the reply, Grant. However, the 712s do not have a serial
console.
Yes it does.. it's just undocumented. Unfortunately I don't have the
information here, but
I have succesfully changed the console to serial on one of my 712.
Kaj-Michael Lang
milang@tal.org
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2000-11-20 8:52 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-14 23:08 [parisc-linux] Palinux on a 712/60 Ian Zink
2000-11-14 23:18 ` Grant Grundler
2000-11-15 10:25 ` Thomas Marteau
2000-11-20 8:57 ` Kaj-Michael Lang
-- strict thread matches above, loose matches on Subject: below --
2000-11-15 9:05 Arnaud.ATOCH
2000-11-15 10:10 ` Andrew Shugg
2000-11-15 20:49 ` Matt Taggart
2000-11-14 19:20 Ian Zink
2000-11-14 22:32 ` Grant Grundler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox