From owner-freebsd-arm@FreeBSD.ORG Thu Oct 17 17:04:30 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 32AF62CF for ; Thu, 17 Oct 2013 17:04:30 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-qe0-x236.google.com (mail-qe0-x236.google.com [IPv6:2607:f8b0:400d:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9FDD21B7 for ; Thu, 17 Oct 2013 17:04:29 +0000 (UTC) Received: by mail-qe0-f54.google.com with SMTP id 1so817750qec.41 for ; Thu, 17 Oct 2013 10:04:29 -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 :content-type; bh=EAEbYxzeJr8Jy/gLrnMF8oHcP8Qk9vaYHXsDJu1cxC0=; b=S8UcsonGsh4Odt8Z/SS/L6sxkGNhu10cA+t3gaes0g0+7MV52oOrpSCZpXLdzTrozF 38x19J18qf8Y/r+5hBHhvlW4co2ZzI8xmu8io0mbcuOVl5rRK1EdbtpUrc4EhVHczzuC 5lF9+Cbr8CHECACMbEu7mlqW9gVYdAgn8C9bCCSC0u4IFLIAMEfPZjQ+PH4yGrNf74kf WbgMkW5yp739cBBwVK2fqrtwqn7Cx9XMRHNwDlsIPSWSNmOtr5hmXO5Zsecrt8ZjkVUk PTnBN6uijWzM5HpPEBcKTG6yzarAP/R3tZr8ynVW/QMTgwld4z3e6IRnKBKSruIMupSQ 9BBQ== MIME-Version: 1.0 X-Received: by 10.224.64.200 with SMTP id f8mr13690667qai.55.1382029469118; Thu, 17 Oct 2013 10:04:29 -0700 (PDT) Received: by 10.49.101.13 with HTTP; Thu, 17 Oct 2013 10:04:29 -0700 (PDT) In-Reply-To: References: Date: Thu, 17 Oct 2013 19:04:29 +0200 Message-ID: Subject: Re: AVILA kernel From: Berislav Purgar To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 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, 17 Oct 2013 17:04:30 -0000 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 ?