From owner-freebsd-arm@FreeBSD.ORG Thu Jul 11 02:21:38 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6B7F7A5F for ; Thu, 11 Jul 2013 02:21:38 +0000 (UTC) (envelope-from ghw@7axu.com) Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by mx1.freebsd.org (Postfix) with ESMTP id 046DB1A46 for ; Thu, 11 Jul 2013 02:21:36 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id ey16so7003713wid.4 for ; Wed, 10 Jul 2013 19:21:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:from:date :message-id:subject:to:content-type:x-gm-message-state; bh=MD0rKkjfKrhiSGxJ05wlA0whb85jnXSDJAR6vtDrtcE=; b=aY9lrJVUj7BYQZ+8vu8lze81TeYkLFHNaBjGhF7JiG1pTqvghS5yBKsxd9uhrpi4zR EPKKUB83Q03j+bO0zR8TrSbAt3kNF2bcLwUzRncO2kssv+uKrQ2AHXbKsOJqkBJ7hC1q N1TUMTmIb0IkYnl3AZouYA75wwTVXbGgbPo441SfdPOH95xPG8rkOsYLp+blUVOq3mDh jVDij8wzDbg+ZWlJLXFbYSSsZFwY2r17t8pl2ybGhM27qezc2GRIz29auO+ccmdqN7mz RPAYpSeBPOro75gN6SmZdZQQZCFipC8FXYlL3sVL5Sup3BvsgDOhgVDk2gdOewFyzY2O 8uEA== X-Received: by 10.194.7.137 with SMTP id j9mr20012407wja.11.1373505981338; Wed, 10 Jul 2013 18:26:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.93.34 with HTTP; Wed, 10 Jul 2013 18:25:41 -0700 (PDT) X-Originating-IP: [149.154.65.84] In-Reply-To: References: From: XiaoQI Ge Date: Thu, 11 Jul 2013 09:25:41 +0800 Message-ID: Subject: Re: My cubieboard startup, automatic restart To: freebsd-arm X-Gm-Message-State: ALoCoQkQxM9ngbn4egx/RldNECL2976ph5fqFE0NEByQL7SnGFEc7nPbqz6QVcesUevPs8w7nsqs 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: Thu, 11 Jul 2013 02:21:38 -0000 I opened the WITH_FDT = yes, can now start, but not recognize my USB disk Error message: mountroot> ? List of GEOM managed disk devices: mountroot> ufs:/dev/da0s2 Trying to mount root from ufs:/dev/da0s2 []... mountroot: waiting for device /dev/da0s2 ... Mounting from ufs:/dev/da0s2 failed with error 19. mountroot> ? List of GEOM managed disk devices: -- Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www.7axu.com/ 2013/7/10 XiaoQI Ge > I've compiled a kernel (svn update to the latest) > Start when the resumption of direct > > Error message: > > sun4i#mmcinfo > Device: SUNXI SD/MMC > Manufacturer ID: 36 > OEM: 414f > Name: > Tran Speed: 50000000 > Rd Block Len: 512 > SD version 2.0 > High Capacity: No > Capacity: 240.8 MiB > Bus Width: 4-bit > sun4i#fatload mmc 0 0x40200000 kernel > reading kernel > 4860454 bytes read in 218 ms (21.3 MiB/s) > sun4i#go 0x40201000 > ## Starting application at 0x40201000 ... > data abort > > MAYBE you should read doc/README.arm-unaligned-accesses > > pc : [<40201010>] lr : [<5ff827d4>] > sp : 5fe61e30 ip : 00000000 fp : 00000000 > r10: 00000003 r9 : 00000000 r8 : 5fe61f68 > r7 : 5ffb98a4 r6 : 00000001 r5 : 5fe63224 r4 : 40201000 > r3 : 00000000 r2 : 5fe63224 r1 : 5fe63224 r0 : 00000001 > Flags: nZCv IRQs off FIQs off Mode SVC_32 > Resetting CPU ... > > resetting ... > > U-Boot SPL 2012.10-04259-g832a8e5 (Nov 09 2012 - 10:06:24) > DRAM: 512MB > SUNXI SD/MMC: 0 >