Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe DE2 board has two flash chips, external to the FPGA: an EPCS chip that is used to configure the FPGA, and a regular CFI flash that can hold the software and a readonly zip file system.
The zip filesystem is probably the easiest way to do this, you can use the Nios programmer to flash the zip file in the DE2's flash memory. The SD card solution is a bit more complex, and the USB solution is probably the most difficult. Check if you have example designs with the kit that uses one of those solutions.