Root File Systems uClinux NEEK BSP
6.2 Static IP Allocation
To configure the Static IP, do the following settings:
BusyBox ---->
[*] ifconfig
[*] Enable status reporting output (+7k)
To allocate static IP to the board, issue following command on the target.
/>ifconfig eth0 192.168.0.14
6.3 Mounting NFS on NEEK
Before mounting NFS on NEEK, select the options as mentioned in SLS Ethernet
IP Driver and NFS. Then go to the user application and select the following.
Now build the kernel.
Network Applications --->
[*] portmap
BusyBox --->
[*] BusyBox
Linux System Utilities --->
[*] mount
[*] Support mounting NFS file systems
Networking Utilities --->
[*] ifconfig
[*] Enable status reporting output (+7k)
6.3.1 NFS Server (Host) Set Up
To set up the NFS server follow the steps below:
1. Login as a super user on your server on the host pc in your network.
2. Create a directory called nfs in the /home directory.
#mkdir /home/nfs
36 System Level Solutions