Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHello Michael,
You can make a simple batch file which load the configuration into the FPGA (which hold a Nios II system). After that the flash programmer will program the desired stuff. Take a look at the following lines: @cls quartus_pgm fpga_conf.cdf nios2-flash-programmer --sidp=0x00400638 --id=731660770 --timestamp=1136466759 --base=0x00000000 cmb.flash nios2-flash-programmer --sidp=0x00400638 --id=731660770 --timestamp=1136466759 --base=0x00000000 ext_flash.flash Regards, niosIIuser