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.

HDDL Support on ARM Platform or not

SC_Huang
Beginner
721 Views

Hi, 

Our customer had try the openVINO raspbian version could work with NCS2 with Ubuntu16.04 on ARM v7 platform (32bits)

Does HDDL card also work with Ubuntu16.04 on ARM v7 or v8 platform (32bits or 64bits)?

It seems no HDDL plugin in openVINO raspbian version, can we use openVINO Linux version instead?

0 Kudos
1 Solution
Shubha_R_Intel
Employee
721 Views

Dear SC Huang,

Raspberry Pi has an ARM chip and certainly, you can use it as a host with a Myriad stick plugged in. For Raspberry Pi, you must use the raspbian 32-bit OS.

If you are talking about an accelerator board like Mustang-V100-MX8 then 64-bit Linux OS (such as CentOS and Ubuntu) are supported. 32-bit Linux is not supported on this accelerator board.

Hope it helps,

Thanks

Shubha

 

View solution in original post

0 Kudos
4 Replies
Shubha_R_Intel
Employee
722 Views

Dear SC Huang,

Raspberry Pi has an ARM chip and certainly, you can use it as a host with a Myriad stick plugged in. For Raspberry Pi, you must use the raspbian 32-bit OS.

If you are talking about an accelerator board like Mustang-V100-MX8 then 64-bit Linux OS (such as CentOS and Ubuntu) are supported. 32-bit Linux is not supported on this accelerator board.

Hope it helps,

Thanks

Shubha

 

0 Kudos
SC_Huang
Beginner
721 Views

Thanks for kindly reply, Shubha.

0 Kudos
Shubha_R_Intel
Employee
721 Views

Dear SC Huang,

Of course ! Anytime !

Thanks,

Shubha

 

0 Kudos
BBi
Beginner
721 Views

hi, Shubha R. (Intel),

          here is a question i wanna share with you, hope you could help me. tks

platform: FireFly-RK3399 arm-64bit

os          : Linux firefly 4.4.167-gd9f2125 #4 SMP Thu Aug 15 10:19:24 CST 2019 aarch64 aarch64 aarch64 GNU/Linux

issue      :  when i insmod hddl myd_ion.ko and and myd_vsc.ko on this machine, an error always occured as below decription

     steps---

            root@firefly:/#source /opt/intelR3/bin/setupvars.sh 
            [setupvars.sh] OpenVINO environment initialized

           root@firefly:/#insmod intelR3/deployment_tools/inference_engine/external/hddl/drivers/myd_ion.ko

           [58201.493849] myd_ion: version magic '4.4.52-armada-17.10.3 SMP preempt mod_unload aarch64' should be '4.4.167-gd9f2125 SMP mod_unload aarch64'
             insmod: ERROR: could not insert module intelR3/deployment_tools/inference_engine/external/hddl/drivers/myd_ion.ko: Invalid module format

root@firefly:/opt# dmesg | tail    
[56626.553340] rockchip-dwc3 usb0: USB peripheral connected
[56626.556781] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
[56643.624290] fusb302 4-0022: connection has disconnected
[56643.636903] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
[56643.638276] rockchip-dwc3 usb0: USB unconnected
[56644.120274] phy phy-ff770000.syscon:usb2-phy@e450.7: charger = USB_SDP_CHARGER
[56644.163403] fusb302 4-0022: CC connected in CC1 as UFP
[56644.173030] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work] Not connected. Disabling cdn
[56644.173833] rockchip-dwc3 usb0: USB peripheral connected
[58201.493849] myd_ion: version magic '4.4.52-armada-17.10.3 SMP preempt mod_unload aarch64' should be '4.4.167-gd9f2125 SMP mod_unload aarch64'
root@firefly:/opt#

then, i tried to rebuild these two module with the 4.4.167 kernel (downloaded from https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.4.167.tar.gz) but the same issue mentioned above appeard. Now it's blocked here...

Q: Do you have some good ideas ? Or could you give me some good suggestion or sth? 

tks

 

0 Kudos
Reply