From owner-freebsd-arm@freebsd.org Thu Jan 4 04:21:43 2018 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 A2E91E856F4 for ; Thu, 4 Jan 2018 04:21:43 +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 403F978D2A for ; Thu, 4 Jan 2018 04:21:42 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: be2e8885-f106-11e7-8dac-d32f5c2d02ef X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.eu.mailhop.org (Halon) with ESMTPSA id be2e8885-f106-11e7-8dac-d32f5c2d02ef; Thu, 04 Jan 2018 04:21:33 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id w044LTe1002394; Wed, 3 Jan 2018 21:21:29 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1515039689.1759.27.camel@freebsd.org> Subject: Re: RPI2 boot hangs with red light on From: Ian Lepore To: bob prohaska Cc: freebsd-arm@freebsd.org Date: Wed, 03 Jan 2018 21:21:29 -0700 In-Reply-To: <20180104023257.GA15177@www.zefox.net> References: <20180102222730.GB10596@www.zefox.net> <3EE68320-8359-495D-AFCE-098A2220C6AE@dsl-only.net> <20180104023257.GA15177@www.zefox.net> 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: Thu, 04 Jan 2018 04:21:43 -0000 On Wed, 2018-01-03 at 18:32 -0800, bob prohaska wrote: > > > >  > > > FreeBSD/armv6 U-Boot loader, Revision 1.2 > > > (Mon Jun 26 22:46:48 UTC 2017 root@releng3.nyi.freebsd.org) > >  > > [Note that armv6 above.] > >  > > That does give me pause, but the kernel went to v7 at least > a few build/install cycles ago and seemed to boot fine.... There are no architectural differences between ubldr built for armv6 vs armv7, and either version could load either flavor of kernel.  There have been some bugfixes applied to ubldr in the past few months. -- Ian