From owner-freebsd-arm@freebsd.org Tue Jul 3 20:23:59 2018 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 B323D1023432 for ; Tue, 3 Jul 2018 20:23:59 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47C8796AA6 for ; Tue, 3 Jul 2018 20:23:58 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.110.112]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1faRq8-0007Ar-UU; Tue, 03 Jul 2018 22:23:57 +0200 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Stefan Parvu" Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD on latest RPI3+ References: <9E4BB8D2-DCDC-4C69-BE37-1D0896295B56@kronometrix.org> <1DAB1D3D-DEA3-4904-A290-0EDC4B25217A@kronometrix.org> Date: Tue, 03 Jul 2018 22:23:58 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <1DAB1D3D-DEA3-4904-A290-0EDC4B25217A@kronometrix.org> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: 2ecd0b53b7de9511489f92806276a3d7 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2018 20:23:59 -0000 On Tue, 03 Jul 2018 20:57:04 +0200, Stefan Parvu wrote: > >> Yes, I have it running out of the box. Just install the RPI3 FreeBSD >> 12/aarch64 snapshot [1][2]. >> Since a couple of weeks ethernet is supported. WiFi and bluetooth are >> not (yet) supported. > > Im experimenting with it already. Are you using this > image:FreeBSD-12.0-CURRENT-arm64-aarch64-RPI3-20180628-r335760.img.xz > and this should support the NIC ? I installed an image of a few weeks ago so the one you mention has the right driver also. The driver is named if_muge. The system should load this driver automaticly at boot. See 'kldstat' if it is loaded or not. With 'ifconfig' it will show up as 'ue0'. What I find anoying is that the mac address of the ethernet changes every time you boot. So I hardcoded this in /etc/rc.conf. ifconfig_ue0="ether 12:34:56:78:90:ab DHCP" Instead of the number above I used one of the random values it used and I happened to register in my dhcp server/router. Regards, Ronald. > Thanks for message, > Stefan