From owner-freebsd-arm@FreeBSD.ORG Wed Sep 24 20:42:12 2014 Return-Path: Delivered-To: freebsd-arm@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 ESMTPS id 703F443D for ; Wed, 24 Sep 2014 20:42:12 +0000 (UTC) Received: from newton3.metanet.ch (newton3.metanet.ch [80.74.158.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.metanet.ch", Issuer "RapidSSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B464B9F2 for ; Wed, 24 Sep 2014 20:42:11 +0000 (UTC) Received: (qmail 6968 invoked from network); 24 Sep 2014 22:35:27 +0200 Received: from cpe-72-130-204-243.hawaii.res.rr.com (HELO qubik.local) (72.130.204.243) by newton.metanet.ch with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 24 Sep 2014 22:35:27 +0200 Message-ID: <54232A9B.3000806@thieprojects.ch> Date: Wed, 24 Sep 2014 10:33:31 -1000 From: Werner Thie Reply-To: werner@thieprojects.ch Organization: Thie & Co Projects User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: Re: Does FreeBSD 10 supports ARM well? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 20:42:12 -0000 On 9/23/14 7:12 PM, Jingcheng zhang wrote: > Hi all, > > We have a storage system based on FreeBSD 10. We want to run the system on > ARM platform. We know that the FreeBSD support development is in > progress. Could some guys help answer the following questions? > 1) Does FreeBSD 10 supports ARM? > 2) Are the disk and network adapters support ready for ARM? Really depends on the hardware, I've been running a BeagleBone White with FreeBSD 10 now for several months with an MQTT (mosquitto) Queue as part of a hierarchical queue setup. This system collects data with a bridging daemon from Tinkerforge nodes, which is subsequently pushed to the mosquitto queue. This setup is running as quiet and stable as you could wish for, boot and forget. This is of course very network centric, almost no disk involved besides logging. Werner