From owner-freebsd-arm@FreeBSD.ORG Thu Oct 17 21:51:51 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CC6EA5BC for ; Thu, 17 Oct 2013 21:51:51 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E5B22586 for ; Thu, 17 Oct 2013 21:51:51 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id j15so92019qaq.5 for ; Thu, 17 Oct 2013 14:51:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UYI+SSJ7ZruDEqA4ed62N3Urt0J57lGrxYuiuRLkPpw=; b=Rq+Vew1qO9GhJUSPWil3xrTR+/nOqjmTzJD23ux+i1w3Lyjm6uUahlnQNrdwHJat8K jTsRTCfuk27FKPMBHThdheKzSBSXYd/8RM1n3vWc0W8Ufd4G9gw7ZqKxtdqJnTGNOQjN mkV7ixrmRkDHzmZWRLwrccISfRbCwOv/i46OznvFzncuwmdH6BFId/888lPtPOuoHUMU EiDQbP6DR2gye/F+0zmwT/QpMSoBUKY/cxMFSMiyK37o+dNif0N117kRBsXEtrCzBdjR FvuBcGpLLM9XijlnhuF/bfjWbDkTapjVoeeY6FuBuvt+cbJwyvfH2qQxmnYoyJZs4f7W ufXg== MIME-Version: 1.0 X-Received: by 10.224.64.200 with SMTP id f8mr96896qai.55.1382046710737; Thu, 17 Oct 2013 14:51:50 -0700 (PDT) Received: by 10.49.101.13 with HTTP; Thu, 17 Oct 2013 14:51:50 -0700 (PDT) In-Reply-To: <58DBFC39-806F-48AF-BB81-7FFF1931BF5D@bsdimp.com> References: <58DBFC39-806F-48AF-BB81-7FFF1931BF5D@bsdimp.com> Date: Thu, 17 Oct 2013 23:51:50 +0200 Message-ID: Subject: Re: AVILA kernel From: Berislav Purgar To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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, 17 Oct 2013 21:51:52 -0000 On Thu, Oct 17, 2013 at 11:12 PM, Warner Losh wrote: > > On Oct 17, 2013, at 11:04 AM, Berislav Purgar wrote: > > > On Wed, Oct 16, 2013 at 7:46 PM, Berislav Purgar > wrote: > > > >> Hello .. > >> > >> finally i got gatewroks GW2345 board but now i got stuck on loading > >> kernel. it stops on copyright message: > >> > >> RedBoot> ip -h 10.42.1.1 -l 10.42.1.11 > >> IP: 10.42.1.11/255.255.255.0, Gateway: 0.0.0.0 > >> Default server: 10.42.1.1 > >> RedBoot> load -b 0x200000 kernel > >> Using default protocol (TFTP) > >> Address offset = 0x40000000 > >> Entry point: 0x00200100, address range: 0x00200000-0x007817c8 > >> RedBoot> go > >> KDB: debugger backends: ddb > >> KDB: current backend: ddb > >> Copyright (c) 1992-2013 The FreeBSD Project. > >> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > >> The Regents of the University of California. All rights reserved. > >> FreeBSD is a registered trademark of The FreeBSD Foundation. > >> FreeBSD 11.0-CURRENT #0 r256593M: Wed Oct 16 19:14:51 CEST 2013 > >> root@brzi:/usr/obj/arm.armeb/usr/src/sys/AVILA arm > >> gcc version 4.2.1 20070831 patched [FreeBSD] > >> > >> on stock AVILA conf. file i got panic : > >> > >> RedBoot> ip > >> IP: 192.168.3.2/255.255.255.0, Gateway: 0.0.0.0 > >> Default server: 192.168.3.1 > >> RedBoot> ip -h 10.42.1.1 -l 10.42.1.11 > >> IP: 10.42.1.11/255.255.255.0, Gateway: 0.0.0.0 > >> Default server: 10.42.1.1 > >> RedBoot> load -b 0x200000 kernel > >> Using default protocol (TFTP) > >> Address offset = 0x40000000 > >> Entry point: 0x00200100, address range: 0x00200000-0x006a9808 > >> RedBoot> go > >> panic: mtx_lock() of spin mutex pmap @ /usr/src/sys/arm/arm/pmap.c:3676 > >> Uptime: 1s > >> > >> > >> tnx > >> > > > > > > any ideas ? > > did you build with MACHINE_ARCH=armeb? > > Warner > > No .. I follow instruction from FreeBSDAvila wiki : https://wiki.freebsd.org/FreeBSDAvila ..