From owner-freebsd-arm@FreeBSD.ORG Mon Nov 7 21:33:27 2005 Return-Path: X-Original-To: arm@freebsd.org Delivered-To: freebsd-arm@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C64E16A41F for ; Mon, 7 Nov 2005 21:33:27 +0000 (GMT) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACAFD43D88 for ; Mon, 7 Nov 2005 21:33:21 +0000 (GMT) (envelope-from mlfbsd@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.13.3/8.12.11) with ESMTP id jA7M0uQ2019689; Mon, 7 Nov 2005 23:00:56 +0100 (CET) (envelope-from mlfbsd@dong.ci0.org) Received: (from mlfbsd@localhost) by dong.ci0.org (8.13.3/8.12.11/Submit) id jA7M0tYP019688; Mon, 7 Nov 2005 23:00:55 +0100 (CET) (envelope-from mlfbsd) Date: Mon, 7 Nov 2005 23:00:55 +0100 From: Olivier Houchard To: John E Hein Message-ID: <20051107220055.GA19556@ci0.org> References: <17263.45089.674028.343654@gromit.timing.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17263.45089.674028.343654@gromit.timing.com> User-Agent: Mutt/1.4.1i Cc: arm@freebsd.org Subject: Re: boot times X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 21:33:27 -0000 On Mon, Nov 07, 2005 at 12:50:57PM -0700, John E Hein wrote: > What kind of boot times are people seeing in freebsd/arm? I'm looking > at using an Atmel AT91RM9200. Hi, It all depends at what you load at boot time :-) on my xscale board, it takes me 1 minute to boot my arm board to the Login prompt, but that includes loading the kernel in TFTP, mounting an NFS root, and the normal FreeBSD boot sequence, launching sendmail, sshd, running ntpdate, etc I can make a kernel that once loaded, brings me to single user in 13 seconds, and most of the time is spent mounting the NFS root, so it's really up to what you plan your configuration to be. Regards, Olivier