Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi James,
got this problem a few times, too. You have to look up the cable. use "quartus_pgm.exe --list" to view connected cables. This should list something like USB-Blaster [USB-2]. You should also provide a mode how the programmer shall work. Just put everything in a batch file, e.g. test.bat. Open it with a text editor and paste the following line: C:\altera\13.0sp1\quartus\bin\quartus_pgm.exe -c USB-Blaster[USB-2] -m jtag test.cdf Now adjust the path and cable name and make sure the cdf file is located where the batch file is. Since this is my first Project using the programming tool I keep everything in C. So the Paths would be C:\test.bat and C:\test.cdf - in my case. Have fun