From owner-freebsd-arm@FreeBSD.ORG Sun Jul 14 10:33:53 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 E47FB6F7 for ; Sun, 14 Jul 2013 10:33:53 +0000 (UTC) (envelope-from ghw@7axu.com) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by mx1.freebsd.org (Postfix) with ESMTP id 7D019C6E for ; Sun, 14 Jul 2013 10:33:52 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id c10so2001392wiw.0 for ; Sun, 14 Jul 2013 03:33:45 -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:cc:content-type:x-gm-message-state; bh=hQfboUv4ksGRsLaxtaXsWjAZVsF2sU6RXKlLtkNJJKQ=; b=Xx79WeNabdbZweRhnKULkjnoZXrBuF1gkHNGMp0p0aB1lWHo0UWNtRbl9KtrT8OU5V 9Z9F3Su7SM7R2GxNtSALNJf/QwcMKN5q5FaEgDdeWpswRZzjaiXApPjt3nytEyANdTBS uLIRdwbqnG3tx01enB/bVkBFCFrpzUJvU0B6lMDhvua+QbOErJFhL9FASqixeEblN4fO ZBYDl0ryuMDRln0PK1FSnYxsQrP6NEkenHAvYk3/6llm2D5wj9vp2zEBlzsD8Vu3EkC0 gcn9vszNnMNtWp3Pngo6HKeCPtOb7h1ja6nu1a6zDWzQ9MatBDyBup9VlbjCohopz8Mf iwCQ== X-Received: by 10.194.91.194 with SMTP id cg2mr6949181wjb.53.1373798025876; Sun, 14 Jul 2013 03:33:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.93.34 with HTTP; Sun, 14 Jul 2013 03:33:05 -0700 (PDT) X-Originating-IP: [54.249.112.206] In-Reply-To: References: From: XiaoQI Ge Date: Sun, 14 Jul 2013 18:33:05 +0800 Message-ID: Subject: Re: My cubieboard startup, automatic restart To: Ganbold Tsagaankhuu X-Gm-Message-State: ALoCoQlD50cju7kmN2GuSmM08NYtl7UADhqg8QIG4yvYplUO6QMcKRxfUwv4nX3Fre1T0fmLOwdN Content-Type: text/plain; charset=UTF-8 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 10:33:54 -0000 Now is not supported by the Ministry EABI it? -- Regards. By: XiaoQI Ge; PGP:8B09D5F7 WWW: https://www.7axu.com/ 2013/7/14 Ganbold Tsagaankhuu > > > > 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" >> > >