Forum Discussion
Hi,
Yes, move the flash file to the same directory as quartus_pgm but remain the batch file in the directory :
C:\intelFPGA_lite\18.0\quartus\bin64\quartus_pgm --nios2 --epcq --base=0xY --csr=0xZ --cable="USB-Blaster [USB-2]" X.flash
Hope this helps. Thank you.
Regards,
Kelly
Hey Kelly,
If I understand you correctly, the paths should be in this order:
- Flash file directory - C:\intelFPGA_lite\18.0\quartus\bin64\X.flash.
- Batch file directory - C:\intelFPGA_lite\18.0\quartus\bin64\Burn.bat.
- Quartus_pgm application directory - C:\intelFPGA_lite\18.0\quartus\bin64\quartus_pgm.exe.
And the text in the Batch file should be:
C:\intelFPGA_lite\18.0\quartus\bin64\quartus_pgm --nios2 --epcq --base=0xY --csr=0xZ --cable="USB-Blaster [USB-2]" X.flash
pause
I'd appreciate your confirmation.
Thanks.