Forum Discussion
Altera_Forum
Honored Contributor
11 years agobasic doubts about altera FPGA NIOS II
i have recently purchase altera's fpga and purchase from china NIOS II SOPC FPGA A-C2FB. i burn the configuration file in the board. it run only ones and after reset it run the default code.
Altera_Forum
Honored Contributor
11 years agoThat's exactly as expected. You've loaded your image into the FPGA configuration RAM. It will only be held while the power is on. Since your board powers up with a default configuration, it must have some flash memory installed to configure from. What you need to do is burn your configuration into the flash. Check what configuration method the board uses and use the Altera tools to create a programming file (not the same as the configuration file). Then use the programmer to burn the programming file onto your flash.