From owner-freebsd-embedded@FreeBSD.ORG Sun Feb 3 03:39:58 2013 Return-Path: Delivered-To: embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ECE34CFC for ; Sun, 3 Feb 2013 03:39:58 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-ia0-x22f.google.com (ia-in-x022f.1e100.net [IPv6:2607:f8b0:4001:c02::22f]) by mx1.freebsd.org (Postfix) with ESMTP id A0BF22C8 for ; Sun, 3 Feb 2013 03:39:58 +0000 (UTC) Received: by mail-ia0-f175.google.com with SMTP id r4so6812450iaj.6 for ; Sat, 02 Feb 2013 19:39:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=hjSmF7wqZEjoQYNTWKWNQS0Hry6sQnM6hyN70DisqMQ=; b=pRK1DjHv2o/jT9h5je/VnQFY6/dj9zRRjqLxDkRmUv+I34WqsGyFoeBi06ONGyP2QR bS0gvtDuo9ayRsI6aS1swXC/CnGH0y5m8tYMAYrq3oq8599QjJ2HRrhNvTHxbRCeEBlq 5YYwzRa0t1C/g2kD4PkMvflXuTXwtaBz3MwO2NdxdlhFV6y89FlEUla1f3TCzKke3GDu ibdD5AgF2PCZMWXInIDCiziivlcCKJutBBTwvikn+tskBsS3wugkPOtQ9uWp/lE3XcPk 7gLuSTG+olJLiecDYgMOCo7s2cy8u738MsWDEJosm1FwH6zkFlwRgvLkIs90EQ6a9ewS blAg== MIME-Version: 1.0 X-Received: by 10.50.209.100 with SMTP id ml4mr2260118igc.28.1359862797445; Sat, 02 Feb 2013 19:39:57 -0800 (PST) Received: by 10.64.96.196 with HTTP; Sat, 2 Feb 2013 19:39:57 -0800 (PST) In-Reply-To: <201302022056.15482.elias_chr@otenet.gr> References: <201302022056.15482.elias_chr@otenet.gr> Date: Sun, 3 Feb 2013 11:39:57 +0800 Message-ID: Subject: Re: Cubieboard From: Ganbold Tsagaankhuu To: Elias Chrysocheris Content-Type: text/plain; charset=ISO-8859-1 Cc: embedded@freebsd.org X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 03:39:59 -0000 Hi, On Sun, Feb 3, 2013 at 2:56 AM, Elias Chrysocheris wrote: > Hello to all. > > Recently I had some hardware failures and I decided to make a small freebsd > backup/apache/mysql/php/samba server (samba is not really necessary) using a > small board that I could use some of my old 500G hard disks (perhaps) in > mirror. I found Cubieboard in the internet that has some of the specifications > required. I also found that there is a team that tried to run FreeBSD on it. > > Does anybody know if it is possible to run FreeBSD and some of those servers I > mentioned? (or lighter alternatives of cource). Those server software will most probably work, although I didn't test yet. > Does the SATA interface of > Cubieboard work fine? Any info about this board and FreeBSD would be great. There is no SATA driver yet as well as SD and NAND drivers. usb works (one of 3 usb interfaces), so I only tested mounting rootfs using usb stick. There is no ethernet driver yet too. So basically board support is in beginning stage. For test however you can use usb connected devices like maybe ethernet, hard disk etc. Ganbold > > Thanks a lot > Elias > _______________________________________________ > freebsd-embedded@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-embedded > To unsubscribe, send any mail to "freebsd-embedded-unsubscribe@freebsd.org"