From owner-freebsd-arm@freebsd.org Sat Nov 19 15:15:31 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 E35DDC4AFE5 for ; Sat, 19 Nov 2016 15:15:31 +0000 (UTC) (envelope-from John.Kitz@xs4all.nl) Received: from lb1-smtp-cloud2.xs4all.net (lb1-smtp-cloud2.xs4all.net [194.109.24.21]) (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 82C3D16AC for ; Sat, 19 Nov 2016 15:15:30 +0000 (UTC) (envelope-from John.Kitz@xs4all.nl) Received: from picard ([82.95.89.208]) by smtp-cloud2.xs4all.net with ESMTP id 9rFL1u00B4VixDu01rFM9K; Sat, 19 Nov 2016 16:15:21 +0100 Reply-To: From: "John W. Kitz" To: References: In-Reply-To: Subject: RE: Creating FreeBSD/arm bootable SD card for Cubieboards from FreeBSD 11.0 image files for Wintel only users. Date: Sat, 19 Nov 2016 16:15:28 +0100 Message-ID: <001401d24277$c3e48300$4bad8900$@Kitz@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdI999ROfVkMpkKSR9SRVolplI9WhAEfTWwg 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: Sat, 19 Nov 2016 15:15:32 -0000 Hi, I believe I haven't seen an answer to my question yet. The reason for asking is that in the early to mid '90's I ran an early version (I'm guessing something like 5.x or 6.x) of FreeBSD for a while on an old PC, which, although it had a CD-ROM drive, could only boot from its floppy drive. At the time that wasn't a problem because the FreeBSD project provided a utility named fdimage, which allowed users to create a bootable floppy from an image file, boot from that floppy and continue the installation process from CD-ROM. To rephrase my question; am I correct in assuming that the FreeBSD release 11.0 SD-card image file contains everything one needs to do a first time installation of FreeBSD on a cubieboard or cubieboard2? I.e. I do not or do no longer need to install the SPL loader and U-boot programs on the SD-card, since they are either an integral part of or not needed when using the image file. Regards, Jk.