From owner-freebsd-arm@FreeBSD.ORG Mon Oct 28 04:54:01 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 0BED9C42 for ; Mon, 28 Oct 2013 04:54:01 +0000 (UTC) (envelope-from johnsstephenelder@gmail.com) Received: from mail-vc0-x236.google.com (mail-vc0-x236.google.com [IPv6:2607:f8b0:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF556213F for ; Mon, 28 Oct 2013 04:54:00 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id if17so142291vcb.41 for ; Sun, 27 Oct 2013 21:53:59 -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=d1R77k8+5ikhcsb1qU2LyIuv+tNLn0zhxphmyez4bn4=; b=N/Ub/p8Ld/qVvQGauqd/s0hiRmgPvmalr8FUaRZuimThGU7h4OMZlTdRywkDP/j7GV q66KLXVW/ndH+IbljoUdo7M78/b1zDMwZt/m1QtEWkpvFyd2yawCn1EyudqrzISKG1L1 cL60DTuTHc4Els5wsnxWyolippqsan/0TUdg5huPKG9pG5Fx2YWgIx6wGLbDxm3YSlm2 IkLgSghl/6k+grJC1N/wJeUal2exSqpnyQybkw6IbP+Z0E6+Y0CfNEy71AmBWySlgEQw 28VsnEmf/NhUhyOqzx1uepzzVANiFVZ8FFiKKDMD7+nvWVVELkfzlyQ0xl0ZZX2FRbBg 2njg== MIME-Version: 1.0 X-Received: by 10.221.21.133 with SMTP id qs5mr216398vcb.28.1382936039871; Sun, 27 Oct 2013 21:53:59 -0700 (PDT) Received: by 10.58.214.201 with HTTP; Sun, 27 Oct 2013 21:53:59 -0700 (PDT) In-Reply-To: References: Date: Mon, 28 Oct 2013 12:53:59 +0800 Message-ID: Subject: Re: About CB cant boot with FreeBSD errors From: John Elder To: freebsd-arm Content-Type: text/plain; charset=UTF-8 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: Mon, 28 Oct 2013 04:54:01 -0000 My system now is: root@arm:~ # uname -a FreeBSD arm 10.0-BETA1 FreeBSD 10.0-BETA1 #0 r256420: Sun Oct 13 01:43:07 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 On Mon, Oct 28, 2013 at 12:49 PM, John Elder wrote: > Hi, > I have done under this webpage( > https://wiki.freebsd.org/FreeBSD/arm/Cubieboard). > But when I power on the CB, this show: > > sun4i#fatload mmc 0 0x40200000 kernel; go 0x40200100 > reading kernel > > 4835069 bytes read > ## Starting application at 0x40200100 ... > 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 10.0-CURRENT #0: Sun Oct 27 18:38:54 CST 2013 > root@arm:/usr/obj/arm.armv6/usr/src/sys/CUBIEBOARD arm > FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 > panic: lock "vm map (user)" 0xc06eb050 already initialized > KDB: enter: panic > [ thread pid 0 tid 0 ] > Stopped at 0xc03598f0: ldrb r15, [r15, r15, ror r15]! > db> > > What should I do to solve this problem? >