Altera_Forum
Honored Contributor
12 years agoSetting up Nallatech pci385 d5 board
Following the instructions on how to install the board I have run (after setting up the required environment variables):
$ aocl install yielding: aocl install: Running install from /opt/AOCL//board/pcie385n//linux64/bin Using kernel source files from /usr/src/kernels/2.6.32-358.11.1.el6.x86_64 make: Entering directory `/usr/src/kernels/2.6.32-358.11.1.el6.x86_64' Building modules, stage 2. MODPOST 1 modules WARNING: modpost: missing MODULE_LICENSE() in /opt/AOCL/board/pcie385n/host/linux64/driver/aclpci_drv.o see include/linux/module.h for more information make: Leaving directory `/usr/src/kernels/2.6.32-358.11.1.el6.x86_64' Can't find the device! Make sure: 1. Altera OpenCL Accelerator board is plugged into PCIe slot. 2a. The board either has a default OpenCL image in its flash, or 2b. If it's the first time using the board after power up, load SOF using quartus_pgm and reboot the machine. See documentation for the details. Remeber that you can use 'reprogram' command to change SOFs once the board is recognized as a PCIe device and this driver is loaded. To see if the Altera Accelerator board is recognized as a PCIe device run '/sbin/lspci | grep Altera'. aocl install: failed. Thus, I'm turning to suggestion 2b. This is the first time using the board after power up (first time ever in fact). However, what .SOF should I load to the FPGA? I presume this means using the Usb Blaster cable and the JTAG adapter. What .sof should I use, and how should I call the quartus_pgm command? quartus_pgm -c USB-Blaster -m JTAG whatSOF.sof ? Thank you