From owner-freebsd-arm@FreeBSD.ORG Tue Dec 25 20:45:37 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFA30F3C for ; Tue, 25 Dec 2012 20:45:37 +0000 (UTC) (envelope-from aoyama@peach.ne.jp) Received: from moon.peach.ne.jp (moon.peach.ne.jp [203.141.148.98]) by mx1.freebsd.org (Postfix) with ESMTP id A65928FC0A for ; Tue, 25 Dec 2012 20:45:37 +0000 (UTC) Received: from moon.peach.ne.jp (localhost [127.0.0.1]) by moon.peach.ne.jp (Postfix) with ESMTP id 7515939FA3; Wed, 26 Dec 2012 05:45:35 +0900 (JST) Received: from artemis (unknown [172.18.0.20]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by moon.peach.ne.jp (Postfix) with ESMTPSA id 5DE1C39D5E; Wed, 26 Dec 2012 05:45:35 +0900 (JST) Message-ID: <6D45D86A41B74B61ACC401F7B6C9E59F@ad.peach.ne.jp> From: "Daisuke Aoyama" To: "Ian Lepore" , References: <1356466883.1144.8.camel@revolution.hippie.lan> In-Reply-To: <1356466883.1144.8.camel@revolution.hippie.lan> Subject: Re: Raspberry Pi questions Date: Wed, 26 Dec 2012 05:45:31 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 14.0.8117.416 X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8117.416 X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 20:45:37 -0000 > My RPi comes up with a random ethernet mac address on every boot, but > when I look at the driver code it seems that there should be an address > stored in an eeprom. Do I have to program that myself? Sorry, I forgot WITH_FDT option. You can build correct kernel by: # make buildkernel KERNCONF=RPI-B-test9 WITH_FDT=yes The mac address is provided by FDT. -- Daisuke Aoyama