Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Use the same commands as you have currently, but change the operation character to "R". Using an operation of "R" erases the specified device. I'm not sure that you need to specify a filename, that wasn't clear from the instruction manual (https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/manual/tclscriptrefmnl.pdf). --- Quote End --- TCWORLD, Thank you so much. I tried out what you'd suggested and it worked for me. However I'd to include the file path. Below is what I used:
c:
cd
cd intelFPGA_pro\17.0\quartus\bin64
start quartus_pgm -z --mode=JTAG --operation="r;C:\Test Firmware\CPLD_U1.pof@1"
start quartus_pgm -z --mode=JTAG --operation="r;C:\Test Firmware\CPLD_U2.pof@2"
start quartus_pgm -z --mode=JTAG --operation="r;C:\Test Firmware\CPLD_U3.pof@3"