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

From wikidb
Jump to: navigation, search
(Examples)
(Examples)
Line 44: Line 44:
 
   
 
   
 
   $ make examples
 
   $ make examples
 
  
 
[[NCS 2.08.01 Examples Install Log]]
 
[[NCS 2.08.01 Examples Install Log]]
Line 53: Line 52:
 
       /dev/sda7      92535808 11910844  75901304  14% /
 
       /dev/sda7      92535808 11910844  75901304  14% /
 
       ...
 
       ...
 +
 +
= Tests =

Revision as of 20:29, 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

Examples

  • Plug in the Movidius NCS
 $ lsusb
     Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
     Bus 001 Device 005: ID 04f3:2494 Elan Microelectronics Corp. 
     Bus 001 Device 004: ID 8087:0a2a Intel Corp. 
     Bus 001 Device 003: ID 0bda:58c2 Realtek Semiconductor Corp. 
     Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
     Bus 001 Device 006: ID 03e7:2150  
     Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  • Movidius is the 03e7:2150 device
 $ cd ncsdk-2.08.01.02/

 $ make examples

NCS 2.08.01 Examples Install Log

 $ df
     Filesystem     1K-blocks     Used Available Use% Mounted on
     ...
     /dev/sda7       92535808 11910844  75901304  14% /
     ...

Tests