From owner-freebsd-arm@freebsd.org Wed Feb 28 21:05:42 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 65F5DF22AB8 for ; Wed, 28 Feb 2018 21:05:42 +0000 (UTC) (envelope-from hyun@caffeinated.codes) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (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 1202A8D638 for ; Wed, 28 Feb 2018 21:05:41 +0000 (UTC) (envelope-from hyun@caffeinated.codes) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 3DF1620CA5; Wed, 28 Feb 2018 16:05:41 -0500 (EST) Received: from web5 ([10.202.2.215]) by compute7.internal (MEProxy); Wed, 28 Feb 2018 16:05:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= caffeinated.codes; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=R0zqZ/ EJuIFKTGwet2zz3+zsNTFjGuvh979s6SNL0sE=; b=GyQFmYfPM2jV4eXOtITLAq rVrbSWMPAxEm0iCQOvddcEX8pp8Ph0tidNJor2QIKcHDSACYFYMomIW9GQV/xnqY FYMCxCcX61pBf4QdNyaWQANKEVae2AInLgFoRQX/gZD+BqIo6XtQG4LWF7wOf0yo DryDP99s5VjDciyO29mp4cru/zDoBHIPQ2aarbMljkqbEZjJp0PefF0mB662I9Jy uvfve0/lsyKLhqE+lL7eXcJ6QQStau9tWVCLf4eEp2oVs6XqQzKqrrOllCX9V1AY yMzqQwY8JSBry1WyNF6UXfCIRI687X9URBjv4mv7bNlASTep3iZ/PIizVZOzwn8A == DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=R0zqZ/ EJuIFKTGwet2zz3+zsNTFjGuvh979s6SNL0sE=; b=Nwze8KGOgQbG9MZ2Ns+M1W ZflR9iXudZcCvPctZfU0i1NIw25v1XskBoMFyA25XXDYqguFkGyWm/IzQ8aDkf57 dWdIN5BW2esPiurmIioOFpwEhXwmSHZtARmL6zTd5IlBoD6Fzn+oTXIPv7LjLdCH r85AldCzFZe8eUzgq/v5OnhvbZ8Iwu0l0JMyv3DXGKevyXU+Px9Z9O4iIbvxGMId h1rpu0//bAS8v7hcPA5a/EuGDlKuAWJvDMwXMT0/Am+eyga69ciZQKbURFXJe2yS ++2Q/Fq2f1A9sWIp8xZImvSV/LLEljTQA16SfxcCe9CDYHxuofjd9hvLsthbOj4Q == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 0FF409E111; Wed, 28 Feb 2018 16:05:40 -0500 (EST) Message-Id: <1519851940.3648574.1286973904.4C0CF889@webmail.messagingengine.com> From: Hyun Hwang To: Warner Losh Cc: freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-b08ff009 Subject: Re: Stock image of armv7 RPI2 (r330034) hangs on loader after first boot, with red LED on. Date: Wed, 28 Feb 2018 16:05:40 -0500 References: <1519842223.2614418.1286772128.15A6E6C5@webmail.messagingengine.com> <1519847184.3588780.1286870920.4B6980E3@webmail.messagingengine.com> In-Reply-To: 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 21:05:42 -0000 On Wednesday, February 28, 2018, 1:39 PM (UTC-0700), Warner Losh 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! -- Hyun Hwang