From owner-freebsd-arm@FreeBSD.ORG Fri Jun 28 20:54:46 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 82D48F7E for ; Fri, 28 Jun 2013 20:54:46 +0000 (UTC) (envelope-from mercanoles@gmail.com) Received: from mail-pb0-x22a.google.com (mail-pb0-x22a.google.com [IPv6:2607:f8b0:400e:c01::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 5FC611644 for ; Fri, 28 Jun 2013 20:54:46 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id un1so2710561pbc.15 for ; Fri, 28 Jun 2013 13:54:46 -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=dCF/JvotTCASYlcYQ38i43pMfscgKA1bQlbsSoGZsMo=; b=dvRiT5GNxACX0S13lignBLaR8iORZJQ5vEeUvGtX1jrikwZKPiw+I0tK40jX4DVqK9 nRuvNFoPmm7BX+nuYqd385qmmqJZr9mXMxpEBRQRSoe0GTMplnAespE8kd/nfzltvaj8 A30eKcwTIChBrpCcRQy3h1COqrZnTo+Vo7s9Q7ykzmLZ8cikzpNUKRyBJQWveeoFQjIu v9GVRqdlH7GhZN0NQwKFfUVKkFh+jIRRc6/mTcVQIITnG95AlQGmnt4R2Xl4ufr92YG7 3fnpIF84bcR41rzZsgFAHexWIOjjErNskT4PgtiPNP38B9DAed3FS+YytSOyD1ts1ykG 5hFg== MIME-Version: 1.0 X-Received: by 10.68.182.33 with SMTP id eb1mr13137748pbc.186.1372452886140; Fri, 28 Jun 2013 13:54:46 -0700 (PDT) Received: by 10.70.19.198 with HTTP; Fri, 28 Jun 2013 13:54:46 -0700 (PDT) In-Reply-To: References: Date: Fri, 28 Jun 2013 17:54:46 -0300 Message-ID: Subject: Re: Booting kernel on Cubieboard/Mele a_1000 (Allwiner A10) From: Mariano Lescano To: Alexander Fedorov 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: Fri, 28 Jun 2013 20:54:46 -0000 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?? 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*