Date: Tue, 03 Jul 2018 22:23:58 +0200 From: "Ronald Klop" <ronald-lists@klop.ws> To: "Stefan Parvu" <sparvu@kronometrix.org> Cc: freebsd-arm@freebsd.org Subject: Re: FreeBSD on latest RPI3+ Message-ID: <op.zllex8fpkndu52@klop.ws> In-Reply-To: <1DAB1D3D-DEA3-4904-A290-0EDC4B25217A@kronometrix.org> References: <9E4BB8D2-DCDC-4C69-BE37-1D0896295B56@kronometrix.org> <op.zlk2gpgkkndu52@klop.ws> <1DAB1D3D-DEA3-4904-A290-0EDC4B25217A@kronometrix.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 03 Jul 2018 20:57:04 +0200, Stefan Parvu <sparvu@kronometrix.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.zllex8fpkndu52>