From owner-freebsd-arm@freebsd.org Sat Nov 26 17:58:41 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 0B6C5C579CA for ; Sat, 26 Nov 2016 17:58:41 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (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 E36CA998 for ; Sat, 26 Nov 2016 17:58:40 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: f84aee6b-b401-11e6-94b7-cbe6054a74b1 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id f84aee6b-b401-11e6-94b7-cbe6054a74b1; Sat, 26 Nov 2016 17:58:43 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id uAQHwWCP011572; Sat, 26 Nov 2016 10:58:32 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1480183112.1889.108.camel@freebsd.org> Subject: Re: How to change MAC address on RPI-B? From: Ian Lepore To: diffusae , freebsd-arm@freebsd.org Date: Sat, 26 Nov 2016 10:58:32 -0700 In-Reply-To: References: <001701d245ce$e64e33f0$b2ea9bd0$@Kitz@xs4all.nl> <454137dc-30f7-cd33-6c75-0cc3045090dd@t-online.de> <002801d24755$f9017420$eb045c60$@Kitz@xs4all.nl> <177ae37f-db52-c7ee-77fa-d9bc7d61b4ee@t-online.de> <1480137537.1889.97.camel@freebsd.org> <1480137719.1889.98.camel@freebsd.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit 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: Sat, 26 Nov 2016 17:58:41 -0000 On Sat, 2016-11-26 at 18:32 +0100, diffusae wrote: > Hi Ian, > > I've applied it to the sysutils/u-boot-rpi port and test the package > with the RPI-B. The configured usbethaddr is set in the u-boot > environment, but it will not passed to the kernel via the FTD blob. > The > FreeBSD kernel always have the BIA of the NIC. > > But I think, you are right, the RPis FTD data is available before the > u-boot enviroment is set. > > So unfortunately that doesn't work a the moment. > > Best regards, It also requires a change to sys/boot/fdt/dts/arm/rpi.dts and recompile and put the new rpi.dtb file on the fat partition of the sdcard.  I just committed the change for that as r309195. This stuff does work, I tested it last night. -- Ian