Wiznet W5300E01-ARM User Manual page 35

Table of Contents

Advertisement

5.3.2.
NFS(Network FileSystem) Server Configuration
When transmitting big-sized file from Host to target board, serial is not efficient. For this case, NFS (Network
File System) can be used. Binary image is created after programming and compiling at the Host PC. If you
install the the binary image at the directory configured by NFS, you can execute it at the target board.
If nfs server is not installed in the Host PC, install the nfs server. If you are using Debian Linux, install the nfs-
kernel-server package with apt-get package management system.
# apt-get install nfs-kernel-server
In case of Red Hat, install nfs-utils package with yum package management system.
# yum install nfs-utils
Create a directory to share NFS between Host PC and Target board.
# mkdir /nfs
Open '/etc/'exports' file and add below.
/nfs
192.168.1.0(rw, insecure)
Re-start the NFS. (In case of using Debian, input '/etc/init.d/nfs-kernel-server' instead of '/etc/init.d/nfs'.)
# /etc/init.d/nfs stop
# /etc/init.d/nfs start
© Copyright 2008 WIZnet Co., Inc. All rights reserved.
27

Advertisement

Table of Contents
loading

Table of Contents