From owner-freebsd-arm@FreeBSD.ORG Fri Jan 25 23:06:39 2013 Return-Path: Delivered-To: freebsd-arm@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 A87C2DAB for ; Fri, 25 Jan 2013 23:06:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ye0-f172.google.com (mail-ye0-f172.google.com [209.85.213.172]) by mx1.freebsd.org (Postfix) with ESMTP id 6F544F94 for ; Fri, 25 Jan 2013 23:06:39 +0000 (UTC) Received: by mail-ye0-f172.google.com with SMTP id m10so153057yen.17 for ; Fri, 25 Jan 2013 15:06:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer:x-gm-message-state; bh=jjFDQwEQztsQxxf3dDwepgab3y7A07frT68wjuKDF6M=; b=Z4kjOIRNRJtPa2JWPSJi5a/C4RPgZOwipSuoTjQ9El7S45dpc1OTKIpGnStU9NxnLI X+AUdwfAuq1C2GuWg32JzAC6CSKbheO1DUQRMLkoMsPleNFu6YYcqvCmUP3AHvqcjYQC bvxCL0JmH2a9bZgEx6q5Mh2Q2kdG2nDbKjhD3qRtceMA83bZO+T/4xuoHfKnSptPmTRM 5R1vZa7ovKUkGVw1MaFLTTwJeFCaWj/cFLWsU17dAGR0Ux0NXz5wYocjUqSnzJulCxvp nfqr22J7Wln2yljLlXBrAH0ziGOwrxYmfZAkw9bjcLDT/2RZ1bCXsdbb4V2FeKQaq8t3 LI9g== X-Received: by 10.236.184.166 with SMTP id s26mr7744616yhm.76.1359151791521; Fri, 25 Jan 2013 14:09:51 -0800 (PST) Received: from fusionlt2834a.int.fusionio.com ([209.117.142.2]) by mx.google.com with ESMTPS id r17sm2062535ani.8.2013.01.25.14.09.49 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Jan 2013 14:09:50 -0800 (PST) Sender: Warner Losh Subject: Re: Hope for the help on building the supported image for FreeBSD Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Fri, 25 Jan 2013 15:09:47 -0700 Content-Transfer-Encoding: 7bit Message-Id: References: To: Ganbold Tsagaankhuu X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQn3sEakGzK54x8wZsRkuiTQSLD2506lqZfUrPGs/RU90zCR5NTJseQtuwagZW7EK+R9QPfS 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: Fri, 25 Jan 2013 23:06:39 -0000 On Jan 25, 2013, at 2:05 AM, Ganbold Tsagaankhuu wrote: > On Fri, Jan 25, 2013 at 4:18 PM, XiaoQI Ge wrote: >> I've just bought an CubieBoard, but when I searched the httpXXX,found >> there was not any materials about CubieBoard, and I just want ask how to >> compile the IMG for Freebsd, espically on the ubldr part > > You have to prepare SD card with special layout like > http://linux-sunxi.org/U-Boot. > (You can also use SD card which was prepared for linux, just > remove/rename uImage) > > Once SD card is ready make sure you have xdev tools built. > Make sure you have CURRENT machine with source. > Tim's script also require xdev tools and you can build it like: > > cd /usr/src > make xdev XDEV=arm XDEV_ARCH=arm shouldn't that be XDEV_ARCH=armv6? Warner > > Then you can compile kernel like: > > make TARGET_ARCH=armv6 KERNCONF=CUBIEBOARD buildkernel > > and put your kernel to fat partition of SD card and you are ready to boot. > > To boot using sd card, at uboot prompt type: > > fatload mmc 0 0x40200000 kernel > go 0x40200100 > > > Ganbold > >> _______________________________________________ >> freebsd-arm@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-arm >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"