Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Could I use CFI Flash for configuring automatically the FPGA and store different configuration codes and when needed start with different one ? --- Quote End --- AFAIK yes. Check how's the design made on Cyclone III development kit. --- Quote Start --- Is it possible to store there also the code for NIOS that would be copied to SRAM or SDRAM? How copying is done? --- Quote End --- AFAIK yes. You create a small bootloader, which runs from on-chip ram (Your reset vector must point there). Then that bootloader copies data from flash to sram/sdram and jumps to that address.