From owner-freebsd-arm@FreeBSD.ORG Fri Feb 22 06:07:19 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 6AEB4625 for ; Fri, 22 Feb 2013 06:07:19 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 31A658CC for ; Fri, 22 Feb 2013 06:07:18 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r1M67Gcp099987; Fri, 22 Feb 2013 06:07:16 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id juw6am628tptgjne2epasxht3a; Fri, 22 Feb 2013 06:07:16 +0000 (UTC) (envelope-from tim@kientzle.com) Subject: Re: Unable to copy DTB into module directory Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: Date: Thu, 21 Feb 2013 22:07:14 -0800 Content-Transfer-Encoding: 7bit Message-Id: <3A8BA2BC-6707-4309-B6E3-5B15712ED67D@kientzle.com> References: To: Alie Tan X-Mailer: Apple Mail (2.1283) 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:07:19 -0000 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 U-Boot> fdt addr 0x100 there and let me know if that makes a difference. I fear my most recent changes to support FDT cleanly on BeagleBone may have broken ubldr on RaspberryPi. It will be a couple of days before I can make any progress on this. Tim