KB9202B

M. Warner Losh imp at bsdimp.com
Fri Jun 5 08:40:04 UTC 2009


In message: <1244167838.9543.116.camel at kokopelli>
            Brian Beattie <beattie at beattie-home.net> writes:
: On Wed, 2009-06-03 at 19:50 -0600, M. Warner Losh wrote:
: > In message: <2624C7F8-3639-405F-8E8C-A784FA4C1E0C at valka.is>
: >             Arnar Mar Sig <antab at 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



More information about the freebsd-arm mailing list