New Electronic Technology SynView for Linux
Copyright (C) by New Electronic Technology
********************************************************************************

Installation procedure for SynView package in .tar.gz format
--------------------------------------------------------------------------------

download and extract the zipped tar file into a local folder:

    mv synview-x.yy.zzz.tar.gz $HOME
    cd $HOME
    tar xvf synview-x.yy.zzz.tar.gz


export the following environment variables to point to the local synview installation:

    export LVS_ROOT=$HOME/synview-1.01.111/opt/synview
    export LVS_VAR=$HOME/synview-1.01.111/var/opt/synview
    export LVS_CFG=$HOME/synview-1.01.111/etc/opt/synview
    export PATH=${LVS_ROOT}/bin:$PATH


compile and start the CorSight kernel driver (check if kernel headers are installed):

    cd ${LVS_ROOT}/drivers/lvsm
    make 
    cd ${LVS_ROOT}/etc/init.d
    su root
    sv.synview.sm start
    sv.synview.sm status
    exit


start synview explorer:
    sv.explorer

