From owner-freebsd-arm@freebsd.org Sat Jul 13 19:43:08 2019 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 A0BEB15EF8E7 for ; Sat, 13 Jul 2019 19:43:08 +0000 (UTC) (envelope-from sm@ara-ler.com) Received: from mail.myserver.ws (mail.myserver.ws [144.217.111.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.myserver.ws", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E16EA6B71E; Sat, 13 Jul 2019 19:43:06 +0000 (UTC) (envelope-from sm@ara-ler.com) Received: from dendrobates (c-73-153-76-61.hsd1.co.comcast.net [73.153.76.61]) (Authenticated sender: sm@ara-ler.com) by mail.myserver.ws (Postfix) with ESMTPSA id 24BCFA1C36; Sat, 13 Jul 2019 19:43:00 +0000 (UTC) Date: Sat, 13 Jul 2019 13:42:56 -0600 From: Sergey Manucharian To: Ian Lepore Cc: Denis Polygalov , freebsd-arm@freebsd.org Subject: Re: FreeBSD 11.3-RELEASE and 11.2-RELEASE images fail to boot on BeagleBone Black Message-ID: <20190713194256.GK1503@dendrobates> References: <8352f841-0522-9f45-148d-d2948e97857e@gmail.com> <20190713152404.GJ1503@dendrobates> <6b3dcec02b425a8559605b4e6c5ada19ee642728.camel@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6b3dcec02b425a8559605b4e6c5ada19ee642728.camel@freebsd.org> User-Agent: Mutt/1.11.4 (2019-03-13) X-Rspamd-Queue-Id: E16EA6B71E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of sm@ara-ler.com designates 144.217.111.45 as permitted sender) smtp.mailfrom=sm@ara-ler.com X-Spamd-Result: default: False [-2.16 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-0.79)[-0.791,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+a:mail.myserver.ws]; NEURAL_HAM_LONG(-0.91)[-0.912,0]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[ara-ler.com]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mail.myserver.ws]; NEURAL_HAM_SHORT(-0.70)[-0.698,0]; IP_SCORE(0.06)[ipnet: 144.217.0.0/16(-0.88), asn: 16276(1.17), country: FR(-0.01)]; RECEIVED_SPAMHAUS_PBL(0.00)[61.76.153.73.zen.spamhaus.org : 127.0.0.10]; R_DKIM_NA(0.00)[]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:16276, ipnet:144.217.0.0/16, country:FR]; FREEMAIL_CC(0.00)[gmail.com]; RCVD_TLS_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jul 2019 19:43:08 -0000 Excerpts from Ian Lepore's message from Sat 13-Jul-19 11:39: > I'm able to boot the most recent 12-stable snapshot on beaglebone > black... > > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm/armv7/ISO-IMAGES/12.0/FreeBSD-12.0-STABLE-arm-armv7-BEAGLEBONE-20190711-r349903.img.xz > > But there are some long timeout delays on ti_sdhci1 as it boots. Yes, 12.0 works fine. Also, after booted off an SD card, the image can be dd-ed to the eMMC: perfectly works without SD card (except of spitting out hundreds lot of meaningless messages: Card did not respond to voltage select! ) I think, the difference with the previous images (11.x) is the fact that u-boot is using EFI and it's a mainline u-boot, whilst the old images used one specially tailored for FreeBSD. -S