I just installed the Intel Quartus FPGA software version 20.1.1 on Ubuntu 20.04
Mainly I just need to use the programmer.
Quartus recognizes my USB blaster, but when I try to program a device it tells me:
"Unable to scan device chain, check hardware setup"
With I little googling I found this advice:
- create an udev rules files in :/etc/udev/rules.d/altera-usb-blaster.rules
- And add following configuration : ATTR{idVendor}=="09fb", ATTR{idProduct}=="6001", MODE="666"
So I did that, but I still get the same error message.
Has anyone on this list faced this problem? and if so, what was the fix?
Thanks,
Scott