From owner-freebsd-arm@freebsd.org Thu Nov 24 22:00:17 2016 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 A8D1EC54BE4 for ; Thu, 24 Nov 2016 22:00:17 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-34.reflexion.net [208.70.210.34]) (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 5317A19BD for ; Thu, 24 Nov 2016 22:00:16 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 25023 invoked from network); 24 Nov 2016 22:00:18 -0000 Received: from unknown (HELO rtc-sm-01.app.dca.reflexion.local) (10.81.150.1) by 0 (rfx-qmail) with SMTP; 24 Nov 2016 22:00:18 -0000 Received: by rtc-sm-01.app.dca.reflexion.local (Reflexion email security v8.20.0) with SMTP; Thu, 24 Nov 2016 17:00:00 -0500 (EST) Received: (qmail 24920 invoked from network); 24 Nov 2016 22:00:00 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 24 Nov 2016 22:00:00 -0000 Received: from [192.168.1.106] (c-76-115-7-162.hsd1.or.comcast.net [76.115.7.162]) by iron2.pdx.net (Postfix) with ESMTPSA id 89471EC907A; Thu, 24 Nov 2016 14:00:14 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: Can't get 11.0-RELEASE to boot on Banana PI M3 From: Mark Millard In-Reply-To: <20161124222152.dfd02dcafdc25182b6b46e50@bidouilliste.com> Date: Thu, 24 Nov 2016 14:00:13 -0800 Cc: freebsd-arm Content-Transfer-Encoding: 7bit Message-Id: <66508AA3-436A-4D9E-AAB5-B85D0B4FC40C@dsl-only.net> References: <20161124222152.dfd02dcafdc25182b6b46e50@bidouilliste.com> To: Michael Sperber X-Mailer: Apple Mail (2.3251) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2016 22:00:17 -0000 On 2016-Nov-24, at 1:21 PM, Emmanuel Vadot wrote: > On Thu, 24 Nov 2016 09:23:43 +0100 > Michael Sperber wrote: > >> >> I'm new to this list (and to FreeBSD on ARM), so forgive me if I'm >> asking something trivial: >> >> I built a FreeBSD 11.0-RELEASE image for my BPI M3 using Crochet, by the >> book as far as I can tell. The result doesn't boot, and I see no >> external indication that anything is happening. (I.e. no LEDs blinking, >> as they usually do when a working image boots up.) As for LED's: the BPi-M3 that I have access to is up running a FreeBSD stable/11 vintage and the red LED stays on instead of blinking. >> This thread: >> >> http://permalink.gmane.org/gmane.os.freebsd.devel.arm/14466 >> >> ... led me to believe uboot might currently be broken. Is that indeed >> the case? Any instructions I could follow to get a working version. >> >> Any help would be much appreciated! >> >> -- >> Regards, >> Mike > > Hello, > > Do you have a serial cable attached ? We do not support HDMI output on > this SoC right now so that just might be it. > > -- > Emmanuel Vadot Good point. In my reply I should have pointed him at the "Supported devices" table on: https://wiki.freebsd.org/FreeBSD/arm/Allwinner and its A83T column. The content may at times reflect head instead of stable/11 in some respects but what it indicates as not working in head would also generally not work in stable/11 or release/11.0.? or releng/11.0 . Listed as "not supported": Audio (analog) Audio (HDMI) Framebuffer HDMI video and that implicitly means serial cable use --or ssh use. (I do both.) I'll note that cpufreq and powerd do not yet work together despite what might expect from the table. If I understand right that is true of head for the BPi-M3, not just stable/11 and other 11 variants. (It likely will get to the point of being MFC'd later sometime.) There is no mention of it on this or any other page that I've found but only 4 of the 8 cores for an A83T are supported: the others go unused. (Also noted in my prior message.) One oddity of tracking functionality is that head now has, for example, both ALLWINNER and GENERIC but stable/11 and other 11's do not have GENERIC. It might be that at times ALLWINNER and GENERIC are not super/subsets of each other but that both omit something that the other has that could apply to the BPi-M3. Some material is being MFC'd to stable/11 but there might be some things that are not to be MFC'd. I do not know if GENERIC will ever move to stable/11. Fixing one bad typo in my prior message: > all the cores are of the same time should have been: all the cores are of the same type === Mark Millard markmi at dsl-only.net