I recently purchased this kit and have been following this starter guide https://software.intel.com/en-us/terasic-de10-nano-get-started-guide. I am able to connect to and interface with the board via Ethernet over microUSB (https://software.intel.com/en-us/node/712683).
I am now in the "My First FPGA" section (https://software.intel.com/en-us/articles/how-to-program-your-first-fpga-device). I have successfully followed along up to step 7, where the tutorial then directs you to actually program the FPGA. Per instructions, I did exactly as follows:
However, I have no option for "currently selected hardware." Quartus is not recognizing my device. I tried the following to troubleshoot:
dmesg | tail
usb 1-5: new high-speed USB device number 5 using xhci_hcd
usb 1-5: New USB device found, idVendor=09fb, idProduct=6810
usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
usb 1-5: USB disconnect, device number 5
usb 1-5: new high-speed USB device number 6 using xhci_hcd
usb 1-5: New USB device found, idVendor=09fb, idProduct=6810
usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
lsusb | grep Altera
Bus 001 Device 006: ID 09fb:6810 Altera
http://www.fpga-dev.com/altera-usb-blaster-with-ubuntu/
I followed along this page but there were several discrepancies as I went through the steps.
Thank you for any help in advance. Please let me know if any more information is needed
Link Copied
Hi,
Please follow the guide in https://www.intel.com/content/www/us/en/programmable/support/support-resources/download/drivers/dri-... in order to install the driver.
For more complete information about compiler optimizations, see our Optimization Notice.