From owner-freebsd-arm@FreeBSD.ORG Fri Mar 1 00:46:49 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 1B836E01 for ; Fri, 1 Mar 2013 00:46:49 +0000 (UTC) (envelope-from ghw@7axu.com) Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by mx1.freebsd.org (Postfix) with ESMTP id B02CBBED for ; Fri, 1 Mar 2013 00:46:48 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id fg15so1927413wgb.25 for ; Thu, 28 Feb 2013 16:46:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-originating-ip:in-reply-to:references :from:date:message-id:subject:to:cc:content-type:x-gm-message-state; bh=WdM6FVh3Z/jy2Hjf0wP/LvooL6g5aXo3sSOolEB8+R8=; b=QGzapgRMJVWK7rYM8pHZMakaGPfgGwIUfjubuMm5RqUn+wLi62xnpM3nIGL/AMKrca IuejyJRC5l03u1O4zybKqp7xo3ZpgEjW3oupL7d7qJQLx/j0J83O97K8eiTdfIt9Hgoz 4rI47XYvArk5mCugcMQ001bZNvbAKjphTquENR0nWs+srcjWL/B23rZXoEzWGZZSkNBq 7fIUfTr0NbUP/yKYLBDa8gSvaXKQ4W9V5g6UcFVbtsUJaWoNUbPCXO8cE+rd2k3BL9g+ eS+21OKxQzarn234LI17tNThA76BqIRgxq7KuhXtKyWIUAxL0+b6Fscz6aJqAgjlX7Cv 1u3A== X-Received: by 10.194.120.169 with SMTP id ld9mr14373870wjb.24.1362098801368; Thu, 28 Feb 2013 16:46:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.0.67 with HTTP; Thu, 28 Feb 2013 16:46:01 -0800 (PST) X-Originating-IP: [74.63.212.29] In-Reply-To: <512FF7B9.4070700@bluezbox.com> References: <512FD685.8070009@bluezbox.com> <512FF7B9.4070700@bluezbox.com> From: XiaoQI Ge Date: Fri, 1 Mar 2013 08:46:01 +0800 Message-ID: Subject: Re: I u-boot fails to compile To: Oleksandr Tymoshenko X-Gm-Message-State: ALoCoQk04AEcePXP+zjFr/XCW9BLTZwBMHP1bZKn9vf1eikQi+ynpJ1SN3EisCjbZ1hs3R9uiRKJ Content-Type: text/plain; charset=UTF-8 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: Fri, 01 Mar 2013 00:46:49 -0000 === Command: sh gmake cubieboard SED=sed CROSS_COMPILE=arm-freebsd- === serial console echo Skip SD equipment Boot from NAND === Welcome to Ge, XiaoQI's Homepage! Gtalk/E-Mail :ghw@7axu.com 2013/3/1 Oleksandr Tymoshenko > 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? > > >