From owner-freebsd-arm@FreeBSD.ORG Thu Feb 28 00:05:16 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 D0DDEF3D for ; Thu, 28 Feb 2013 00:05:16 +0000 (UTC) (envelope-from dave@turneris.com) Received: from mail-da0-f43.google.com (mail-da0-f43.google.com [209.85.210.43]) by mx1.freebsd.org (Postfix) with ESMTP id 7EB25B38 for ; Thu, 28 Feb 2013 00:05:14 +0000 (UTC) Received: by mail-da0-f43.google.com with SMTP id u36so554894dak.30 for ; Wed, 27 Feb 2013 16:05:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:message-id:subject:x-mailer:mime-version :content-type:x-gm-message-state; bh=JygWfOseFBy5TQ3M1g6cHfAoMKbl6r6ywC4TaZ5QDnc=; b=ThElb8i+vuyEzuzoxDatAOAY5Mp+nNsr6uA8KLx/GxpfY9U9j/4vLpaCv3hAxBp7kb a7odHEpKE4Sdjjs63A6cm+y41I9dMOzPFMCYukh+dT13eAf2S4EDyKqH+B70HwYROpBK B8t8lez6LuoReMF0w/RsQXMeshfj4biBSZrdO7B9zYtsKi7m/XxSiK2RQX/Tf/XKqMp+ Fo+TnripZQo6aUaeNVBCS5uYlw7Akmblhd9kRoZX57ADdUNJHgmbuXMZ6dASJ3UV9TDo H+NheH3zcv1ngKeePYmhukNKiUxj1XicoElw+90Wbqtw899D8p9ZLKElLg2dZvqo1/5U ZU4Q== X-Received: by 10.68.117.3 with SMTP id ka3mr6020556pbb.81.1362009907900; Wed, 27 Feb 2013 16:05:07 -0800 (PST) Received: from [10.1.1.142] (d173-180-192-194.bchsia.telus.net. [173.180.192.194]) by mx.google.com with ESMTPS id qb10sm6157335pbb.43.2013.02.27.16.05.05 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 27 Feb 2013 16:05:06 -0800 (PST) Date: Wed, 27 Feb 2013 16:05:04 -0800 From: Dave Turner To: freebsd-arm@freebsd.org Message-ID: Subject: panic: Address offset bigger than size X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQmSfoVhIoPZ9RHKjy9C245h87u1Svqtf1K5PFGOUNoahA/+x05xN7Qcuw1D4CYz7c3P8gHS Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:05:16 -0000 Curious if anyone can help with this=3F I am using Gonzo's to build images for raspberry pi and trying to build i= n the ability to add swap space too. When I add swap, I get this: -----------------------------8<----------------------- =46reeBSD/armv6 U-Boot loader, Revision 1.2 (root=40machine.mydomain.local, date time blah blah) DRAM: 480M Device: disk /boot/kernel/kernel data 0x3a10b8+0x42950 syms=3D=5B0x4+0x80400+0x4+0x61f= 89=5D Hit =5BEnter=5D to boot immediately, or any other key for command prompt.= Booting =5B/boot/kernel/kernel=5D=E2=80=A6 Using DTB from memory address 0x00000100. panic: Address offset 0xC0100100 bigger than size 0x1E000000 --> Press a key on the console to reboot <-- ----------------------------->8----------------------- -Dave