From owner-freebsd-arm@freebsd.org Sun Mar 27 02:47:09 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21359AD543A for ; Sun, 27 Mar 2016 02:47:09 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E324B16F3; Sun, 27 Mar 2016 02:47:08 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.14.9/8.14.5) with ESMTP id u2R2l6b4007547; Sat, 26 Mar 2016 19:47:06 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.14.9/8.14.5/Submit) id u2R2l6jo007546; Sat, 26 Mar 2016 19:47:06 -0700 (PDT) (envelope-from fbsd) Date: Sat, 26 Mar 2016 19:47:06 -0700 From: bob prohaska To: Ian Lepore Cc: freebsd-arm@FreeBSD.org, bob prohaska Subject: Re: [Bug 208308] Adding USB flash drive to fstab kills ue0 on Raspberry Pi 2 Message-ID: <20160327024706.GH86944@www.zefox.net> References: <20160326180748.GG86944@www.zefox.net> <1459016044.1091.107.camel@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459016044.1091.107.camel@freebsd.org> User-Agent: Mutt/1.4.2.3i X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 02:47:09 -0000 On Sat, Mar 26, 2016 at 12:14:04PM -0600, Ian Lepore wrote: > Normally the boot process waits only for the root filesystem device to > appear. You might try adding an unconditional boot delay to > /boot/loader.conf, to give time for usb devices to arrive, like > > kern.cam.boot_delay="10000" > > The number is delay in milliseconds. > Ok, that brought back some memories. It turns out that I have kern.cam.boot_delay="20000" in the other RPI2s that use USB storage. At first it was used for a mechanical hard drive but apparently was found necessary for USB flash drives as well. I'd forgotten all about the episode..... Thanks for the reminder! bob prohaska