Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12610 Discussions

basic doubts about altera FPGA NIOS II

Altera_Forum
Honored Contributor II
1,194 Views

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.
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
351 Views

That'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.

0 Kudos
Altera_Forum
Honored Contributor II
351 Views

Thank you sir. is there any tutorials to learn from.

0 Kudos
Altera_Forum
Honored Contributor II
351 Views

There are tutorials out for several configuration flash methods. You first need to find out how your board is being configured. Check the schematic and the data sheet for the flash chip. Then look at the altera configuration handbook and see if you can spot what method is being used. Normally this info is all in the dev board documentation.

0 Kudos
Reply