From owner-freebsd-arm@freebsd.org Wed Feb 28 22:48:58 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A776F2A2DA for ; Wed, 28 Feb 2018 22:48:58 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25ED06A23D for ; Wed, 28 Feb 2018 22:48:57 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 8acd73d2-1cd9-11e8-91c6-33ffc249f3e8 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [67.177.211.60]) by outbound1.eu.mailhop.org (Halon) with ESMTPSA id 8acd73d2-1cd9-11e8-91c6-33ffc249f3e8; Wed, 28 Feb 2018 22:48:51 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w1SMmkhb082263; Wed, 28 Feb 2018 15:48:46 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1519858126.91697.391.camel@freebsd.org> Subject: Re: Stock image of armv7 RPI2 (r330034) hangs on loader after first boot, with red LED on. From: Ian Lepore To: Hyun Hwang , Warner Losh Cc: freebsd-arm@freebsd.org Date: Wed, 28 Feb 2018 15:48:46 -0700 In-Reply-To: <1519851940.3648574.1286973904.4C0CF889@webmail.messagingengine.com> References: <1519842223.2614418.1286772128.15A6E6C5@webmail.messagingengine.com> <1519847184.3588780.1286870920.4B6980E3@webmail.messagingengine.com> <1519851940.3648574.1286973904.4C0CF889@webmail.messagingengine.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Feb 2018 22:48:58 -0000 On Wed, 2018-02-28 at 16:05 -0500, Hyun Hwang wrote: > On Wednesday, February 28, 2018, 1:39 PM (UTC-0700), Warner Losh @bsdimp.com> wrote: > > > > You might try entropy_cache_load="NO" in your loader.conf.loader > > and see if > > that helps. > > > That did resolve the issue! Now on r330034 the Pi boots normally. > > Thank you! I just committed the real fix in r330131.  Basically any copies of ubldr built between rr329190 and rr330131 won't load modules properly, with the symptom being a lockup or kernel panic early in boot.  If you load no modules in loader, everything should be fine; loading modules after the kernel has started works in all versions. -- Ian