Hello I updated Angstrom linux on BBB. And I tried to use nfs-boot.

Hello
I updated Angstrom linux on BBB. And I tried to use nfs-boot. But I failed.
“[ 47.312519] nfs: server 192.168.30.201 not responding, still trying”

How can I set static IP on Angstrom linux ?

I think Angstrom use dhcp. But I want to use static IP.
I set /etc/netwroks/interfaces.
iface eth0 inet static
address 192.168.30.236
netmask 255.255.255.0
network 192.168.30.0
gateway 192.168.30.1
But I can’t set static IP.

I found the setting in this URL.

http://wiki.beyondlogic.org/index.php/BeagleBoneBlack_Building_Kernel

NFS boot failures
If your NFS root freezes during boot with a message similar to:

nfs: server 192.168.0.251 not responding, still trying
Then it is possible the network connection used by the NFS connection has been re-configured. On Angstrom, this connection is re-established by the Connection Manager (ConnMan.) To quickly overcome this problem, remove /lib/systemd/system/connman.service from your rootFS.