From owner-freebsd-arm@FreeBSD.ORG Tue Jul 19 03:12:41 2011 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D8F71065670 for ; Tue, 19 Jul 2011 03:12:41 +0000 (UTC) (envelope-from mcgovern@beta.com) Received: from spoon.beta.com (spoon.beta.com [199.165.180.2]) by mx1.freebsd.org (Postfix) with ESMTP id 1EF6A8FC08 for ; Tue, 19 Jul 2011 03:12:40 +0000 (UTC) Received: from [199.165.180.39] (dhcp9.beta.com [199.165.180.39]) by spoon.beta.com (8.14.4/8.14.4) with ESMTP id p6J3CcPM048139; Mon, 18 Jul 2011 23:12:38 -0400 (EDT) (envelope-from mcgovern@beta.com) From: "Brian J. McGovern" To: Mark Tinguely In-Reply-To: <4E1FA4E0.5050703@gmail.com> References: <20110708120025.5C94210656D9@hub.freebsd.org> <1310178351.5681.4.camel@bmcgover-laptop.beta.com> <4E18403C.8010203@gmail.com> <1310344111.1455.3.camel@bmcgover-laptop.beta.com> <4E1A4F18.5000802@gmail.com> <1310412331.1466.41.camel@bmcgover-laptop.beta.com> <4E1B83F8.3070700@gmail.com> <1310439696.1438.6.camel@bmcgover-laptop.beta.com> <4E1C48EE.3070905@gmail.com> <1310674865.1447.71.camel@bmcgover-laptop.beta.com> <4E1FA4E0.5050703@gmail.com> Content-Type: text/plain; charset="us-ascii" Date: Mon, 18 Jul 2011 23:12:39 -0400 Message-ID: <1311045159.1508.3.camel@bmcgover-laptop.beta.com> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.5 required=5.0 tests=S25R_6,T_RP_MATCHES_RCVD autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on spoon.beta.com Cc: freebsd-arm@freebsd.org Subject: Re: Suggestions for arm build for qemu? X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2011 03:12:41 -0000 That got it. The kernel is now booting, and I'm able to run the applications in /rescue. The other binaries seem to be hit or miss (signal 11s), although the C compiler can build 'hello world', so I'm guessing that either the dynamic linker isn't set up right (/etc isn't populated by the installworld, so I continue to add files by hand) and its having a problem finding all the dynamic libraries it wants, or the 64MB memory limit is a problem, and I need to get swap going. In any event, its enough to get my hacking until Globalscale ships my board. -Brian On Thu, 2011-07-14 at 21:24 -0500, Mark Tinguely wrote: > On 7/14/2011 3:21 PM, Brian J. McGovern wrote: > > [trimmed] > > Good news... There is progress. Bad news... not there yet. The kernel > > starts to boot and then it hangs. > > > > The one question I have surrounds the patch to > > sys/arm/arm/elf_trampoline. The current version I have matches to > > version 194609. Is it possible you meant I needed the extra assembly > > code from the prior version (188019) to avoid the hang up? > > > > Yes, 194609 is the problem for qemu. Use 188019 instead. > > >