Forum Discussion
Altera_Forum
Honored Contributor
14 years agohow to automatically program using the usb blaster?
Hi, we are working with altera device that we need to program each time we power the board and it done alot and each time we need to program using the altera blaster program ,open, select file (th...
Altera_Forum
Honored Contributor
14 years agoHave you tried using the command line programmer?
If you have one device on your chain then the command is something like:quartus_pgm -m jtag -o p;<yourfile>.pofOn Linux you'll need to escape the semicolon. If you have more than one cable available or more than one device on the cable then it gets a bit more complex but the command line programmer can handle these cases.