Forum Discussion
Altera_Forum
Honored Contributor
10 years agoQuestions about Configuring the De5-Net FPGA Board
when i followed the steps in the "de5net_network_opencl_manual.pdf", i got the following problems: 1.in "test ‘aocl flash’ command" section, after i finished the clock setting and tried to use ...
Altera_Forum
Honored Contributor
10 years agoI have an easier way of getting this running which works on the latest Centos-7 and I presume will also work on Ubuntu and other distributions.
First navigate to the linux/driver of the BSP. Firstly edit aclpci.c: At the top of the file add the lines#define __devinit
# define __devexit Secondly edit aclpci_cmd.c: On line 83 remove the assignment Change
result = pci_restore_state(aclpci->pci_dev);
to
pci_restore_state(aclpci->pci_dev);On lines 438-440 comment out (or delete) the statement if (dev->aer_firmware_first) {
return -EIO;
} You should now be able to run "aocl install" successfully.