From owner-freebsd-arm@FreeBSD.ORG Tue Dec 25 20:21:47 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 64914C16 for ; Tue, 25 Dec 2012 20:21:47 +0000 (UTC) (envelope-from freebsd@damnhippie.dyndns.org) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id 2ABFA8FC12 for ; Tue, 25 Dec 2012 20:21:46 +0000 (UTC) Received: from damnhippie.dyndns.org (daffy.symmetricom.us [206.168.13.218]) by duck.symmetricom.us (8.14.5/8.14.5) with ESMTP id qBPKLjQM098855 for ; Tue, 25 Dec 2012 13:21:46 -0700 (MST) (envelope-from freebsd@damnhippie.dyndns.org) Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id qBPKLNIw072250 for ; Tue, 25 Dec 2012 13:21:23 -0700 (MST) (envelope-from freebsd@damnhippie.dyndns.org) Subject: Raspberry Pi questions From: Ian Lepore To: freebsd-arm@freebsd.org Content-Type: text/plain; charset="us-ascii" Date: Tue, 25 Dec 2012 13:21:23 -0700 Message-ID: <1356466883.1144.8.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit 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:21:47 -0000 I got my RPi running this morning, more or less. I used the boot partition from the latest image at http://www.peach.ne.jp/archives/rpi/ but I'm loading my own custom built kernel and world. I have a few questions... Can I get ubldr to load a kernel using tftp, bootp, etc? Are there any docs on ubldr in general? (Right now I'm skipping ubldr and using u-boot's DHCP command to load the kernel.) 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? When I try to use an nfs-mounted root I get "Mounting from nfs:172.22.42.240:/rpi failed with error 19." but if I mount root from the sdcard then after it gets to multiuser mode I can manually nfs-mount the same directory. Has anybody got an nfs-mounted root working? -- Ian