From owner-freebsd-arm@freebsd.org Wed Mar 23 15:31:53 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 3EA51ADB050 for ; Wed, 23 Mar 2016 15:31:53 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (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 2C68C1AA4 for ; Wed, 23 Mar 2016 15:31:52 +0000 (UTC) (envelope-from lifanov@mail.lifanov.com) Received: by mail.lifanov.com (Postfix, from userid 58) id 262EF239E57; Wed, 23 Mar 2016 11:31:52 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.lifanov.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.1 Received: from [127.0.0.1] (vnat600.ejoco.com [166.108.32.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.lifanov.com (Postfix) with ESMTPSA id 749F1239440; Wed, 23 Mar 2016 11:31:47 -0400 (EDT) Subject: Re: does arm64-rpi3 snapshot work? To: Michael Tuexen , Shawn Webb References: <56F29377.8060202@mail.lifanov.com> <20160323130444.GA65661@mutt-hardenedbsd> <87B9563B-2B16-4C2D-8C45-A9A97E3A8DC5@fh-muenster.de> Cc: freebsd-arm@freebsd.org From: Nikolai Lifanov Message-ID: <56F2B6E2.70306@mail.lifanov.com> Date: Wed, 23 Mar 2016 11:31:46 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <87B9563B-2B16-4C2D-8C45-A9A97E3A8DC5@fh-muenster.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 15:31:53 -0000 On 03/23/16 10:06, Michael Tuexen wrote: >> On 23 Mar 2016, at 14:04, Shawn Webb wrote: >> >> On Wed, Mar 23, 2016 at 09:00:39AM -0400, Nikolai Lifanov wrote: >>> I tried booting my Raspberry Pi 3 with this snapshot: >>> https://people.freebsd.org/~andrew/arm64/rpi3-20160306.img.xz >>> >>> I also tried to build one from this branch: >>> https://github.com/zxombie/freebsd/commits/arm64-rpi3 >>> >>> I tried updating to the latest firmware, but I still get a >>> rainbow screen every time. >>> >>> Is there anything obvious that I'm missing? >> >> Hey Nikolai, >> >> I believe the snapshots are meant more for connecting a serial cable up >> to the RPI3 rather than using the HDMI output. RPI3 support itself is > That snapshot supports the serial interface, but it has no modules build > not does it have support for the ethernet interface. Ohh, no ethernet! I was waiting for my RJ45 lights to start blinking to find out that the board is booting... >> very immature at this point. Only one of the four cores is activated. >> I'm sure Andrew Turner and others could probably shed more light on >> what work has been done and what's left to do. > That would be great. Especially, if the RPI-3 is on their agenda... > > Best regards > Michael >> >> Thanks, >> >> -- >> Shawn Webb >> HardenedBSD >> >> GPG Key ID: 0x6A84658F52456EEE >> GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE > - Nikolai Lifanov