jordon wrote: > Every time I have installed the arm7 port on my BBB, fetched latest, and > built, I end up with a device with no network connectivity. Any input on > how to build this would be most welcome. An updated snapshot would be > welcome as well! > > Jordon >
You may be running into this: http://www.openbsd.org/faq/current.html#20131031 2013/10/31 - new routing message version To convert the route expire time to 64 bit, it was necessary to change the routing message structure. Make sure that you boot a new kernel before replacing the user land programs. A small compatibility layer allows to configure addresses with old ifconfig and new kernel. Old route get also works in this setup. Old dhclient with new kernel assigns the address but hangs. Make sure to reboot your machine sucessfully during transition. I'm experiencing the dhclient hang, after DHCPACK, since I didn't update userland (yet). Cancelling (^C) it during boot and statically configuring the network interface seems to work though.