Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Initiate configuration after programming is not working on console

Hi!

I'm programming a Cyclone IV with a EPCS16. I use JTAG and a .jic file.

When I use the Programmer GUI, I set "Initiate configuration after programming" in Tools>Options, and after programming, configuration is initiated and read from the EPCS16. So far so good.

The problem comes when I try to use the console to program. I'm doing like this:
quartus_pgm --64bit --initcfg my_chain.cdf
It programs the EPCS16 through the FPGA correctly but configuration is not initiated automatically. Am I missing something? Or is it a bug?

Thanks!

1 Reply

  • RRoma13's avatar
    RRoma13
    Icon for New Contributor rankNew Contributor

    i am use somthing like this

    quartus_pgm.exe  --initcfg --mode=JTAG --operation="PVBI;blablabla.jic"