From owner-freebsd-stable@freebsd.org Wed May 16 02:26:03 2018 Return-Path: Delivered-To: freebsd-stable@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 8009FEE7C99 for ; Wed, 16 May 2018 02:26:03 +0000 (UTC) (envelope-from mike@karels.net) Received: from mail.karels.net (mail.karels.net [216.160.39.52]) by mx1.freebsd.org (Postfix) with ESMTP id C2FDA71697; Wed, 16 May 2018 02:26:02 +0000 (UTC) (envelope-from mike@karels.net) Received: from mail.karels.net (localhost [127.0.0.1]) by mail.karels.net (8.15.2/8.15.2) with ESMTP id w4G2Q180012735; Tue, 15 May 2018 21:26:01 -0500 (CDT) (envelope-from mike@karels.net) Message-Id: <201805160226.w4G2Q180012735@mail.karels.net> To: Glen Barber cc: Christopher Hall , freebsd-stable@freebsd.org From: Mike Karels Reply-to: mike@karels.net Subject: Re: unable to boot 11.2-BETA1 on BeagleBone In-reply-to: Your message of Wed, 16 May 2018 02:07:43 -0000. <20180516020743.GU55278@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <12733.1526437561.1@mail.karels.net> Date: Tue, 15 May 2018 21:26:01 -0500 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 02:26:03 -0000 > Hi Christopher, > On Wed, May 16, 2018 at 10:02:30AM +0800, Christopher Hall wrote: > > Hello Glen, > > > > On Tue, 15 May 2018 13:46:49 +0000, Glen Barber wrote: > > > > > On Sat, May 12, 2018 at 04:33:26PM -0500, Mike Karels wrote: > > > > I tried to boot 11.2-BETA1 on a BeagleBone Black that had been > > > > running 11.1-RELEASE. It didn't boot, falling back to the EMMC > > > > (which isn't bootable, a different problem). I was also unable to > > > > boot the snapshot from 12/20. I see that the boot partition has > > > > different contents: > > > > > > > > 11.1-RELEASE: > > > > MLO u-boot.img ubldr ubldr.bin > > > > > > > > 11.2-BETA1: > > > > MLO boot.scr u-boot.img ubldr.bin > > > > > > > > Has anyone else been able to boot on a BeagleBone? > > > > > > > > > > I saw this too with 11.2-BETA1, but due to inconsistencies between two > > > different BeagleBone SoCs used to test, could not rule out if the > > > problem was due to local hardware failure. > > > > > > Specifically, one of two I have has the EMMC overwritten to avoid > > > needing to "manually" boot FreeBSD, and the UART does not work > > > correctly (because I am dangerous with solder), and nothing outputted > > > on the HDMI console. The other system has working EMMC, seemingly > > > broken HDMI output, but working UART that only displayed repeated 'C' > > > when booting. > > > > Just tried > > FreeBSD-11.2-PRERELEASE-arm-armv6-BEAGLEBONE-20180504-r333226.img.xz > > > > on my working BBB but only got repeated 'C' on serial port. > > > To be clear, you observed the repeated 'C' on the serial port, and the > system did not boot? I want to make sure, since you mentioned you did > see at least some repetition of 'C' on the console but eventually the > system did come up fine. > In either case, thank you very much for testing. Following up on previous email and filling in details: I also get repeated 'C' on the serial console when the sytem tries to boot from EMMC. With 11.2-BETA1 or the older snapshot, this happened even if I held down the boot switch. I think it is from a repeated error that I have also seen along the lines of "Cannot set timing on EMMC" but I can't prove that. But it boots fine from SD card with 11.1, and (fwiw) the EMMC works fine from FreeBSD. I'll file the PR if no one has beaten me to it. Mike