From owner-freebsd-small Thu Dec 20 22:45:47 2001 Delivered-To: freebsd-small@freebsd.org Received: from hireindex.com (adsl-216-102-90-59.dsl.snfc21.pacbell.net [216.102.90.59]) by hub.freebsd.org (Postfix) with ESMTP id 82F6737B416 for ; Thu, 20 Dec 2001 22:45:43 -0800 (PST) Received: from kidserver (kidserver.hireindex.com [192.168.138.22]) by services.hireindex.com (8.11.6/8.11.6) with SMTP id fBK74kF29928 for ; Wed, 19 Dec 2001 23:04:47 -0800 (PST) (envelope-from landers@hireindex.com) Message-ID: <006601c18924$6b514240$168aa8c0@hireindex.com> From: "Joe Landers" To: References: <20011219171833.C48535@moaner.org> Subject: Re: FemBSD Date: Wed, 19 Dec 2001 23:03:24 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Does the FreeBSD boot loader use ANSI sequences (or something other then > vt100)? For some reason, all I see is funkiness depending on the > terminal program during the boot loader work. Teraterm shows one line > being written over and over during each prompt (BIOS C: /|\ etc..), > while cu jets to the top of the screen and only shows one character at a > time. However, once the kernel is loaded and processing, the screen > draws correctly. Iım not sure whom to blame, Soren or the boot loader? > emBSd (based off of OpenBSD) doesnıt seem to have this problem. The boot sequence uses standard ASCII with some ^H and ^M's thrown in. To connect to my Net4501, I use 'tip' with the following entry in /etc/remote: net4501:dv=/dev/cuaa0:br#19200:pa=none: You didn't mention what speed you're using for the serial port. Perhaps the speeds in the boot loader and the kernel aren't matched? The default speed of the serial port is 9600 at boot. If you want to change it, you can look in the file /usr/src/sys/i386/boot/biosboot/README.serial for directions. I changed mine to use 19200. Once past the boot loader, the setting in the kernel configuration file applies. > How do folks maximize the lifetime of their CF card turned hard drive? > Can one do more then mount / read-only and /var as a memory file system? MFS is the best way to maximize the lifetime of the flash. I unpack what I need from a compressed archive into an MFS. More memory in the 4501 would help. However, with embedded systems, life is full of compromises. Joe Landers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message