From owner-freebsd-arm@FreeBSD.ORG Thu Jun 27 00:46:16 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 90C06844 for ; Thu, 27 Jun 2013 00:46:16 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 65C671980 for ; Thu, 27 Jun 2013 00:46:16 +0000 (UTC) Received: by mail-ie0-f172.google.com with SMTP id 16so303402iea.31 for ; Wed, 26 Jun 2013 17:46:16 -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=sQ6p2nEstVBP48Dl+YR81+yL7A4ALYh9ZmNHPGjNPBg=; b=zdTGh8KlNxIRqmdu3Ha2OplXQf1aXa89fnKbcDwtUdkYkBt6dSC+9+3YUzZNAInjm5 DEfk18TH7RFb60qjcxXN7Lz91cBb3fZFHJW3Jn7pRUdd8eZ9jMytE6/+QvD1x1veGv2w a1LB0+V8Gqe6hf0k7JvL0BFPqXyGX2uxZAB183FJJkWmuWTH5IBPseFTamHtUwIVRHDI IuPUyv8Wg7GWPkKWC5pkflEx2Wu2ESpdL4aHOBGtEIAqeskzQzMNpyyUCKEj83PdlTsZ l0TE+Hp8+G4aFqRdbw29H8LacZ99Jgqs8at8QpXAZPb9mSKajEbGp8vpppy5uzGr5I6p fD6g== MIME-Version: 1.0 X-Received: by 10.42.95.208 with SMTP id g16mr3586682icn.45.1372293975694; Wed, 26 Jun 2013 17:46:15 -0700 (PDT) Received: by 10.64.235.239 with HTTP; Wed, 26 Jun 2013 17:46:15 -0700 (PDT) In-Reply-To: References: Date: Thu, 27 Jun 2013 08:46:15 +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: Thu, 27 Jun 2013 00:46:16 -0000 On Thu, Jun 27, 2013 at 5:36 AM, Mariano Lescano wrote: > 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? > Are you sure that current driver works for it? Can you show dmesg? I used usb stick in Cubieboard, so I can't comment about SD. Ganbold > > 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" >