FPGA_Based_CNN
FPGA_Based_CNN copied to clipboard
help
I installed the PCIE driver on Ubuntu 16.04.1 as recommand , there were some issues troubled m. first of all, I used "make clean and make" to reconfigure
make[1]: Leaving directory '/usr/src/linux-headers-4.8.0-36-generic'
then when I used "sudo ./install" to install the driver, some error emerged:
rm : cannot remove '/dev/altera_dma':No such file or directory
mknod: missing operand after '0'
chmod: cannot access '/dev/altera_dma': No such file or directory
Anyone could share some solutions ?