How to build and install NDAS driver manually

We're up to version 1.1.x. So download files from http://code.ximeta.com/dev/1.1

tar zxvf ndas-1.1-x.tar.gz
  • Build the driver.
make 
  • If you build the driver for the kernel other than currently running one, you can specify kernel by setting NDAS_KERNEL_PATH before execute make
    export NDAS_KERNEL_PATH=/usr/src/linux-kernel-xxxx
    
  • Install the driver
make install
sh ndas start

Now you are ready to go.

Please refer to USAGE to use the NDAS driver.