Difference between revisions of "TB3 Movidius Neural Compute Stick 2.08"

From wikidb
Jump to: navigation, search
(Download Release 1.12)
(Install)
Line 9: Line 9:
  
  
  $ mv workspace/ workspace_2_04
 
 
 
 
   $ mkdir -p ~/workspace
 
   $ mkdir -p ~/workspace
 
    
 
    
 
   $ cd ~/workspace
 
   $ cd ~/workspace
 
    
 
    
   $ mv ~/Downloads/ncsdk-1.12.00.01.tar.gz .
+
   $ mv ~/Downloads/ncsdk-2.08.01.02.tar.gz .
 
    
 
    
   $ tar xzf ncsdk-1.12.00.01.tar.gz
+
   $ tar xzf ncsdk-2.08.01.02.tar.gz
 
    
 
    
   $ mv ncsdk-1.12.00.01 ncsdk
+
   $ cd ncsdk-2.08.01.03
+
  $ cd ncsdk
+
  
NOTE:  1/28/19 failed this time. Go with 2.08 with Realsense2 version. '''Abort this path'''.
 
 
 
   $ make install
 
   $ make install
 
   
 
   
 
   $ cat /opt/movidius/version.txt  
 
   $ cat /opt/movidius/version.txt  
       1.12.00.01
+
       2.08.01.02
  
[[NCS 1.12 Install Log]]
+
[[NCS 2.08 Install Log]]

Revision as of 17:38, 28 January 2019

Download Release 2.08.01

Install

 $ mkdir -p ~/workspace
 
 $ cd ~/workspace
 
 $ mv ~/Downloads/ncsdk-2.08.01.02.tar.gz .
 
 $ tar xzf ncsdk-2.08.01.02.tar.gz
 
 $ cd ncsdk-2.08.01.03
 $ make install

 $ cat /opt/movidius/version.txt 
     2.08.01.02

NCS 2.08 Install Log