From owner-freebsd-questions@FreeBSD.ORG Thu Oct 24 13:24:12 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 10A315C7 for ; Thu, 24 Oct 2013 13:24:12 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id DDFE22E18 for ; Thu, 24 Oct 2013 13:24:11 +0000 (UTC) Received: by be-well.ilk.org (Postfix, from userid 1147) id 230DF33C3B; Thu, 24 Oct 2013 09:24:11 -0400 (EDT) From: Lowell Gilbert To: John.Kitz@xs4all.nl Subject: Re: FreeBSD distribution for ARM processors. References: <001d01ced02e$aaf29260$00d7b720$@Kitz@xs4all.nl> Date: Thu, 24 Oct 2013 09:24:11 -0400 In-Reply-To: <001d01ced02e$aaf29260$00d7b720$@Kitz@xs4all.nl> (John W. Kitz's message of "Wed, 23 Oct 2013 22:30:08 +0200") Message-ID: <44bo2ekdj8.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-questions@FreeBSD.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 13:24:12 -0000 "John W. Kitz" writes: > Can someone please explain the rationale behind not providing a distribution > for arm based systems, as it seems somewhat illogical to me that > distributions are available for ia64, powerpc, sparc64 (see > http://www.freebsd.org/where.html) which are considered Tier 2 architectures > while the official reason for arm being a Tier 2 architecture is the fact > that no distribution is provided for it (see > http://www.freebsd.org/platforms/arm.html). The ARM port is mostly used for embedded work, for which a formal distribution would not be helpful. There really aren't many standards for peripherals beyond i2c, so it wouldn't be possible to support different ARM-based devices with a single distribution. Be well.