-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hi:
I read the system requirements and tested them on a few computers, and found the following issues.
IGCL api's are available on all Alderlake-P and higher platforms.
The lGCL library is shipped and installed alongwith the Intel Graphics Driver . Applications shouldnot include the library in the application package.
First,question is as follows.
Running the I2C_AUX_Samples.exe ,
My Laptop: HUAWEI MateBook 14 i5 1240p
OS: Windows 11
Connection:None
Run result:
When not installing VsualStudio C++ compilation module is displayed dynamic link library missing, after the installation is completed can run normally.
Second,question is as follows.
In addition, instant installation of VsualStudio's C++ compilation module on the rest of the laptops also gave an error.
My Laptop1:
MSI 17P1
CPU:Intel core i7-1200H
GPU:inter Iris Xe Graphics Naidia RTX 3070 Ti
OS: Windows 11
Connection:None
Run result:
ctlInit returned failure code:0x40000009
Overrall test result is 0x0
CTL_RESULT_ERROR_UNSUPPORTED_VERSION = 0x40000009, ///< Generic error code for unsupported versions
My Laptop2:
HUAWEI:
CPU Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz 2.11 GHz
OS: Forget
Connection:None
Run result:
ctlInit returned failure code: 0x40000026
Overrall test result is 0x0
CTL_RESULT_ERROR_LOAD = 0x40000026, ///< Library load failure
My Laptop3:
ThinkBook 16p G5 IRX
CPU:Intel(R) Core(TM) i7-14650HX 2.20 GHz
OS: Windows 11
Connection:None
Run result:
C:\Users\ASL_Leveo_8371\Desktop\AuxTest\20211207>I2C_AUX_Sample_app.exe
AUX Write call passed
Read data[0] = : 0x1
Write data[0] = : 0x82
Write data[1] = : 0x1
Write data[2] = : 0x10
Write data[3] = : 0xAC
ctlI2CAccess for I2C write returned failure code: 0x48000015
ctlI2CAccess for I2C read returned failure code: 0x40000017
Display 1 is not attached, skipping the call for this display
Display 2 is not attached, skipping the call for this display
Display 3 is not attached, skipping the call for this display
Given that, I wanted to know the environment in which the program was deployed.Thanks, looking forward to your reply.