From owner-freebsd-arm@FreeBSD.ORG Fri Oct 18 06:22:55 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 CB2BA97E; Fri, 18 Oct 2013 06:22:55 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 816C2207A; Fri, 18 Oct 2013 06:22:55 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id k18so113024qcv.38 for ; Thu, 17 Oct 2013 23:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=TaIVGhUrFqkdghBHTGQ4IkECEJdOAjYfVCMpRQ0RyzU=; b=sPifMfLwv5GzKYLfsLUoirWYHMk3ZJsqWYKwJAz5AdyUaEW5WCt5m9DbB7EOOqkyEU aZRJui7o+Ma1Kn9TgBcA+X+ol8zgC1700rrB4r893cAd4hcteS2x4YvM7fyVcMaA5WUy VvN2/yEcjDPurXB2NoZFBrMMxA/PDwa8Xko2L3zoLHheBFGpan9h/KNZFZYQt97xZH4N n3SAFtjkVNLX3GhYOkaQA8qhRaI1+M20xTELtrbHmYpoarVKHh7u46zN4KpzEDmgdwYB uKFgUuWDfwUEaPFp8jDwQu4FdTrupVLO1OoE5MY7X82pHwk4EwKz/2ubuZFWoIkWZZtz T/bQ== X-Received: by 10.224.92.201 with SMTP id s9mr2141491qam.85.1382077374631; Thu, 17 Oct 2013 23:22:54 -0700 (PDT) MIME-Version: 1.0 From: Berislav Purgar Date: Thu, 17 Oct 2013 23:22:54 -0700 Message-ID: <-7155149584770761333@unknownmsgid> Subject: RE: AVILA kernel To: Olivier Houchard Content-Type: text/plain; charset=ISO-8859-1 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: Fri, 18 Oct 2013 06:22:55 -0000 Hello Olivier. Im just update src i now building world/kernel to test these changes. Tnx Sent from my Windows Phone From: Olivier Houchard Sent: 10/18/2013 12:14 AM To: Berislav Purgar Cc: freebsd-arm@freebsd.org Subject: Re: AVILA kernel On Thu, Oct 17, 2013 at 11:51:50PM +0200, 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 ? Hi Berislav, I won't be able to test things on AVILA before at least next week, but I just committed a change as rev 256712 that may, or may not, help with your issue. Can you test it and see if it helps ? Thanks ! Olivier