From owner-freebsd-arm@FreeBSD.ORG Mon Oct 28 04:49:50 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 9C797BDD for ; Mon, 28 Oct 2013 04:49:50 +0000 (UTC) (envelope-from johnsstephenelder@gmail.com) Received: from mail-vb0-x229.google.com (mail-vb0-x229.google.com [IPv6:2607:f8b0:400c:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E58020FF for ; Mon, 28 Oct 2013 04:49:50 +0000 (UTC) Received: by mail-vb0-f41.google.com with SMTP id w8so4271676vbj.14 for ; Sun, 27 Oct 2013 21:49:49 -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=J8aKpvU6lO6WjzftcwjWfj0GONZAHvipKNWXf6/BFWA=; b=xbePYldlNRXu0B1Vxhl0ecOB/ie4GviQtVJqFFgdS+EM7VKUluG0KihKuN1Dms7ZcO 4murAjA22xuktHrny9QjC3LKowmN2zE99phG9Y62f6J7U1oq1bKCqtvctZt6ib2rFoqL qLq1gYNziWLR5i2SRWry/WOwvNbepIB9q9UR/GdThIEHp1BqQtuvD97sxM1FHQK63KeP 7BoG1/DHTL3m++TLSVNMnL1PjH7WYSjs/nO7f7j3ei5u+/6NgNDMm37T4zLLWB+aP5Qv ZAsRwkqfJiWnsJithxH/9H4OZtnZdsGBKpupo0ANi3y1WhhUTx393ejhUY6oKyBHuG+m IsdA== MIME-Version: 1.0 X-Received: by 10.52.98.99 with SMTP id eh3mr170993vdb.29.1382935789438; Sun, 27 Oct 2013 21:49:49 -0700 (PDT) Received: by 10.58.214.201 with HTTP; Sun, 27 Oct 2013 21:49:49 -0700 (PDT) Date: Mon, 28 Oct 2013 12:49:49 +0800 Message-ID: Subject: 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:49:50 -0000 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?