From owner-freebsd-ia64@FreeBSD.ORG Mon May 3 04:05:00 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBDBB16A4CE for ; Mon, 3 May 2004 04:05:00 -0700 (PDT) Received: from ausc60ps301.us.dell.com (ausc60ps301.us.dell.com [143.166.148.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C33143D5F for ; Mon, 3 May 2004 04:05:00 -0700 (PDT) (envelope-from Muthu_T@Dell.com) Received: from ausxicpc104.aus.amer.dell.com (HELO AUSX2KCPC115.aus.amer.dell.com) (10.166.84.69) by ausc60ps301.us.dell.com with ESMTP; 03 May 2004 06:04:59 -0500 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Date: Mon, 3 May 2004 16:34:50 +0530 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Dell PE3250 + FreeBSD 5.2.1 Thread-Index: AcQvAThlU1+8M0zjRbCDLBTvZ3t8xAB/GcCw From: To: , X-OriginalArrivalTime: 03 May 2004 11:04:51.0186 (UTC) FILETIME=[74C12D20:01C430FE] cc: freebsd-ia64@freebsd.org Subject: RE: Dell PE3250 + FreeBSD 5.2.1 X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 11:05:00 -0000 Hi Jason, > -----Original Message----- > From: Jason M. Leonard [mailto:fuzz@ldc.upenn.edu]=20 > Sent: Saturday, May 01, 2004 3:47 AM > To: Arun Sharma > Cc: T, Muthu; freebsd-ia64@freebsd.org > Subject: Re: Dell PE3250 + FreeBSD 5.2.1 >=20 >=20 >=20 > On Fri, 30 Apr 2004, Arun Sharma wrote: >=20 > > On 4/27/2004 5:05 AM, Muthu_T@Dell.com wrote: > > > > > After the following line, I see only the blinking cursor. > > > > > > "Entering /boot/kernel/kernel at 0xe000000004058000..." > > > > > > > Here's what I use on a Intel Tiger4, which I believe is=20 > pretty close=20 > > to the PE3250. > > > > hint.sio.0.flags=3D0 > > hint.sio.1.flags=3D0x90 > > hint.uart.0.flags=3D0 > > hint.uart.1.flags=3D0x90 > > hint.uart.0.port=3D0x2f8 > > boot_serial=3D"YES" >=20 > This is sufficient to boot the 5.2.1 installer on a PE3250: >=20 > hint.uart.0.port=3D0x2f8 >=20 With above line I can able to see the boot outputs in the Hyperterminal. But when the Options (1 for Standard ANSI terminal, 2 for VT100 terminal, etc..), are displayed whatever input I press, nothing happens.=20 I don't know whether Hyperterminal doesn't transfer the input to otherside,=20 Or the Other side (kernel) is not reading from the serial input. So I am struct at this Terminal selection screen. BTW, what needs to be done to use the standard console screen instead of serialconsole For FreeBSD-IA64?=20 Redhat AS2.1/AS3.0 supports standard console for IA-64 installation. Any comments? Thanks. > Also needed, but set by default, are: >=20 > hint.uart.0.flags=3D0x10 > hint.uart.0.baud=3D115200 # or your baud of choice >=20 >=20 > :Fuzz >=20 > > > > And after the install, I use this in my: > > > > /boot1/boot/loader.conf.local: (/boot1 =3D EFI mount point) > > > > > > vfs.root.mountfrom=3D"ufs:da1s4a" = kernel=3D"/kernel/my-custom-kernel" > > > > If your box doesn't have a PS/2 keyboard, in order to get the USB=20 > > keyboard working: > > > > /etc/rc.conf: > > > > usbd_enable=3D"YES" > > > > /etc/rc.ia64: > > > > kbdcontrol -k /dev/kbd1 < /dev/ttyv0 > /dev/null > > > > -Arun > > >=20 T. Muthu Mohan