From owner-freebsd-arm@FreeBSD.ORG Tue Oct 22 17:54:06 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0C9E71D9 for ; Tue, 22 Oct 2013 17:54:06 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D56D2B6B for ; Tue, 22 Oct 2013 17:54:05 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id q58so8663293wes.3 for ; Tue, 22 Oct 2013 10:54:04 -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=BKY4WUVu1JldB0eN7focK/+VOsuMHiS9fgThOtkO5Kw=; b=TK0I0oTT9YWdTmrl5F8zjXZKPv+D1O/SxyBieQisYqrnnYLBDvYgj1ZSSkcRYofKKE U81OhhqbHCmiZr81rkXXrUal0eNpmv1jHk2vrCRwm+yqcXRgwJBj3D2fIT6YRMvMG2+q Y5wY5Qqdin7ZAPSIOITZ0oCuuPM8/s+KWmJyUj3ALRbEAQUnmcCH83MzvmJjCB0pBITz RbIlFk+clIwUAIT0jD6hxPoy3TcPyjqb6jTMKEQGA0zhYQ34JdZJ/0OLML2D4lV3tITx SEykxYYpd6jK3hlgplcKHTftDE/D6QziSDGwJ7FBdF7xiZLRaBAbDVsqNEBmUmSFUU59 W4bg== MIME-Version: 1.0 X-Received: by 10.194.77.167 with SMTP id t7mr19802458wjw.27.1382464443999; Tue, 22 Oct 2013 10:54:03 -0700 (PDT) Received: by 10.217.141.3 with HTTP; Tue, 22 Oct 2013 10:54:03 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Oct 2013 19:54:03 +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: Tue, 22 Oct 2013 17:54:06 -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 > :( .. still no solutions for this problem ? Beri