Forum Discussion
Altera_Forum
Honored Contributor
20 years ago5.1 FlashPrommer for production
As mentioned here the new flashprommer works fine if the workaround is used. As we do not use the ide and therefore use commandline to programm the flash with the fpga images and the applicati...
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