Altera_Forum
Honored Contributor
14 years agoHow to configure EPCS with .sof and elf???
I am new to Altera. I made a NIOS II on Cyclone II eval board for a test fixture project.
The FPGA code and C code are both works, now I have to manage to boot them from the EPCS16. Here is what I did: 1)Generate a .sof with setting the the configuration scheme to AS and configuration devise to EPCS16 2)Load the .sof with JTAG mode use Quartus II(9.1) programmer - the program is running. 3)Start the Eclipse, load the C code - it is running 4)Open the flash programmer, added both .sof and .elf to generate the flash file and load it All of this are completed, but when I recycle the power-the chip is not booted neither the FPGA nor the C code (It should flash some LED for indication). I searched on the web, somebody says, the NIOS CPU reset vector has to set to 'epcs controller' I think it make sense, so I went ahead changed it, no it can't go through the generation of flash. What did I do wrong?????