From owner-freebsd-arm@FreeBSD.ORG Sun Jul 14 08:36:51 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 91A735E4 for ; Sun, 14 Jul 2013 08:36:51 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 6735C97C for ; Sun, 14 Jul 2013 08:36:51 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id k13so23330711iea.4 for ; Sun, 14 Jul 2013 01:36:51 -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 :cc:content-type; bh=ops0tDG5K9cTofNzkc24uDuWZH/bFRRS986n2fuw1G0=; b=Ti9sfEgh1cqkAj3J11uNxXglqHnR9yLrr/J72x86/sQ50MJmGuqRbbLMgGDJ07iPhw vIwP2Dp/f9LpYcPL9CXxgBzPUlLagVpRb8nMTCNz9IUy80ZCjsIgNQQ/xBpm3+KNpt0u L77TRf65yzo0SLEPUggBLt1RWBEqAPBGjmNrwvHFyNELmtWj2OwR1qg9rjXx9H34967f rB0yefoJrAe6QaoWBKv8Psv54wE+Jf28rtLVpKbQmsuEU+C5x1034uKitFXqMBFqXD28 pKvhY8/fFRxl3gEbjpcLcWrSt9C9AY9p2iZJPYf/ZktS3kqiA/Eu/URypVAfP85877/t 0KRw== MIME-Version: 1.0 X-Received: by 10.50.128.36 with SMTP id nl4mr4304434igb.38.1373791011001; Sun, 14 Jul 2013 01:36:51 -0700 (PDT) Received: by 10.64.235.239 with HTTP; Sun, 14 Jul 2013 01:36:50 -0700 (PDT) In-Reply-To: References: Date: Sun, 14 Jul 2013 16:36:50 +0800 Message-ID: Subject: Re: My cubieboard startup, automatic restart From: Ganbold Tsagaankhuu To: XiaoQI Ge Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-arm 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: Sun, 14 Jul 2013 08:36:51 -0000 On Thu, Jul 11, 2013 at 7:18 PM, XiaoQI Ge wrote: > Or so > === > # # Starting application at 0x40201000 ... > Try "go 0x40200100" and check your usb stick. Ganbold > 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 ... > === > > How to solve it > > > > -DWITH_ARM_EABI WITH_FDT = yes > > -- > 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 > > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >