From owner-freebsd-arm@FreeBSD.ORG Fri Feb 22 06:57: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 791C1BF for ; Fri, 22 Feb 2013 06:57:20 +0000 (UTC) (envelope-from werner@thieprojects.ch) Received: from newton.metanet.ch (newton.metanet.ch [80.74.158.130]) by mx1.freebsd.org (Postfix) with ESMTP id A6915A40 for ; Fri, 22 Feb 2013 06:57:19 +0000 (UTC) Received: (qmail 21559 invoked from network); 22 Feb 2013 07:57:16 +0100 Received: from 217-071-083-008.ip-tech.ch (HELO ?192.168.11.88?) (217.71.83.8) by newton.metanet.ch with (DHE-RSA-AES256-SHA encrypted) SMTP; 22 Feb 2013 07:57:16 +0100 Message-ID: <512716CE.7050600@thieprojects.ch> Date: Fri, 22 Feb 2013 07:57:18 +0100 From: Werner Thie User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130216 Thunderbird/17.0.3 MIME-Version: 1.0 To: Alie Tan Subject: Re: Unable to copy DTB into module directory References: <3A8BA2BC-6707-4309-B6E3-5B15712ED67D@kientzle.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Tim Kientzle , "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:57:20 -0000 On 2/22/13 7:47 AM, Alie Tan wrote: > 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? Are you on USB/serial console? 256MB RPi? No reset button? If so, it's very tricky to bring cu up and sneak in a keystroke (not ENTER though) Fiddling with the power and cu usually takes a few attempts for me Werner