From owner-freebsd-arm@freebsd.org Sun Nov 20 12:32:43 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C6ACC49253 for ; Sun, 20 Nov 2016 12:32:43 +0000 (UTC) (envelope-from John.Kitz@xs4all.nl) Received: from lb2-smtp-cloud2.xs4all.net (lb2-smtp-cloud2.xs4all.net [194.109.24.25]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "*.xs4all.nl", Issuer "GlobalSign Domain Validation CA - SHA256 - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AB69CC87 for ; Sun, 20 Nov 2016 12:32:42 +0000 (UTC) (envelope-from John.Kitz@xs4all.nl) Received: from picard ([82.95.89.208]) by smtp-cloud2.xs4all.net with ESMTP id ACYW1u00E4VixDu01CYYMp; Sun, 20 Nov 2016 13:32:32 +0100 Reply-To: From: "John W. Kitz" To: "'freebsd-arm'" References: <58306c9b.4e79630a.a07d9.cf58SMTPIN_ADDED_BROKEN@mx.google.com> <58309eb5.9942620a.e27b3.24f7SMTPIN_ADDED_BROKEN@mx.google.com> In-Reply-To: Subject: RE: Creating FreeBSD/arm bootable SD card for Cubieboards from FreeBSD 11.0 image files for Wintel only users. Date: Sun, 20 Nov 2016 13:32:30 +0100 Message-ID: <001d01d2432a$2a960d50$7fc227f0$@Kitz@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 thread-index: AdJCoNfOdHKVHFfsTe+u3V7iHc4wDAAhzsyg Content-Language: en-us X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 12:32:43 -0000 On Sat, Nov 19, 2016 at 11:48 AM, John W. Kitz = wrote: >> To rephrase my question; am I correct in assuming that the FreeBSD=20 >> release >> 11.0 SD-card image file contains everything one needs to do a first=20 >> time installation of FreeBSD on a cubieboard or cubieboard2? I.e. I = do=20 >> not or do no longer need to install the SPL loader and U-boot = programs=20 >> on the SD-card, since they are either an integral part of or not=20 >> needed when using the image file. >Yes. If you can image the file onto an SD card verbatim, and the image = is exactly right for your board, that's all you need to do. If you are = trying >to use the image not on a Cubieboard2, but on something newer, = then you'll need to install the right u-boot package and follow the = directions in the >readme file to put the combined SPL+uboot.img file = onto your card. You may also need to copy a .DTB file for your board and = possibly a newer kernel >depending on how different things are. > >https://www.raspberrypi.org/documentation/installation/installing-images= /windows.md >might be helpful for you, since images are images, even though that = site is for the Raspberry Pi. All, Thanks for the various replies. In lieu of the availability of an image file for one of the more recent = Cubie products I am planning to give it a try on a cubieboard2. Does anybody on this list happen to know if future FreeBSD releases are = planned to include images for more recent Cubie hardware? Jk.