From owner-freebsd-arm@FreeBSD.ORG Sat Jan 19 11:02:41 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 2806AF1F for ; Sat, 19 Jan 2013 11:02:41 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-ie0-f169.google.com (mail-ie0-f169.google.com [209.85.223.169]) by mx1.freebsd.org (Postfix) with ESMTP id E66D8757 for ; Sat, 19 Jan 2013 11:02:40 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id c14so7667279ieb.0 for ; Sat, 19 Jan 2013 03:02:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=1HXCX0lRmkbH3MWH/+7LNOkDKzl0Xe4fSzdqABOPmkk=; b=DOjFlyKAwNoXzDMeya8suUthlNnFe7goiFS+0W3ziq/2anT+PayBHTOZ63qEiyHea8 GJa/1KelgRfevJ+6EUWzLosWtBD42JlHjCwoGpR1APFIopEzp4AQUCGsk2OLJsdBIBql d5fm4wAsmUkBtcePMyIS7OswMGhOnUTSDNBlE79Y6ZaQKAN1QWPPa1VXnU5exvmbpy7v DL0j0GdNEmOiHGwZhCp9oQuJaAprugWEoSoP9OtizFtOepbSs8reY2qcmsCy+5EF9nPY H7tR8ES0440yU9z8PkiDUeaP4ONrtB6Tz9vSOp1JnC8g8LmoY1w/ZLq3t+cBxznqBZNl SdKg== MIME-Version: 1.0 X-Received: by 10.50.6.169 with SMTP id c9mr4726557iga.24.1358593359605; Sat, 19 Jan 2013 03:02:39 -0800 (PST) Received: by 10.64.170.167 with HTTP; Sat, 19 Jan 2013 03:02:39 -0800 (PST) In-Reply-To: <312FDF71-E393-41CB-B148-37FF271F6CAA@macdevshanghai.com> References: <201301042002.04400.hselasky@c2i.net> <201301050832.36489.hselasky@c2i.net> <312FDF71-E393-41CB-B148-37FF271F6CAA@macdevshanghai.com> Date: Sat, 19 Jan 2013 19:02:39 +0800 Message-ID: Subject: Re: Allwinner A10 From: Ganbold Tsagaankhuu To: dev Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-arm@freebsd.org" 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: Sat, 19 Jan 2013 11:02:41 -0000 Hi, On Sat, Jan 19, 2013 at 3:34 AM, dev wrote: > very cool=A3=ACcan you share img file=A3=BFI want to test=A1=A3 I used Tim's script, you can build image for BeagleBone and it will work. https://github.com/kientzle/freebsd-beaglebone You have to have USB ethernet and include that driver in kernel config. Since you will use USB stick and ethernet adapter, you need USB hub with external power. You need to build kernel including a10_echi.c and timer5.c from: https://github.com/tsgan/allwinner_a10 timer5.c is not finished yet (needs improvement), but works. Ganbold > > =B7=A2=D7=D4=CE=D2=B5=C4 iPhone > > =D4=DA 2013-1-19=A3=AC0:58=A3=ACGanbold Tsagaankhuu = =D0=B4=B5=C0=A3=BA > >> Hi, >> >> ian@ helped me a lot to get timer work good enough that I was able to >> login to cubieboard via ssh using usb ethernet adapter. >> >> Some logs are at: http://pastebin.ca/2304311 >> >> uart is not working fully yet and still have problem locking up system >> near the end of boot (locks near "FreeBSD/arm ("). >> >> Ganbold >> >> >> On Thu, Jan 17, 2013 at 6:56 PM, Ganbold Tsagaankhuu = wrote: >>> Hans, >>> >>> On Sat, Jan 5, 2013 at 3:32 PM, Hans Petter Selasky = wrote: >>>> On Saturday 05 January 2013 05:20:43 Ganbold Tsagaankhuu wrote: >>>>> Hans, >>>>> >>>>> So this is more complete debug message: >>>>> >>>>> http://pastebin.ca/2299512 >>>>> >>>>> Now it goes up to /sbin/init and stops there, and it can be related t= o >>>>> rootfs on usb stick. >>>>> >>>>> But why enabling usb debug makes it close to work? Or stick >>>>> information appear in dmesg? >>>>> >>>>> Ganbold >>>> >>>> Can be a cache issue. Please try patch posted yesterday to this list. >>> >>> What could be the reason of following (usb disconnect when try to mount= )? >>> >>> http://pastebin.ca/2303811 >>> >>> btw, with usb debug msg enabled it goes all the way to FreeBSD/arm logi= n msg. >>> >>> Ganbold >>> >>> >>>> --HPS >> _______________________________________________ >> 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"