I did copy the dll now. Still the similar error.
If I run the "aocl diagnose" or "aocl diagnose acl0", I get the following error
C:\altera\14.1\hld\board\terasic\tests\hello_world>aocl diagnose
aocl diagnose: Running diagnostic from
C:\altera\14.1\hld\board\terasic\de5net/w
indows64/libexec
Verified that the kernel mode driver is installed on the host machine.
Using board package from vendor: Terasic Technologies
Querying information for all supported devices that are installed on the host ma
chine ...
MMD ERROR: failed to scan for the PCI device.
Found no active device installed on the host machine.
Please make sure to:
1. Set the environment variable AOCL_BOARD_PACKAGE_ROOT to the correct boa
rd package.
2. Install the driver from the selected board package.
3. Properly install the device in the host machine.
4. Configure the device with a supported OpenCL design.
5. Reboot the machine if the PCI Express link failed.
DIAGNOSTIC_FAILED
C:\altera\14.1\hld\board\terasic\tests\hello_world>aocl diagnose acl0
aocl diagnose: Running diagnostic from
C:\altera\14.1\hld\board\terasic\de5net/w
indows64/libexec
Verified that the kernel mode driver is installed on the host machine.
MMD ERROR: failed to scan for the PCI device.
Using platform: Altera SDK for OpenCL
Failed clGetDeviceIDs.
Error code: -1
Verified that the kernel mode driver is installed on the host machine.
MMD ERROR: failed to scan for the PCI device.
Using platform: Altera SDK for OpenCL
Failed clGetDeviceIDs.
Error code: -1
aocl diagnose: failed.
I get this error if I try to run aocl install now. Earlier it was not able to find the device:
+------------------------------------------------------+
+ Installing kernel driver module... +
+------------------------------------------------------+
WDREG utility v11.00. Build Feb 27 2012 14:45:04
Processing HWID *WINDRVR6
Installing a signed driver package for *WINDRVR6
CM_Get_DevNode_Status ret value 0, status 180200b, problem 0
LOG ok: 1, ENTER: DriverPackageInstallA
LOG ok: 1, ENTER: DriverPackageInstallW
LOG ok: 1, Looking for Model Section [DeviceList.NTamd64]...
LOG ok: 1, Installing INF file '
C:\altera\14.1\hld\board\terasic\de5net\windows6 4\driver\windrvr6.inf' (Plug and Play).
LOG ok: 1, Looking for Model Section [DeviceList.NTamd64]...
LOG ok: 1, Installing devices with Id "*WINDRVR6" using INF "
C:\Windows\System32 \DriverStore\FileRepository\windrvr6.inf_amd64_neutral_c28ab21bf526a086\windrvr6
.inf".
LOG ok: 1, Will force install because driver is not better and force flag is set
.
LOG ok: 1, ENTER UpdateDriverForPlugAndPlayDevices...
LOG ok: 0, RETURN UpdateDriverForPlugAndPlayDevices.
LOG ok: 1, Installation was successful.
LOG ok: 0, Install completed
LOG ok: 1, RETURN: DriverPackageInstallW (0x0)
LOG ok: 1, RETURN: DriverPackageInstallA (0x0)
difx_install_preinstall_inf: err 0, last event 0, last error 0. SUCCESS
install: completed successfully
+------------------------------------------------------+
+ Installing board drivers... +
+------------------------------------------------------+
WDREG utility v11.00. Build Feb 27 2012 14:45:04
Processing HWID PCI\VEN_1172&DEV_AB00&SUBSYS_00041172&REV_01
Installing a non-signed driver package for PCI\VEN_1172&DEV_AB00&SUBSYS_00041172
&REV_01
Device node (hwid:PCI\VEN_1172&DEV_AB00&SUBSYS_00041172&REV_01): exists and is c
onfigured. Installing.
Error: Failed to install the INF file (
C:\altera\14.1\hld\board\terasic\de5net\w indows64\driver\acl_boards.inf)
CM_Get_DevNode_Status ret value 0, status 1802400, problem 1c
LOG ok: 1, ENTER: DriverPackageInstallA
LOG ok: 1, ENTER: DriverPackageInstallW
LOG ok: 2, DRIVER_PACKAGE_LEGACY_MODE flag set but not supported on Plug and Pla
y driver on VISTA. Flag will be ignored.
LOG ok: 1, Looking for Model Section [DeviceList.NTamd64]...
LOG ok: 1, Installing INF file '
C:\altera\14.1\hld\board\terasic\de5net\windows6 4\driver\acl_boards.inf' (Plug and Play).
LOG ok: 1, Looking for Model Section [DeviceList.NTamd64]...
LOG ok: 1, Installing devices with Id "PCI\VEN_1172&DEV_AB00&SUBSYS_00041172&REV
_01" using INF "
C:\Windows\System32\DriverStore\FileRepository\acl_boards.inf_am d64_neutral_3393fe1978a41ba4\acl_boards.inf".
LOG ok: 1, ENTER UpdateDriverForPlugAndPlayDevices...
LOG ERROR(3): error e0000206, RETURN UpdateDriverForPlugAndPlayDevices.
LOG ERROR(3): error e0000206, Installation failed.
LOG ERROR(3): error e0000206, PnP Install failed.
LOG ok: 1, Attempting to rollback ...
LOG ok: 1, No devices to rollback
LOG ok: 1, RETURN: DriverPackageInstallW (0xE0000206)
LOG ok: 1, RETURN: DriverPackageInstallA (0xE0000206)
difx_install_preinstall_inf: err e0000206, last event 3, last error e0000206. U
NKNOWN
Error: Failed trying to install the driver
aocl install: failed.
----------------------------------------------------------------------
Thank you for your reply.