Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Bring NCS Up on Up Board (up-board.org)

idata
Employee
1,126 Views

mstsvetk_at_intel

 

JFYI: I've brought up SDK 1.09.00 on http://www.up-board.org/up/ (Maker board with Atom Z3850 SoC) - everything seems to be ok.

 

Installation went smoothly and fast, examples run well.

0 Kudos
2 Replies
idata
Employee
733 Views

@mstsvetk That's awesome! Can you provide the steps you took to get the SDK working on the Up board? I'm sure other users may find it helpful. Thanks again!

0 Kudos
idata
Employee
733 Views

Hi Team,

 

I tested it on UP board 2GB + 32 GB eMMC memory configuration (UP-CHT01-A10-0232) with 64bit BIOS (latest version).

 

It's pretty good matched to recommended Ubuntu HW requirements: 2GB RAM, 2x Core CPU, 25GB Storage;

 

     

  1. Install Ubuntu 16.04.3 LTS desktop from USB stick
  2.  

  3. Configure network (board of choice: OnBoard Eth, USB modem or USB WiFi dongle)
  4.  

  5. sudo apt update
  6.  

  7. I didn't install specific ubulinux linux-upboard kernel package - it's optional
  8.  

  9. sudo apt-get install git
  10.  

  11. git clone https://github.com/movidius/ncsdk.git
  12.  

  13. git clone https://github.com/movidius/ncappzoo.git
  14.  

  15. cd ncsdk dir; run "make install"; run "make examples"
  16.  

  17. Connect USB Camera and NC Stick
  18.  

  19. cd ncappzoo/apps/stream_infer and run "python3 stream_infer.py"
  20.  

 

Hope I didn't forgot something super-important here. Will check the script on the second UP Board :)

0 Kudos
Reply