Forum Discussion
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.