Edge Software Catalog
Support for issues related to Edge Software Catalog
Annunci
The Edge Software Catalog community is read-only. For support, please visit the Open Edge Platform (https://github.com/open-edge-platform) GitHub organization and post your question in the relevant repository’s Issues section.
492 Discussioni

Edge AI Box (ESDQ) installation issue

Hayden_kor
Dipendente
16.639Visualizzazioni

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

Etichette (1)
0 Kudos
1 Soluzione
SShan_Intel
Moderatore
16.466Visualizzazioni

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

Visualizza soluzione nel messaggio originale

10 Risposte
Iffa_Intel
Moderatore
16.556Visualizzazioni

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


Hayden_kor
Dipendente
16.541Visualizzazioni

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

Iffa_Intel
Moderatore
16.524Visualizzazioni

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


SShan_Intel
Moderatore
16.515Visualizzazioni

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

Hayden_kor
Dipendente
16.495Visualizzazioni

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

Hayden_kor
Dipendente
16.491Visualizzazioni

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.

SShan_Intel
Moderatore
16.467Visualizzazioni

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

Hayden_kor
Dipendente
16.458Visualizzazioni

Hi SShan,

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

Best regards,

Hayden

Hayden_kor
Dipendente
16.408Visualizzazioni

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

Iffa_Intel
Moderatore
16.369Visualizzazioni

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


Rispondere