From owner-freebsd-arm@FreeBSD.ORG Fri Mar 1 00:35:09 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 57F2C9BC for ; Fri, 1 Mar 2013 00:35:09 +0000 (UTC) (envelope-from gonzo@id.bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [88.198.91.248]) by mx1.freebsd.org (Postfix) with ESMTP id D37E8AF6 for ; Fri, 1 Mar 2013 00:35:08 +0000 (UTC) Received: from [88.198.91.248] (helo=[IPv6:::1]) by id.bluezbox.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1UBDwH-000EWj-J6; Thu, 28 Feb 2013 16:35:07 -0800 Message-ID: <512FF7B9.4070700@bluezbox.com> Date: Thu, 28 Feb 2013 16:35:05 -0800 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: XiaoQI Ge Subject: Re: I u-boot fails to compile References: <512FD685.8070009@bluezbox.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: gonzo@id.bluezbox.com X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 2/28/2013 4:28 PM, XiaoQI Ge wrote: > I compiled the file size of 22, 016 Byte / occupied space of 24, 576 > Byte is rather http://people.freebsd.org/ ~~ ganbold / cubieboard / > sunxi-spl.bin size and space are 20,480 Byte is not where Iwrong ah? > > These files produced the SD card can not start > === > dd if = / dev / zero of = a10.img bs = 1m count = 1 > dd if = sunxi-spl.bin conv = notrunc of = a10.img bs = 1024 seek = 8 > dd if = u-boot.bin conv = notrunc of = a10.img bs = 1024 seek = 32 > dd if = a10.img of = $ {DEVNAME} bs = 1m > === [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 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, 01 Mar 2013 00:35:09 -0000 On 2/28/2013 4:28 PM, XiaoQI Ge wrote: > I compiled the file size of 22,016 Byte / occupied space of 24,576 > Byte is rather http://people.freebsd.org/ ~~ ganbold / cubieboard / > sunxi-spl.bin size and space are 20,480 Byte is not where Iwrong ah? > > These files produced the SD card can not start > === > dd if = / dev / zero of = a10.img bs = 1m count = 1 > dd if = sunxi-spl.bin conv = notrunc of = a10.img bs = 1024 seek = 8 > dd if = u-boot.bin conv = notrunc of = a10.img bs = 1024 seek = 32 > dd if = a10.img of = $ {DEVNAME} bs = 1m > === Which commands did you use to compile u-boot? What's printed on serial console when you're trying to boot device?