Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2013 19:46:52 +0000
From:      Iain Young <iain@g7iii.net>
To:        Ian Lepore <ian@FreeBSD.org>
Cc:        freebsd-arm@FreeBSD.org
Subject:   Re: Boot failure for CURRENT on
Message-ID:  <52C1CDAC.2070002@g7iii.net>
In-Reply-To: <1388419719.1158.192.camel@revolution.hippie.lan>
References:  <52C13E6B.4070006@g7iii.net> <1388419719.1158.192.camel@revolution.hippie.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
On 30/12/13 16:08, Ian Lepore wrote:

> Given that it appears to be dying in the dmtimer code I recently
> touched, I'd say my changes (r259739, 43, 44, 50) are a good candidate
> (except, of course, it works when I run it on my BBW).
>
> Do you have option PPS and do you have one of the timer trigger pins
> configured for capture?  On my BBW, the next line of output I'd see is:

Ah, that was the problem. I had assumed that your timer patch twiddled
with the dts, since your original patch did. That will teach me :)

However, although I now get further, it seems it can't find my SD card:


Trying to mount root from ufs:/dev/mmcsd0s2a [rw,noatime]...
mountroot: waiting for device /dev/mmcsd0s2a ...
usb_alloc_device: setting up USB template failed maybe the USB template 
module has not been loaded
ugen0.2: <Unknown> at usbus0 (disconnected)
uhub_reattach_port: could not allocate new device
Mounting from ufs:/dev/mmcsd0s2a failed with error 19.
Trying to mount root from ufs:mmcsd0s2 []...
mountroot: waiting for device mmcsd0s2 ...
Mounting from ufs:mmcsd0s2 failed with error 19.

Loader variables:
   vfs.root.mountfrom=ufs:/dev/mmcsd0s2a
   vfs.root.mountfrom.options=rw,noatime

Manual root filesystem specification:
   <fstype>:<device> [options]
       Mount <device> using filesystem <fstype>
       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)
   <empty line>    Abort manual input

mountroot> ?

List of GEOM managed disk devices:


mountroot>


Did something change ? Is UFS now compiled as a module or something ?
I'm a bit concerned that "?" showed no managed disk devices. Any ideas ?


Iain




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52C1CDAC.2070002>