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

From wikidb
Jump to: navigation, search
(Created page with "= Download Release 1.12 = * [https://github.com/movidius/ncsdk github location] * click on "release" tab * [https://github.com/movidius/ncsdk/releases/tag/v1.12.00.01 the 1.1...")
 
(Download Release 1.12)
Line 1: Line 1:
= Download Release 1.12 =
+
= Download Release 2.08.01 =
  
 
* [https://github.com/movidius/ncsdk github location]
 
* [https://github.com/movidius/ncsdk github location]
 
* click on "release" tab
 
* click on "release" tab
* [https://github.com/movidius/ncsdk/releases/tag/v1.12.00.01 the 1.12 release]
+
* [https://github.com/movidius/ncsdk/archive/v2.08.01.02.tar.gz the 2.08 release]
* Download tar.gz source - the file name is ncsdk-1.12.00.01.tar.gz
+
* Download tar.gz source - the file name is ncsdk-2.08.01.02.tar.gz
  
 
= Install =
 
= Install =

Revision as of 17:32, 28 January 2019

Download Release 2.08.01

Install

 $ mv workspace/ workspace_2_04
 
 $ mkdir -p ~/workspace
 
 $ cd ~/workspace
 
 $ mv ~/Downloads/ncsdk-1.12.00.01.tar.gz .
 
 $ tar xzf ncsdk-1.12.00.01.tar.gz
 
 $ mv ncsdk-1.12.00.01 ncsdk

 $ cd ncsdk

NOTE: 1/28/19 failed this time. Go with 2.08 with Realsense2 version. Abort this path.

 $ make install

 $ cat /opt/movidius/version.txt 
     1.12.00.01

NCS 1.12 Install Log