Forum Discussion
Altera_Forum
Honored Contributor
21 years agoQuartus Programmer Command-Line Problem
Hello, I try to configure the FPGA via NiosII Shell (NiosII 1.1) and Quartus Programmer using the following line: [SOPC Builder]$ quartus_pgm --cable="USB-Blaster [USB-0]" --mode=jtag --op...
Altera_Forum
Honored Contributor
21 years agoUsing nios-sof is often easier.
But just for reference, I think your problem with the command line is that you put a semicolon into the arguments. Under shells such as bash this is a command separator. If you escape the semicolon with \ or put quotes around that argument then it should work.