Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1642 Discussions

DevCloud Migration Tutorial command error and missing images

JohnWestlund
Employee
571 Views

The DevCloud Migration tutorial has an awk command near the beginning to show the installed OpenVINO version that doesn't work:

JohnWestlund_0-1658166147458.png

And all of the included images show up as broken:

JohnWestlund_1-1658166192388.png

Trying to open them directly gives an error:

JohnWestlund_2-1658166232486.png

The images are still there and you can still save them from the on-page menu and open them.

 

Thanks in advance for looking into this.

0 Kudos
6 Replies
Hari_B_Intel
Moderator
555 Views

Hi JohnWestlund,

 

The DevCloud Migration link you provided seems to be the old version of Intel® DevCloud for the edge.

you can click this DevCloud Migration link for the new version of Intel® DevCloud for the edge.

 

Next is the OpenVINO folder name, which is no longer renamed as "OpenVINO". Please use openvino_2022 instead.

!awk '/OpenVINO/{gsub("for.*$","");print;exit}' /opt/intel/openvino_2022/docs/licensing/OpenVINOsupport.txt

 

The broken images should be fixed with the new Intel® DevCloud for the edge.

 

Hope this information help

 

Thank you

 

 

 

0 Kudos
Hari_B_Intel
Moderator
534 Views

Hi JohnWestlund,

 

Intel® DevCloud for the edge tutorial will be direct to current pages, with updates from time to time.

 

Regarding the Migrate to DevCloud tutorial, it shows an error on "too many redirects," perhaps you can close some application that is not running it, or you can clean your browser catch to resolve the issue.

 

if the issue persists, you can screenshot the error message, and we will further investigate.

 

Hope this information help

 

Thank you

 

0 Kudos
JohnWestlund
Employee
520 Views

Hi Hari,

 

Thanks for the updated link to the tutorial. Still looks like the awk command is broken in the updated version.

0 Kudos
Hari_B_Intel
Moderator
505 Views

Hi JohnWestlund,


I am aware of the awk, which points to the wrong OpenVINO directory, and I will escalate this to the respective team to get this fix as soon as possible.


Meanwhile, for the workaround, you can use the command below;

!awk '/OpenVINO/{gsub("for.*$","");print;exit}' /opt/intel/openvino_2022/docs/licensing/OpenVINOsupport.txt


Just have to change the openvino to openvino_2022


Hope this information help


Thank you


0 Kudos
Hari_B_Intel
Moderator
476 Views

Hi JohnWestlund,


This thread will no longer be monitored since we have provided a solution. Please submit a new question if you need any additional information from Intel.


Thank you


0 Kudos
Reply