From owner-freebsd-arm@FreeBSD.ORG Thu Aug 1 15:34:49 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB099356 for ; Thu, 1 Aug 2013 15:34:49 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-oa0-x232.google.com (mail-oa0-x232.google.com [IPv6:2607:f8b0:4003:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95B622AAE for ; Thu, 1 Aug 2013 15:34:49 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id i4so4739887oah.9 for ; Thu, 01 Aug 2013 08:34:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2e8xs+ol2KF7azkDxWEP0Bbn/wlRlnZ70vVRQuqON58=; b=P3Y9CS9ZMci1Y2CdwzEjFozlrZsK0Kjaqt6F3ctUVuxzUS4+V9fqD5ALj+7OnkGsOf 5RU6D0+j59npSxpy2mTwWYQhCPI+mDbu2pkAUjXdsGQc1XmrngvcIX38Ymmfz91zjqk4 EWfYcrAoEqX8cNCVlN7IA9MzZQVLENRSFnxlNgdZuOcKdphGCMfXu86m4WNzA6RKYD53 qqfJHqXYdHEZdrlev82irfF7z4s6N17LDdQKOFLXZ6qmQG1HYuXj7nXZERmWPcW64+p8 gB7DVNKDAKD4wOEQw5aZh1+clZrQZ8Mc3YYk9YxIGvB12PCZxTxVxoSsaR85A/gPsWQQ 4t/Q== MIME-Version: 1.0 X-Received: by 10.43.74.74 with SMTP id yv10mr209304icb.67.1375371288589; Thu, 01 Aug 2013 08:34:48 -0700 (PDT) Received: by 10.64.235.239 with HTTP; Thu, 1 Aug 2013 08:34:48 -0700 (PDT) In-Reply-To: References: Date: Thu, 1 Aug 2013 23:34:48 +0800 Message-ID: Subject: Re: Cubieboard2 and FreeBSD From: Ganbold Tsagaankhuu To: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 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, 01 Aug 2013 15:34:49 -0000 Hi, On Thu, Aug 1, 2013 at 11:14 PM, Roger Pau Monn=E9 wrote: > Hello, > > I saw your email on freebsd-arm mailing lists and I was wondering if > you could share how did you manage to get FreeBSD running on it. I > also have one of this boards, but I'm not really familiar with the arm > world so I'm a little bit lost about were to start (without using a > pre-made img). > For now you can follow instructions at https://wiki.freebsd.org/FreeBSD/arm/Cubieboard to build kernel and image for cubieboard2. Replace CUBIEBOARD to CUBIEBOARD2 there. You should use sunxi-spl.bin and u-boot.bin different from cubieboard, you can get them from http://androtab.info/cubieboard2/ For necessary A20 src, copy https://github.com/tsgan/allwinner_a10/tree/master/a20 files to appropriate places: CUBIEBOARD2 to /usr/src/sys/arm/conf/, cubieboard2.dts to /usr/src/sys/boot/fdt/dts/, rest of files (except dmesg.txt) to /usr/src/sys/arm/allwinner/a20/ You have to have src tree in order to build kernel and image. hth, Ganbold > > Thanks, Roger. >