Forum Discussion
Altera_Forum
Honored Contributor
10 years agoCan you run all the programming commands, individually, from the command line? E.g.
quartus_pgm -i -c USB-Blaster -m JTAG -o P;RT_Dca_Acq_05_0C.pof@12
quartus_pgm -i -c USB-Blaster -m JTAG -o P;Dca2_Safety_5.pof@8
quartus_pgm -i -c USB-Blaster -m JTAG -o P;Dca2_Safety_5.pof@9
.... I can't help thinking you've simply got your device position order wrong - e.g. @12. However, that sounds a little simple. Have you more that one USB-Blaster connected? Run 'quartus_pgm -l' to display all cables connected. Is it picking up more than one? If so, to ensure it picks up the right cable, you'll have to change your '-c ' option to something like: -c "USB-Blaster " Fundamentally, I can't see anything wrong with your script. Cheers, Alex