Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

User:Pau pajuelo

81 bytes added, 15:36, 30 July 2012
no edit summary
= Set up a NFS between IGEP Board and IGEP VM =
'''Under construction'''
== Overview ==
'''Under construction'''
'''EXPLAIN NFS BOOT SEQUENCE'''
== Requirements ==
'''Under construction'''
== Set up NFS at VM ==
<pre>wget http://downloads.isee.biz/denzil/binary/qt4e-demo-image-igep00x0.tar.bz2
sudo mkdir /srv/{your_rootfs_dir}
sudo tar jxf qt4e-demo-image-igep00x0.tar.bz2 -C /srv/{your_rootfs_dir}</pre> 
=== Configure NFS Server ===
<pre>/srv/{your_rootfs_dir} *(rw,sync,no_subtree_check,no_root_squash)</pre>
Export NFS file system:
<pre>sudo exportfs -a</pre> 
== Set up NFS at IGEP Board ==
root=/dev/nfs
nfsroot=192.168.5.10:/srv/{your_rootfs_dir}</pre>
Save changes and restart IGEP Board
 
=== Flash boot<br> ===
Boot IGEP with a MicroSD card without NFS support.
<pre>mkdir /tmp/temp
mount -t jffs2 /dev/mtdblock1 /tmp/temp </pre>
root=/dev/nfs
nfsroot=192.168.5.10:/srv/{your_rootfs_dir}</pre>
 == Test NFS == '''Under construction'''Save changes, power down IGEP Board, unplug MicroSD card and power up your board.
4,199
edits