Intel® Edge Software Hub
Get answers from community peers to your questions about building Edge Software Hub solutions for edge compute node.
Announcements
Welcome to the Intel Community! If you like the answer to your question, please mark it as 'Accepted Solution' to help others.

The Edge Software Vision Package for Red Hat Enterprise Linux is now available here.

Learn more about developing on Intel® Hardware and Software here.
408 Discussions

Edge AI Box (ESDQ) installation issue

Hayden_kor
Employee
1,441 Views

According to the guide, I am trying to set-up and run the Edge AI (ESDQ) demo on NUC 13 Pro mini PC platform.

 

* Intel® Edge AI Box (v3.1) - Link

* H/W - Intel NUC13ANHi5 - Link

* O/S - Ubuntu Desktop 22.04.4

* Problem - as below log message, some modules installation failure happened


Successfully installed ESDQ !!
Clean up function
Successfully installed ESDQ took 0.00 seconds
[sudo] password for user:
Installation of package complete
+--------------------------+------------------------------+---------+
| Id | Module | Status |
+--------------------------+------------------------------+---------+
| 652c9b5bd229cd102cfb088e | bmra base                    | SUCCESS |
| 652c9ae1d229cd102cfac095 | bmra container base          | FAILED  |
| 652c9b44d229cd102cfafa28 | bmra container base devel    | SUCCESS |
| 652c9b29d229cd102cfadd68 | bmra container dlstreamer    | SUCCESS |
| 652c9b13d229cd102cfacf01 | bmra container opencv ffmpeg | SUCCESS |
| 652c9411d229cd102cfa954a | modules/Aibox Test Module    | FAILED  |
| 64cb337f89c314c29867e05c | ESDQ                         | SUCCESS |
+--------------------------+------------------------------+---------+
user@NUC13:~/intel_edge_aibox$

[Procedures]

* Intel Edge AI Box package download (Link)

* Clean install Ubuntu 22.04 Desktop 

* ./edgesoftware install (1st step)

* reboot the system

* ./edgesoftware install (2nd step)

 

Here I attached the console log message capture of both 1st and 2nd steps.

Please check and guide how to set-up the package successfully.

Best regards,

Hayden

Labels (1)
0 Kudos
1 Solution
SShan_Intel
Moderator
1,268 Views

Hi Hayden,

 

/home/aibox is in docker container during installation. In the latest log file, I notice you are running sudo when installing Intel® Edge AI Box, hence in the logfile I saw some permission denied error. Please try following without sudo:

 

1. Fresh Install Ubuntu 22.04 LTS Desktop. 

2. Run:

sudo apt update

sudo apt upgrade

sudo reboot

3. Download https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/intel-edge-ai-box.html v3.1 again

4. unzip in your system. Then install using this command without sudo

./edgesoftware install

5. Sent me the /var/log/esb-cli directory again if it is still failed.

 

Lastly, please connect your system with monitor display and if possible install Intel® Edge AI Box with Ubuntu GUI. This is to prevent display error when running gpu test.

 

Regards,

SShan

View solution in original post

0 Kudos
10 Replies
Iffa_Intel
Moderator
1,358 Views

Hi,


could you clarify:

  1. Did the same thing happen if you re-download the package & install it?
  2. Are you using any proxies?



Cordially,

Iffa


0 Kudos
Hayden_kor
Employee
1,343 Views

Hello,

[1] I tried again with re-downloading the binary (checked with Beyond Compare tool, the two binaries are identical), and when I installed again (./edgesoftware install), same failure message happened.

[2] I did the installation at my Home network, so, there was no proxy required.

 

One thing to update,

when I executed the installation (./edgesoftware install) again, one failure was cleared, and finally one failure (| bmra container base | FAILED |) was remained.

Here I attached the log message output when doing the 3rd time installing.

 

Best regards,

Hayden

0 Kudos
Iffa_Intel
Moderator
1,326 Views

Hi,


In that case, could you try running the installation package again and see whether it manages to install the failed one?

Then, try to run the application to see if it works.



Cordially,

Iffa


0 Kudos
SShan_Intel
Moderator
1,317 Views

Hi Hayden,

 

Could you also zip this log directory on this path /var/log/esb-cli and sent to us to further troubleshoot?

 

Regards,

SShan

0 Kudos
Hayden_kor
Employee
1,297 Views

Hello SShan,

 

Today, I tried the installation again.

This time, four modulus are failed to install.

Here I attached the log files including "/var/log/esb-cli" directory.

Please check attached file.

Thank you for support.

Regards,

Hayden

0 Kudos
Hayden_kor
Employee
1,293 Views

One more thing, there is something strange.

From the log output, there should be "/home/aibox/ ...", however, actually, there is not "aibox" directory under "/home".

I don't understand where the "aibox" diretcory is located.

0 Kudos
SShan_Intel
Moderator
1,269 Views

Hi Hayden,

 

/home/aibox is in docker container during installation. In the latest log file, I notice you are running sudo when installing Intel® Edge AI Box, hence in the logfile I saw some permission denied error. Please try following without sudo:

 

1. Fresh Install Ubuntu 22.04 LTS Desktop. 

2. Run:

sudo apt update

sudo apt upgrade

sudo reboot

3. Download https://www.intel.com/content/www/us/en/developer/articles/reference-implementation/intel-edge-ai-box.html v3.1 again

4. unzip in your system. Then install using this command without sudo

./edgesoftware install

5. Sent me the /var/log/esb-cli directory again if it is still failed.

 

Lastly, please connect your system with monitor display and if possible install Intel® Edge AI Box with Ubuntu GUI. This is to prevent display error when running gpu test.

 

Regards,

SShan

0 Kudos
Hayden_kor
Employee
1,260 Views

Hi SShan,

I will prepare and share the new installation logs as you guided.

Best regards,

Hayden

0 Kudos
Hayden_kor
Employee
1,210 Views

Hi SShan,

 

I performed the installation again with attaching an LCD monitor to the Linux box.

When doing the installation from remote console, monitor is not required, but this time, I connected a monitor as you suggested.

As below, the ESDQ edge AI Box installation was successful.

 

Installation of package complete
***Recommended to reboot system after installation***
+--------------------------+------------------------------+---------+
| Id | Module | Status |
+--------------------------+------------------------------+---------+
| 652c9b5bd229cd102cfb088e | bmra base | SUCCESS |
| 652c9ae1d229cd102cfac095 | bmra container base | SUCCESS |
| 652c9b44d229cd102cfafa28 | bmra container base devel | SUCCESS |
| 652c9b29d229cd102cfadd68 | bmra container dlstreamer | SUCCESS |
| 652c9b13d229cd102cfacf01 | bmra container opencv ffmpeg | SUCCESS |
| 652c9411d229cd102cfa954a | modules/Aibox Test Module | SUCCESS |
| 64cb337f89c314c29867e05c | ESDQ | SUCCESS |
+--------------------------+------------------------------+---------+

 

We can close this thread.

Thanks for support.

Regards,

Hayden

0 Kudos
Iffa_Intel
Moderator
1,171 Views

Hi,


Intel will no longer monitor this thread since this issue has been resolved. If you need any additional information from Intel, please submit a new question. 


Cordially,

Iffa


0 Kudos
Reply