Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Jun 2009 02:37:44 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        beattie@beattie-home.net
Cc:        freebsd-arm@FreeBSD.org
Subject:   Re: KB9202B
Message-ID:  <20090605.023744.1137954643.imp@bsdimp.com>
In-Reply-To: <1244167838.9543.116.camel@kokopelli>
References:  <2624C7F8-3639-405F-8E8C-A784FA4C1E0C@valka.is> <20090603.195059.1239873755.imp@bsdimp.com> <1244167838.9543.116.camel@kokopelli>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <1244167838.9543.116.camel@kokopelli>
            Brian Beattie <beattie@beattie-home.net> writes:
: On Wed, 2009-06-03 at 19:50 -0600, M. Warner Losh wrote:
: > In message: <2624C7F8-3639-405F-8E8C-A784FA4C1E0C@valka.is>
: >             Arnar Mar Sig <antab@valka.is> writes:
: > : On Jun 3, 2009, at 11:25 PM, Brian Beattie wrote:
: > : > I'm trying to figure out FreeBSD on arm and I'm trying to get it  
: > : > running
: > : > on a KwikByte 9202. 
: 
: ...
: 
: > : > Console log below the sig.
: > : >
: > : <snip>
: > : > ate0: <EMAC> mem 0xdffbc000-0xdffbffff irq 24 on atmelarm0
: > : > ate0: No MAC address set
: > : > device_attach: ate0 attach returned 6
: > : looks like you have no working network device.
: > 
: > Looks like no MAC address is programmed into the MAC by the
: > boot loader...
: > 
: > Warner
: 
: Ok, I grabbed current sources via svn, and configured nanobsd to build
: for the kb9202b. a console log for loading the kernel via tftp.  as the
: kernel boots up it run the DHCP protocol producing the following
: message:
: 
: Received DHCP Ack packet on ate0 from 0.0.0.0 (accepted) (no root path)
: 
: I'm interpreting this as meaning that it's looking for some information
: from the DHCP server.  I can switch my DHCP server from my DD-WRT
: firewall to a linux box if this is the case and I know what information
: the freebsd kernel is looking for.
: 
: Can somebody point me to a resource that defines this?

I think that you need some special information in the DHCP server to
get the root path.  My isc dhcp server is configured for that like so:

        host avila.example.com {
                filename "kernel.avila";
                hardware ethernet 00:d0:12:02:76:58;
                fixed-address 192.168.0.10
                option root-path "192.168.0.2:/nfsroots/gateworks";
                option root-opts "nolockd";
        }

Warner




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090605.023744.1137954643.imp>