From owner-freebsd-arm@FreeBSD.ORG Fri Feb 22 06:47:56 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0DDAAEBC for ; Fri, 22 Feb 2013 06:47:56 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qe0-f43.google.com (mail-qe0-f43.google.com [209.85.128.43]) by mx1.freebsd.org (Postfix) with ESMTP id C4C949FE for ; Fri, 22 Feb 2013 06:47:55 +0000 (UTC) Received: by mail-qe0-f43.google.com with SMTP id s14so174903qeb.16 for ; Thu, 21 Feb 2013 22:47:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=JX6h+PgaTGBQhGiVF+c7OLH5b84m1zEi49XGCMun0Ys=; b=gruZLkvLw3tPKrSprd9GamhxhDqSbBs3pbvEOc9OY7GEo0b+2a7ysGrSTBgWEinVPc YAMLFVy+9zPqxG+k9yWZtJDCkggVscsHFPIaBGuYi2AKGDcoCnjelrVYDvY62YAMAr4k e50aQb8XNFqTIrMmPU739J1/SwJAgBBt2TuwpxHXsrwzW81x1PGU3EDpRe1WjoCmZBR7 3zToQl4HJzGkS76bNetNjAhRr3LWVDG0n6QPlDDIiFRykCP4RBWYIn8+4TRCaWlmRkFu ivWNTkgL5POSnC4otudFdirPM57/eeKciXqmrzUnb9sXdRSDcBrS/1/WErjfx308qx4a OMJQ== MIME-Version: 1.0 X-Received: by 10.229.174.196 with SMTP id u4mr76483qcz.84.1361515668971; Thu, 21 Feb 2013 22:47:48 -0800 (PST) Received: by 10.49.51.138 with HTTP; Thu, 21 Feb 2013 22:47:48 -0800 (PST) In-Reply-To: References: <3A8BA2BC-6707-4309-B6E3-5B15712ED67D@kientzle.com> Date: Fri, 22 Feb 2013 14:47:48 +0800 Message-ID: Subject: Re: Unable to copy DTB into module directory From: Alie Tan To: Tim Kientzle X-Gm-Message-State: ALoCoQmz8juvsOgqiE5/QrO6r8JErS1tXAMTAf3EpJX935hXxOJqr/IBQdehpbMhPKEkfsAdTu2Q Content-Type: text/plain; charset=ISO-8859-1 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, 22 Feb 2013 06:47:56 -0000 On Fri, Feb 22, 2013 at 2:17 PM, Tim Kientzle wrote: > > On Feb 21, 2013, at 10:07 PM, Tim Kientzle wrote: > > > On Feb 21, 2013, at 9:50 PM, Alie Tan wrote: > >> > >> I just built RasPi image and keeps getting this message: > >> > >> "unable to copy DTB into module directory" > >> > >> then the raspi reboot again and again. > > > > Try backing out r247045 and see if that fixes > > it for you. > > > > Also try breaking into the U-Boot prompt > > and entering > > Sorry, left out some steps here. (To clarify, this is a separate > experiment to be done with an image that includes > r247045). The instructions should say: > > 1) Remove the "fdt addr 0x100" command from loader.rc > > 2) Early in boot, break to the U-Boot prompt (hit any key during the > 3-second countdown) > I can't even hit any key on my keyboard. What to do now? > > 3) Enter these two commands to U-Boot > > U-Boot> fdt addr 0x100 > U-Boot> run bootcmd > > This way, U-Boot will identify the FDT and ubldr will > get it from U-Boot (instead of ubldr accessing it > directly). > > Tim > >