From owner-freebsd-arm@FreeBSD.ORG Thu Oct 17 21:12:54 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 4D1EC231 for ; Thu, 17 Oct 2013 21:12:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-f172.google.com (mail-ie0-f172.google.com [209.85.223.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A6952344 for ; Thu, 17 Oct 2013 21:12:53 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id tp5so5068248ieb.3 for ; Thu, 17 Oct 2013 14:12:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=BpV8MLo7bYhSq6NKVpbj5iqSmo9ysu2W08axPjsCRvI=; b=IyLwLh/CSvV3bdoGCppYx52d4G5eh9dS3QNVUiIvQQkKzXqzEUi13iRzDJWSDjh76H Ml+miYk12KuNl78+SkUdrQn6nqtagUXp1OszIgpAh7fIra1XZua8mFMXJyDX1N8CGbHd dSosI9XKjZ1E/MDF2rUyAmLauXhbYp2Z3vhAxWIMjt/CXI7xUbYRMsjx62CV6JYzQdat VO8qvUEgaiqWNCjPXDGXoPL/9vtmjS8iAljL1k442++JRj57YQRCCTgSIwaFwYtU5Edq TagpZ7n7FpJ6+uy4Dyjnhpfz7BfRXXfsFqrZrl4ZbuUCESg7qnMq1euY4eYvFnGp2KFR 0M5Q== X-Gm-Message-State: ALoCoQkzqsSi5XuIRuxX8hkg4GniItbdcinWYfAGbWgxRK84TEE0h85ghRyjLhUbwZZZccxJqna1 X-Received: by 10.42.48.202 with SMTP id t10mr6937750icf.9.1382044367475; Thu, 17 Oct 2013 14:12:47 -0700 (PDT) Received: from monkey-bot.int.fusionio.com ([209.117.142.2]) by mx.google.com with ESMTPSA id f5sm9930667igc.4.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Oct 2013 14:12:46 -0700 (PDT) Sender: Warner Losh Subject: Re: AVILA kernel Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Thu, 17 Oct 2013 15:12:44 -0600 Content-Transfer-Encoding: 7bit Message-Id: <58DBFC39-806F-48AF-BB81-7FFF1931BF5D@bsdimp.com> References: To: Berislav Purgar X-Mailer: Apple Mail (2.1085) 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:12:54 -0000 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