From owner-freebsd-arm@FreeBSD.ORG Mon Jul 1 11:42:32 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 DE279C61 for ; Mon, 1 Jul 2013 11:42:32 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id B1B53160D for ; Mon, 1 Jul 2013 11:42:32 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id e11so9084666iej.1 for ; Mon, 01 Jul 2013 04:42:32 -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=M59YPHbjxiiqDmngjdnZzCh0d2g056GhhTaEbSHzOP0=; b=E79qzBo3HtTT3fArRrtmYuwG5zwHkWAMDv3W52SVH+K35J/tEAyY9A3wnBhV/eggEv H+7a2Fqg5Mf+lG0gYFFZ5VtjAJ7BbdfMRUIIDm5Mtqm7zg6fyLXJLy14yEv/XngRj5dA rMmWm7hfmTiqd+z00fRlrgwdaY6rnRxkULVq5kraA9bZb6GlHPrv1/Qr1rWSe2iwYxAl WWLPe/xjCcrJPY1lxGQ2doJM8vtIwveJt669hF/pJzh0uJQO0o1u5RFxf17+vHxfhPMP Ui4Z8E4QQqbheqnhOtedyzf/NwmOhvzLUnLvm9gyilQ2FkeQ0dfgmQATku2dmelneaEs mNlA== MIME-Version: 1.0 X-Received: by 10.50.32.70 with SMTP id g6mr15086456igi.2.1372678952370; Mon, 01 Jul 2013 04:42:32 -0700 (PDT) Received: by 10.64.235.239 with HTTP; Mon, 1 Jul 2013 04:42:32 -0700 (PDT) In-Reply-To: References: Date: Mon, 1 Jul 2013 19:42:32 +0800 Message-ID: Subject: Re: Booting kernel on Cubieboard/Mele a_1000 (Allwiner A10) From: Ganbold Tsagaankhuu To: Mariano Lescano Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Mon, 01 Jul 2013 11:42:32 -0000 On Sat, Jun 29, 2013 at 4:54 AM, Mariano Lescano wrote: > Thanks for that information, FreeBSD is now running in the Cubieboard and > mele_a1000 boards using ubldr and mounting the root filesystem from USB > stick. We will try to patch to get mmc support. > Anyone knows about ethernet and gpu support?? > There is no support for gpu, as for ethernet driver sometime ago the work has started by me, but it is not usable and hasn't finished yet. Ganbold > Thanks > > > 2013/6/27 Alexander Fedorov > > > Hi! > > Freebsd doesn't support Allwinner A10 MMC controller. > > > > You should use USB stick for the root filesystem. > > > > P.S. > > I have an initial version of the driver for MMC, but it does not > > support DMA, so the IO is very slow. I tested it with my Hackberry > > board. > > If you're interested, see the patch in attachment and configuration > > files. Also, I will publish the code on github in a few days. > > > > 2013/6/27 Mariano Lescano : > > > Hi > > > We have the kernel booting using ubldr. At the point to mount the root > > > filesystem we get this message: > > > > > > ====================================================== > > > > > > Trying to mount root from ufs:/dev/mmcsd0s2a [rw,noatime]... > > > stack_capture: frame=0xdcacfa3c > > > stack_capture: frame=0 > > > stack_capture: frame=0xdcacf85c > > > stack_capture: frame=0xc30feda4 > > > stack_capture: frame=0 > > > mountroot: waiting for device /dev/mmcsd0s2a ... > > > Mounting from ufs:/dev/mmcsd0s2a failed with error 19. > > > Trying to mount root from ufs:/dev/da0s2a []... > > > mountroot: waiting for device /dev/da0s2a ... > > > Mounting from ufs:/dev/da0s2a failed with error 19. > > > > > > Loader variables: > > > vfs.root.mountfrom=ufs:/dev/mmcsd0s2a > > > vfs.root.mountfrom.options=rw,noatime > > > > > > Manual root filesystem specification: > > > : [options] > > > Mount using filesystem > > > and with the specified (optional) option list. > > > > > > eg. ufs:/dev/da0s1a > > > zfs:tank > > > cd9660:/dev/acd0 ro > > > (which is equivalent to: mount -t cd9660 -o ro /dev/acd0 /) > > > > > > ? List valid disk boot devices > > > . Yield 1 second (for background tasks) > > > Abort manual input > > > > > > mountroot> ? > > > > > > List of GEOM managed disk devices: > > > > > > > > > mountroot> > > > > > > ======================================================== > > > > > > We can see that List of GEOM managed disk devices is empty > > > > > > What could be the problem? > > > Any suggestions? > > > > > > Thanks > > > _______________________________________________ > > > 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" > > > > > > -- > *Lescano Mariano - UNC* > _______________________________________________ > 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" >