From owner-freebsd-arm@FreeBSD.ORG Sat Feb 23 04:53:18 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 7E9B4F44 for ; Sat, 23 Feb 2013 04:53:18 +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 57F6EBFD for ; Sat, 23 Feb 2013 04:53:17 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r1N4rGHN007340; Sat, 23 Feb 2013 04:53:16 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id t37hsvgjjh7ui9i27tvbz357ss; Sat, 23 Feb 2013 04:53:15 +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=iso-8859-1 From: Tim Kientzle In-Reply-To: Date: Fri, 22 Feb 2013 20:53:13 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <3A8BA2BC-6707-4309-B6E3-5B15712ED67D@kientzle.com> 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: Sat, 23 Feb 2013 04:53:18 -0000 On Feb 22, 2013, at 3:56 AM, Alie Tan wrote: > On Fri, Feb 22, 2013 at 7:48 PM, Alie Tan wrote: > On Fri, Feb 22, 2013 at 2:17 PM, Tim Kientzle = wrote: >=20 > On Feb 21, 2013, at 10:07 PM, Tim Kientzle wrote: >=20 > > 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. > 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 bootloader Thanks for testing that. Apparently, there is more going on here than I thought. I'll dig into it this weekend. Tim