From owner-freebsd-arm@FreeBSD.ORG Tue Feb 26 16:02:40 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 324905FD for ; Tue, 26 Feb 2013 16:02:40 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qe0-f51.google.com (mail-qe0-f51.google.com [209.85.128.51]) by mx1.freebsd.org (Postfix) with ESMTP id C2A38CCF for ; Tue, 26 Feb 2013 16:02:39 +0000 (UTC) Received: by mail-qe0-f51.google.com with SMTP id nd7so1801633qeb.38 for ; Tue, 26 Feb 2013 08:02:33 -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=PybeTEiZMnbtGyVqsfg0DL154H6lAQ6pjZRp5fy2EIg=; b=k/cON1SWUH2Z102K4EmAMBix9n7vuDuN9dSpteF2QBbWVsAUqUbbyZQXaoTTnwTUjK wJGTttGx/gP2ItEDdxLP8bT7qaGmrzt8Hr2ReRzqikRIHfK8a+yLx45sQHLxdYmBjSnR QezqqYDT4yYjEGmCgigxmROHvcagdrLegDFDrzS+zR3CRoLZsPr6fh3wl52V+EZxsV7Z QMi/dxhiPpqoV5Be/o+KYjgRO7mJWoKa0vTLovMn+3QwQis5Q6umxz8KBwZGptjxHXkN rna83VVv3OkBewMTBqpKCwbY+G6V6xDQ8w5rWaj4OrPG21eEFeMyVLVgso0i43uQWggo qS1A== MIME-Version: 1.0 X-Received: by 10.224.33.208 with SMTP id i16mr2699115qad.45.1361894553490; Tue, 26 Feb 2013 08:02:33 -0800 (PST) Received: by 10.49.87.193 with HTTP; Tue, 26 Feb 2013 08:02:33 -0800 (PST) In-Reply-To: References: <3A8BA2BC-6707-4309-B6E3-5B15712ED67D@kientzle.com> Date: Wed, 27 Feb 2013 00:02:33 +0800 Message-ID: Subject: Re: Unable to copy DTB into module directory From: Alie Tan To: Tim Kientzle X-Gm-Message-State: ALoCoQnTz1pkNRXTAACpMp5Sz9Q/uguY9SLWrETnJwKMhW9oMmYyS1IGQ9cknZfYf2nXoOsts3US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable 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: Tue, 26 Feb 2013 16:02:40 -0000 I have tested this with my own script, your script and gonzo's script, all works fine. On Sunday, February 24, 2013, Tim Kientzle 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. >> > >> >> Fyi, Reverting r247045 didn't help my proble :-( >> Sorry for incomplete information. Reverting r247045 removes "unable to copy DTB into module directory" error message but my raspi still keeps rebooting after boot loader > > I believe that r247201 fixes the bug I introduced > with r247045 and should allow RPi to boot cleanly > again. (Though I seem to have some other problem > locally that I need to track down=85) > > This should also make it possible to have U-Boot > pick up the FDT from the RPi boot code > (by adding "fdt addr 0x100" to the right place in uEnv.txt > or the u-boot loader script) and remove that command > from loader.rc. If U-Boot knows about the FDT, then > ubldr should pick it up automatically now. > I've made the necessary adjustment to my build scripts; > it should be a very small tweak to Oleksandr's > as well. > > Let me know if this works for you. > > Tim > >