NFS root on BeagleBone Black

Ronald Klop ronald-freebsd8 at klop.yi.org
Tue Jul 9 08:20:58 UTC 2013


On Mon, 08 Jul 2013 19:37:21 +0200, Douglas Beattie <beattidp at ieee.org>  
wrote:

> On Jul 7, 2013, at 11:43 PM, John-Mark Gurney wrote:
>
>> Douglas Beattie wrote this message on Sun, Jul 07, 2013 at 23:06 -0600:
>>>
>>> options         NFS_ROOT                #NFS usable as /, requires  
>>> NFSCL
>>> options          
>>> ROOTDEVNAME=\"nfs:192.168.0.198:/opt/tftpboot/beaglebone\"
>>
>> Do you have:
>> options 	BOOTP
>>
>> in your kernel to give the interface an ip address?  I don't see
>> anything in your dmesg about the kernel trying to get an ip address
>> before it tries to nfs mount root.
>>
>> There isn't any communication from U-Boot to the kernel on what the ip
>> address is suppose to be...  The kernel needs to rediscover it itself.
>
>
>
> I tried enabling 'BOOTP' and related options at first, but reverted to
> only 'NFS_ROOT', since I don't have a BOOTP service.

Isn't BOOTP about the same protocol as DHCP?
Oh no, wait.
http://en.wikipedia.org/wiki/Bootstrap_Protocol
'Most DHCP servers also function as BOOTP servers.'

Maybe you can just hardcode its IP.

Ronald.


More information about the freebsd-arm mailing list