From owner-freebsd-arm@FreeBSD.ORG Fri Feb 22 11:48:20 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 1284BF25 for ; Fri, 22 Feb 2013 11:48:20 +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 CCB7D945 for ; Fri, 22 Feb 2013 11:48:19 +0000 (UTC) Received: by mail-qe0-f43.google.com with SMTP id s14so268111qeb.30 for ; Fri, 22 Feb 2013 03:48:19 -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=cg2JT9dfe5kxi2UvUQP3jDtUS8/2bfUZg1Yk6a7305M=; b=jc+3IYtJx3y33hgf/O5bttxI8oxOvM9LJ0EylTYCHRKNcte+SjfPzRjHxhWSzA+n7a 4fdbdqj1AZFTnifOOgku3lTohXRW4jX7m7W1CrSMiDLNgZJzpC+r1/qLbX0KK2iEHWhj 0cMF2DCaQbCZCQo+d0QTlhX/EFum61w6Sc3QCpuuN+iAveMHFTU+230hIfBxYX1Zu9BE YWDuGT2aDDVgGmEOqcPomKCn9g7y1d3JfE78E9ssjSv2KcPfQ0IMtl+I7hRnrIet9nW7 Vbgsmwx/1ygEsKLenHoCSsASs9a1P7jSSDkEfx2g6gxyDYa1FbsdiIQWy92vaVT/6g9E i4tQ== MIME-Version: 1.0 X-Received: by 10.49.131.67 with SMTP id ok3mr689324qeb.42.1361533698852; Fri, 22 Feb 2013 03:48:18 -0800 (PST) Received: by 10.49.51.138 with HTTP; Fri, 22 Feb 2013 03:48:18 -0800 (PST) In-Reply-To: References: <3A8BA2BC-6707-4309-B6E3-5B15712ED67D@kientzle.com> Date: Fri, 22 Feb 2013 19:48:18 +0800 Message-ID: Subject: Re: Unable to copy DTB into module directory From: Alie Tan To: Tim Kientzle X-Gm-Message-State: ALoCoQnKvJvBk3GfmudsZYTAcH8jJRDIMK8QzLPu788TaJKsPOPjm3xTI+oKr6rnL+5xq5wACt5j 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 11:48:20 -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: > Fyi, Reverting r247045 didn't help my proble :-( > > 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) > > 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 > >