<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Thanks,  in Intel® Distribution of OpenVINO™ Toolkit</title>
    <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125797#M7571</link>
    <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the object detection sample compiled in this way, but now get the following runtime error when actually trying to run the sample on the NCS2, even though I added the USB rules:&lt;/P&gt;&lt;P&gt;E: [ncAPI] [ &amp;nbsp; &amp;nbsp;211820] ncDeviceOpen:870 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;failed to find device&lt;/P&gt;&lt;P&gt;[ ERROR ] Can not init USB device: NC_DEVICE_NOT_FOUND&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jan 2019 14:21:52 GMT</pubDate>
    <dc:creator>Sootla__Sten</dc:creator>
    <dc:date>2019-01-08T14:21:52Z</dc:date>
    <item>
      <title>Support for 64 bit ARM (e.g. OrangePi 2)</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125792#M7566</link>
      <description>&lt;P&gt;Is it possible to get&amp;nbsp;the samples compiled with OpenVINO R5 on 64-bit ARM? By following the tutorial for Raspbian and modifying the CMake files with the correct paths, I was able to produce the relevant makefiles for the samples on OrangePi 2. However, compilation didn't succeed for any of the samples, as linking the inference engine shared library fails as follows:&amp;nbsp;&lt;/P&gt;&lt;P&gt;/armv7l/libinference_engine.so: error adding symbols: File in wrong format.&lt;/P&gt;&lt;P&gt;I also tried to add the extra armhf architecture (dpkg --add-architecture armhf), and installed some common libraries along with it (e.g.&amp;nbsp;&amp;nbsp;libc++-dev:armhf), but to no avail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 16:24:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125792#M7566</guid>
      <dc:creator>Sootla__Sten</dc:creator>
      <dc:date>2019-01-03T16:24:21Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125793#M7567</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the step you did in the last paragraph may be sufficient to get the samples (which are compiled on armhf architecture) to be executed on arm64 user space. But it's not enough to cross compile them on arm64 user space&amp;nbsp;for armhf arch.&lt;/P&gt;&lt;P&gt;Is&amp;nbsp;your arm64 gcc toolchain able to produce armhf binaries?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 12:08:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125793#M7567</guid>
      <dc:creator>om77</dc:creator>
      <dc:date>2019-01-04T12:08:03Z</dc:date>
    </item>
    <item>
      <title>Sorry, can you elaborate on</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125794#M7568</link>
      <description>&lt;P&gt;Sorry, can you elaborate on your reply? If my steps were sufficient, wouldn't have I been able to run the samples :d? What am I missing?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 15:46:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125794#M7568</guid>
      <dc:creator>Sootla__Sten</dc:creator>
      <dc:date>2019-01-07T15:46:17Z</dc:date>
    </item>
    <item>
      <title>I meant the first step to try</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125795#M7569</link>
      <description>&lt;P&gt;I meant the first step to try is: compile samples on armhf (e.g. Raspberry), copy binaries&amp;nbsp;to arm64 board and run there. The next (more complex) step is to cross-compile samples on arm64 board for armhf.&lt;/P&gt;&lt;P&gt;And for the first step your "extensions" of arm64 user space should be enough.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 19:05:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125795#M7569</guid>
      <dc:creator>om77</dc:creator>
      <dc:date>2019-01-07T19:05:51Z</dc:date>
    </item>
    <item>
      <title>After passing my "first" step</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125796#M7570</link>
      <description>&lt;P&gt;After passing my "first" step (from previous comment) you will get a full list of dependency (e.g. by issuing on armhf board ldd command for&amp;nbsp;final binary). So if libraries from this list are not from OpenVINO package, you need to check if these libraries of armhf architecture are installed on arm64 user space. Next you need to install cross compiling toolchain&amp;nbsp;(containing gcc arm64 binary which is able to produce armhf binaries). Finally you need to configure cmake of OpenVINO to use just installed cross compiling toolchain.&lt;/P&gt;&lt;P&gt;P.S. The error which you get "/armv7l/libinference_engine.so: error adding symbols: File in wrong format." means that you're trying to link different elfs: arm64 and armhf. And&amp;nbsp;/armv7l/libinference_engine.so is obvoiusly armhf one. This means that you currently use arm64 gcc which is incorrect.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 10:50:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125796#M7570</guid>
      <dc:creator>om77</dc:creator>
      <dc:date>2019-01-08T10:50:32Z</dc:date>
    </item>
    <item>
      <title>Thanks, </title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125797#M7571</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the object detection sample compiled in this way, but now get the following runtime error when actually trying to run the sample on the NCS2, even though I added the USB rules:&lt;/P&gt;&lt;P&gt;E: [ncAPI] [ &amp;nbsp; &amp;nbsp;211820] ncDeviceOpen:870 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;failed to find device&lt;/P&gt;&lt;P&gt;[ ERROR ] Can not init USB device: NC_DEVICE_NOT_FOUND&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 14:21:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125797#M7571</guid>
      <dc:creator>Sootla__Sten</dc:creator>
      <dc:date>2019-01-08T14:21:52Z</dc:date>
    </item>
    <item>
      <title>Hi Stan,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125798#M7572</link>
      <description>&lt;P&gt;Hi Stan,&lt;/P&gt;&lt;P&gt;is it noted&amp;nbsp;in lsusb output? If yes, try to run it with root permissions. I guess you installed libusb1.0 of armhf architecture on&amp;nbsp;arm64.&lt;/P&gt;&lt;P&gt;Actually I did the similar thing to get it working on Tegra TX1 arm64 board which only present here, just&amp;nbsp;Movidius 1 stick is used.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 14:39:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125798#M7572</guid>
      <dc:creator>om77</dc:creator>
      <dc:date>2019-01-08T14:39:40Z</dc:date>
    </item>
    <item>
      <title>Hi Sootla, have you succeeded</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125799#M7573</link>
      <description>&lt;P&gt;Hi Sootla, have you succeeded to run on ARM? I can run openvino samples on Raspberry 3B,&amp;nbsp;but I am trying to transfer to an ARM&amp;nbsp;board based on CPU&amp;nbsp;RK3399.&lt;/P&gt;&lt;P&gt;First, how do you modify those CMake files?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 16:45:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125799#M7573</guid>
      <dc:creator>ruan__jiayang</dc:creator>
      <dc:date>2019-01-10T16:45:10Z</dc:date>
    </item>
    <item>
      <title>hi, ruan, jiayang. i am also</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125800#M7574</link>
      <description>&lt;P&gt;hi,&amp;nbsp;ruan, jiayang. i am also trying to&amp;nbsp;transfer openvino to an ARM based&amp;nbsp;rk board. Have you worked it out?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 12:10:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125800#M7574</guid>
      <dc:creator>BBi</dc:creator>
      <dc:date>2019-02-18T12:10:42Z</dc:date>
    </item>
    <item>
      <title>I'm documenting how to</title>
      <link>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125801#M7575</link>
      <description>&lt;P&gt;I'm documenting how to resolve some ARM64 issues with a schroot workaround for those interested:&lt;BR /&gt;&lt;A href="https://github.com/skhameneh/OpenVINO-ARM64" target="_blank"&gt;https://github.com/skhameneh/OpenVINO-ARM64&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Feel free to file an issue or make a PR if you'd like anything to be added.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 20:05:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Support-for-64-bit-ARM-e-g-OrangePi-2/m-p/1125801#M7575</guid>
      <dc:creator>K__Shawn</dc:creator>
      <dc:date>2019-02-26T20:05:51Z</dc:date>
    </item>
  </channel>
</rss>

