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.
401 Discussions

ESDQ 6.0 vision on Tiger lake platform

AmandaLee
New Contributor I
949 Views

Dear Sir,

We run ESDQ 6.0 Vision on tiger lake platform and there are some failed items.

1. AWS install failed.

AWS failAWS fail

2. MSDK5 test failed

MSDK5 failMSDK5 fail

Could you have some suggestion for it?

 

$ ./esdq systeminfo
Executing System Info
SysInfo collection initiated
Calling system info execution
Started executing individual info collection
[ SOFTWARE INFO ]
OS version: Ubuntu 20.04.2 LTS
Kernel: 5.13.0-30-generic

[ HARDWARE INFO ]
Device Manufacturer: Avalue

Hardware Architecture: x86_64
Processor: 11th Gen Intel(R) Core(TM) i7-1185G7E @ 2.80GHz
GPU Name: Intel Corporation
Memory size: 15Gi

[ HARDWARE ACCELERATOR ]
No hardware accelerator found

 

Best Regards,

Amanda

Labels (1)
0 Kudos
1 Solution
Xiang_Intel
Moderator
907 Views

Hi Amanda,

 

For the mediasdk_sample_encode_with_h265, may I know if you have tried the following steps in the documentation?

Media sdk sample encode test failed with the message: 

“ERROR], sts=MFX_ERR_UNSUPPORTED(-3),…"  

Follow the steps below as a possible solution: 

sudo apt install --reinstall linux-firmware 
Add i915.enable_guc=2  in /etc/default/grub: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.force_probe=* i915.enable_guc=2" 
sudo update-initramfs –u 
sudo update-grub 
Reboot the system.
After reboot, execute the command:  dmesg | grep guc
Verify the logs for guc information. If output doesn't contain guc details, then get the latest guc/huc firmware. Copy the firmware to /lib/firmware/i915/, and reboot the system.

 

Thanks and regards,

Lim Xiang Yang

View solution in original post

0 Kudos
4 Replies
Xiang_Intel
Moderator
908 Views

Hi Amanda,

 

For the mediasdk_sample_encode_with_h265, may I know if you have tried the following steps in the documentation?

Media sdk sample encode test failed with the message: 

“ERROR], sts=MFX_ERR_UNSUPPORTED(-3),…"  

Follow the steps below as a possible solution: 

sudo apt install --reinstall linux-firmware 
Add i915.enable_guc=2  in /etc/default/grub: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.force_probe=* i915.enable_guc=2" 
sudo update-initramfs –u 
sudo update-grub 
Reboot the system.
After reboot, execute the command:  dmesg | grep guc
Verify the logs for guc information. If output doesn't contain guc details, then get the latest guc/huc firmware. Copy the firmware to /lib/firmware/i915/, and reboot the system.

 

Thanks and regards,

Lim Xiang Yang

0 Kudos
Xiang_Intel
Moderator
889 Views

Hi Amanda,

 

There is a new version for ESDQ for Vision rolled out as a hotfix for the issues that you have faced. Can you give it a try and let me know if these issues still persist?

 

You can find it at the link below,
ESDQ 6.1: https://software.intel.com/iot/edgesoftwarehub/download/home/esdq_vision

Documentation:  https://www.intel.com/content/www/us/en/developer/articles/technical/edge-software-device-qualificat...

 

Thanks and regards,

Lim Xiang Yang

0 Kudos
AmandaLee
New Contributor I
832 Views

Hi Lim Xiang Yang,

 

These two issues are resolved after modifying grub file and using ESDQ6.1.

Thanks for your assistance.

 

Best Regards,

Amanda

0 Kudos
JesusE_Intel
Moderator
796 Views

If you need any additional information, please submit a new question as this thread will no longer be monitored.


0 Kudos
Reply