From owner-freebsd-arm@FreeBSD.ORG Thu Jan 5 17:14:23 2006 Return-Path: X-Original-To: freebsd-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 8234816A41F for ; Thu, 5 Jan 2006 17:14:23 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D5443D6A for ; Thu, 5 Jan 2006 17:14:22 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k05HD43V026314; Thu, 5 Jan 2006 10:13:05 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 05 Jan 2006 10:13:22 -0700 (MST) Message-Id: <20060105.101322.25159046.imp@bsdimp.com> To: Karsten.Brandt@sick.de From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 05 Jan 2006 10:13:05 -0700 (MST) Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD on a TI TMS470 controller board 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: Thu, 05 Jan 2006 17:14:23 -0000 In message: Karsten Brandt writes: : Ok, I've two versions of the FreeBSD sources on many CD's: FreeBSD 4.5 and : FreeBSD 5.1. : : Which version should I use? Or is a newer version required? FreeBSD 6.0 has considerably newer arm support. FreeBSD -current has even better arm support, but a big MFC is planned before 6.1 release, iirc. : Could you me say which size has the kernel normally, when we use only the : basic functionalty? I've built kernels that compress down to about 650k. There's some work needed to FreeBSD's configuration system to make it easier to select less. : In my embedded environment I don't need console, mouse, network features : and so on. Without network, I think the above would be even smaller. : Now I download the patches and try to install the development environment : tomorrow. I've been working on a port to an embedded arm chip, and it has been going quickly. The frustrating part is getting memory setup right. After that, it has been a matter of cranking out device drivers.. Warner