PINE64

Full Version: Using the Movidius NCS with rock64
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello friends,

Although the movidius NCS doesn't officially support the rock64, I was able to modify the install scripts to get it working. I went with the Bionic-LXDE operating system (since it appears to be the most stable DE). Note that this is version 1 of the SDK. Future plans is to convert version 2 soon.

I created a github repo with instructions on how to set everything up
https://github.com/markjay4k/ncsdk-aarch64

basically justĀ 
Code:
git clone https://github.com/markjay4k/ncsdk-aarch64.git
cd ncsdk-aarch64
sudo make install
source ~/.bashrc
sudo make api


If you want to install tensorflow, I made an aarch64 version
Code:
git clone https://github.com/markjay4k/Tensorflow-1.9rc0-py36-aarch64.git
pip3 install Tensorflow-1.9rc0-py36-aarch64/tensorflow-1.9.0rc0-cp36-cp36m-linux_aarch64.whl

then, to build the examples, run
Code:
sudo make examples


Also you can watch a video I made that goes through all the steps as well
https://www.youtube.com/watch?v=AXzIYk7-...ibk0h00410

good luck!!

Mark Jay