java.lang.Exception: No USB Blaster detected. Arria5 Starter Kit Windows 7
We have an Arria5 Starter kit.
I downloaded the kit package from Arria5 Starter Kit page. It said the project was compiled with Quartus II 12.1sp1. I could not find 12.1 on intel's website anymore, so I installed Quartus II 13.1, which was the oldest version available.
But running the board test system, clock control and power config does not work from windows. It says I need to install Quartus II and point the env variables to the installation directory, which I already have.
The only way to start BTS, Clk_Cont, and Pwr Cfg is to run them from the Nios2 command shell, with commands "java -jar bts.jar".
But when I run them, I get the java.lang.Exception: No USB Blaster detected message.
I can run jtagconfig and see the USB blaster and the 2 FPGA devices are on the jtag chain.
Saw another answer to similar question that the user needs to download Quartus 12.1, but that is not available anymore, as mentioned above.
Any tips appreciated.