Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search
Requirements
== Overview ==
 <section begin=overview />Network File System (NFS) is a Distributed file system protocol originally developed by Sun Microsystems in 1984, allowing a user on a client Computer to access files over a network in a manner similar to how local storage is accessed. NFS, like many other protocols, builds on the Open Network Computing Remote Procedure Call (ONC RPC) system. The Network File System is an open standard defined in RFCs, allowing anyone to implement the protocol. More information [http://en.wikipedia.org/wiki/Network_File_System here].<br>
In IGEP Boards, NFS protocol can be used to mount a whole rootfs partition located in a remote disk like Virtual Machine, this method can be useful for:<br>
*Remote system is a bit slower than a Micro SD or Flash system
*IGEP X-loader and Kernel will be hosted in Micro SD or Flash
 
<br>
{| cellspacing="1" cellpadding="1" border="1" width="200"
|}
'''<sup>Click to enlarge image</sup>''' <section end=overview />
== Requirements ==
There are some requisites to follow this guide:
*[http://isee.biz/component/zoo/item/igep-virtual-machine-sdk-yocto IGEP SDK VM]: follow the [http://isee.biz/component/zoo/item/igep-sdk-software-user-manual IGEP&nbsp;SDK&nbsp;SOFTWARE&nbsp;USER&nbsp;MANUAL ] (chapter 2.3 "Setting up and running the VM")<br> *[http://downloads.isee.biz/denzil/binary/qt4e-demo-image-igep00x0.tar.bz2 IGEP Qt Demo] or [http://isee.biz/component/zoo/item/igep-firmware-yocto-1-2 IGEP Firmware]: follow the [http://isee.biz/component/zoo/item/igep-sdk-software-user-manual IGEP&nbsp;SDK SOFTWARE&nbsp;USER&nbsp;MANUAL ] (chapter 6.1 "Create IGEP firmware bootable micro-sd card") <br> *IGEP Board with [[Using_Ethernet_to_communicate|Ethernet ]] or [[Using_IGEP_WLAN_to_communicate|Wifi ]]connection (in this How-to article is used Ethernet communication)<br> *[[Update_the_PRE-INSTALLED_software_image_to_a_current_release|MicroSD ]] Card (at least 2Gbytes)
== Set up NFS at VM ==
nfsroot=192.168.5.10:/srv/{your_rootfs_dir}</pre>
Save changes, power down IGEP, unplug MicroSD card and power up your board.
 
[[Category:Software]] [[Category:Tutorials]]
0
edits