From owner-freebsd-arm@FreeBSD.ORG Thu Feb 28 00:44:58 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 9DD772A2 for ; Thu, 28 Feb 2013 00:44:58 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-02-ewr.mailhop.org (mho-04-ewr.mailhop.org [204.13.248.74]) by mx1.freebsd.org (Postfix) with ESMTP id 76FA8DBD for ; Thu, 28 Feb 2013 00:44:58 +0000 (UTC) Received: from c-24-8-232-202.hsd1.co.comcast.net ([24.8.232.202] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1UArcC-0009ah-0d; Thu, 28 Feb 2013 00:44:52 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id r1S0inXx084376; Wed, 27 Feb 2013 17:44:49 -0700 (MST) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.232.202 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+3/u3MrA7cQdkvebJvLe7c Subject: Re: panic: Address offset bigger than size From: Ian Lepore To: Dave Turner In-Reply-To: References: Content-Type: text/plain; charset="windows-1251" Date: Wed, 27 Feb 2013 17:44:49 -0700 Message-ID: <1362012289.1168.8.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by damnhippie.dyndns.org id r1S0inXx084376 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: Thu, 28 Feb 2013 00:44:58 -0000 On Wed, 2013-02-27 at 16:05 -0800, Dave Turner wrote: > Curious if anyone can help with this? >=20 > I am using Gonzo's to build images for raspberry pi and trying to build= in the ability to add swap space too. When I add swap, I get this: >=20 > -----------------------------8<----------------------- > FreeBSD/armv6 U-Boot loader, Revision 1.2 > (root@machine.mydomain.local, date time blah blah) > DRAM: 480M >=20 > Device: disk >=20 > /boot/kernel/kernel data 0x3a10b8+0x42950 syms=3D[0x4+0x80400+0x4+0x61f= 89] > Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [/boot/kernel/kernel]=85 > Using DTB from memory address 0x00000100. > panic: Address offset 0xC0100100 bigger than size 0x1E000000 >=20 > --> Press a key on the console to reboot <-- >=20 > ----------------------------->8----------------------- >=20 >=20 > -Dave My bad, I committed a typo yesterday, fixed in r247413. -- Ian