From owner-freebsd-arm@freebsd.org Wed Feb 28 18:23:51 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 01CFAF3ADA5 for ; Wed, 28 Feb 2018 18:23:51 +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 A29A9863A8 for ; Wed, 28 Feb 2018 18:23:49 +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 ABB5520B97 for ; Wed, 28 Feb 2018 13:23:43 -0500 (EST) Received: from web5 ([10.202.2.215]) by compute7.internal (MEProxy); Wed, 28 Feb 2018 13:23:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= caffeinated.codes; h=content-transfer-encoding:content-type:date :from:message-id:mime-version:subject:to:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=ecHrPnRf2xtn+n3wVEJOu0nIcjKsbDgk2vcC5QVS7 ek=; b=vwUqXET4YY8zx73IQ3vfCduHdkegHloZpN8fPOPKjWy7kP/ZiG3bPvdvj apJe30twvD2x5LpL2B4EBTnLjTxYg+1Isc8oB0T7KvccigzgvgnLl7iQaaQaQiob PVynYmjWN0cNo3s7ejIqPlTEIle2EuEjqt0f1F1/g0GP57JYDo2a8ZwguxWsc2cY C7ip1f+twMFrH0a56I/3FWBRBrwJa0+iSlb+smjGmjhF35/Dh0dP6MmCNf6tF41K eO2Mie91Hn8hVIdUsrgaA487K0gMLZlQJHSzviXsJ5QcP/V7fIpB4HkH+hYe8JHZ q8O0eun03uFiBZoDilOnAT1W26fkw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=ecHrPnRf2xtn+n3wVEJOu0nIcjKsb Dgk2vcC5QVS7ek=; b=cFRggPt1FxxgGHrllS6fc6xqwBL6HkSSXyzkm2ah5z4Pm qzN4qf1K7OZUxCsyY4c9nCEqC8lr2b/tinhbpg510loK5rh+J479y0I0k+iqEIzu AY/E1oJXUGi/+rQHvA4E1y4tJ7esRlceZGK8MoteIY8wXCxvaoAYtk/UMai+MNgi r6eGqOnFPQF2esWnrnhrrsIxINsSdy49JtLOipu7iWejZeSshrzwtkYFbVZTx2F4 CBF2ArXDt+LaoyLjYlbbWXttTcd+DK3NKCd/+Cg1OIpbZkay+50++Jg1TxqruDOP QKmk1Nvw8W3FhF8q+IOwI9SW/XsR/1r4uCn13i07w== X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 893939E111; Wed, 28 Feb 2018 13:23:43 -0500 (EST) Message-Id: <1519842223.2614418.1286772128.15A6E6C5@webmail.messagingengine.com> From: Hyun Hwang To: 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 Date: Wed, 28 Feb 2018 13:23:43 -0500 Subject: Stock image of armv7 RPI2 (r330034) hangs on loader after first boot, with red LED on. 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 18:23:51 -0000 Hi, I re-imaged my RPi 2 with [the stock image](https://download.FreeBSD.org/ftp/snapshots/arm/armv7/ISO-IMAGES/12.0/FreeBSD-12.0-CURRENT-arm-armv7-RPI2-20180226-r330034.img.xz), but it hangs on second boot on the loader. First boot shows no problem at all. Loader finds the kernel, loads the dtb, and hands over to the kernel. Then kernel clears the screen and starts normal boot procedure. The problem occurs on the second boot. I first shut the pi down using `shutdown -h now`, unplugged it, and then immediately re-plugged to the power. This is what the screen reads: ``` Hit [Enter] to boot immediately, or any key for command prompt. Booting [/boot/kernel/kernel]... /boot/dtb/bcm2836-rpi-2-b.dtb size=0x34cd Loaded DTB from file 'bcm2836-rpi-2-b.dtb'. Kernel entry at 0x1200100... Kernel args: (null) ``` At this point, it does nothing. I have found that the very problem occurred [a month ago to bob](https://lists.freebsd.org/pipermail/freebsd-arm/2018-January/017310.html), but unlike their situation (self-built), this occurs on stock image. Can anyone look into this problem? In the meantime, I will try few other previous images that is still in download.FreeBSD.org. Thank you. -- Hyun Hwang