From owner-freebsd-arm@FreeBSD.ORG Wed Oct 16 17:46:42 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 AE221681 for ; Wed, 16 Oct 2013 17:46:42 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-qe0-x22c.google.com (mail-qe0-x22c.google.com [IPv6:2607:f8b0:400d:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 66E892F02 for ; Wed, 16 Oct 2013 17:46:42 +0000 (UTC) Received: by mail-qe0-f44.google.com with SMTP id 6so915157qeb.3 for ; Wed, 16 Oct 2013 10:46:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JNRUCwYzBdtCF+FFUdgzbY1MXIeE+z8T3x7+OwwXnsg=; b=TqG+s7mu4gOtxcT4X+coHsH8FfHiz8jZ3SqzCpaFxzyZymVWL7+V4jfVNDCt6LIPgs vtSgdmAJ0TP6lRuG0AiOYspCRnjfFsDIYlYiHU50W/TgN7dDm7FnIaLdexxruBSwbaq0 dsD2f/i7qv/y2L57RT9fh5hGQWGtlugIIbPFgUake5ffxXzSJujZMmd43yYuISsUhW3P +u7N5jQcRp6pLfHmTIP5/fFjSB0ftVBVCEFrlt15WNL/7WFokGg+eRGJfhpkh+AXuFDC SMDUueEEwIgOE47WXvKZjnJwUiSPkzpv1nkTVQfb1EENkSFRXQWoeWMHrYZFloV228Oz xBKg== MIME-Version: 1.0 X-Received: by 10.49.4.199 with SMTP id m7mr5466098qem.19.1381945601574; Wed, 16 Oct 2013 10:46:41 -0700 (PDT) Received: by 10.49.101.13 with HTTP; Wed, 16 Oct 2013 10:46:41 -0700 (PDT) Date: Wed, 16 Oct 2013 19:46:41 +0200 Message-ID: Subject: 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: Wed, 16 Oct 2013 17:46:42 -0000 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