Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHi,
I have a problem with the Pcie-385n board. I have installed the quartus 13.1.0.162 software and Opencl SDK 13.1.0.162 on Windows 7 according the aocl_getting_started.pdf. I have also set the environment variables. When I run aocl install get the output: C:\altera\13.1\hld\windows64\bin>aocl install aocl install: Running install from C:\altera\13.1\hld\board\pcie385n/windows64/bin C:\altera\13.1\hld\windows64\bin>for /F %a in ('aocl board-path') do cd /d %a/windows64/driver C:\altera\13.1\hld\windows64\bin>cd /d C:\altera\13.1\hld\board\pcie385n/windows64/driver C:\altera\13.1\hld\board\pcie385n\windows64\driver>if not 0== 0 exit /b 0 C:\altera\13.1\hld\board\pcie385n\windows64\driver>install +------------------------------------------------------+ + Installing kernel driver module... + +------------------------------------------------------+ WDREG utility v10.21. Build Aug 31 2010 14:21:54 Processing HWID *WINDRVR6 Installing a signed driver package for *WINDRVR6 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\13.1\hld\board\pcie385n\windows64\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_ee4fb7505a7255bd\windrvr6.inf". 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 v10.21. Build Aug 31 2010 14:21:54 Processing HWID PCI\VEN_1172&DEV_E385&SUBSYS_00041172&REV_01 Installing a non-signed driver package for PCI\VEN_1172&DEV_E385&SUBSYS_00041172&REV_01 Device node (hwid:PCI\VEN_1172&DEV_E385&SUBSYS_00041172&REV_01): does not exist and is not configured. Pre-installing. LOG ok: 1, ENTER: DriverPackagePreinstallA LOG ok: 1, ENTER: DriverPackagePreinstallW LOG ok: 1, Driver package is already preinstalled 'C:\altera\13.1\hld\board\pcie385n\windows64\driver\acl_boards.inf'. LOG ok: 0, C:\altera\13.1\hld\board\pcie385n\windows64\driver\acl_boards.inf is preinstalled. LOG ok: 1, RETURN: DriverPackagePreinstallW (0xB7) LOG ok: 1, RETURN: DriverPackagePreinstallA (0xB7) difx_install_preinstall_inf: err b7, last event 0, last error 0. ERROR_ALREADY_EXISTS 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 configured. Installing. CM_Get_DevNode_Status ret value 0, status 180200a, problem 0 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 Play driver on VISTA. Flag will be ignored. LOG ok: 1, Looking for Model Section [DeviceList.NTamd64]... LOG ok: 1, Installing INF file 'C:\altera\13.1\hld\board\pcie385n\windows64\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_amd64_neutral_b81c224c0de4be6a\acl_boards.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 If i now run aocl diagnostic, the program crashes obtaining "diagnostic failed": C:\altera\13.1\hld\windows64\bin>aocl diagnostic aocl diagnostic: Running diagnostic from C:\altera\13.1\hld\board\pcie385n/windo ws64/bin running diagnostic for : acl0 Using platform: Altera SDK for OpenCL Using Device with name: pcie385n_a7 : PCIe-385N Altera Stratix V Computing Card Using Device from vendor: Nallatech Inc. clGetDeviceInfo CL_DEVICE_GLOBAL_MEM_SIZE = 4294967296 clGetDeviceInfo CL_DEVICE_MAX_MEM_ALLOC_SIZE = 4293918720 Memory consumed for internal use = 1048576 Actual maximum buffer size = 4293918720 bytes aocl diagnostic: failed. On the other hand, running aoc --list-board: Board list: none found Where could be the issue?, Should I flash the board? how? Thanks!!