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++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

EPCS Boot Failure

Altera_Forum
Honored Contributor II
1,545 Views

I have a problem flash deploying my NIOSII system on the DE2 development board. 

The NIOS Flash Programmer connects up and reports various nice things about the EPCS. It will then let me select my .sof and .elf files and goes through the process of erase, program and verify and all looks good. 

The problem is that when I cycle the power the FPGA doesn't configure. Am I missing an obvious step? 

My system uses the SDRAM chip on the board as program memory and it all works fine under the NIOS II IDE in run or debug forms. To what addresses should I set the NIOS II core reset and exception vectors?
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
571 Views

What Quartus Version are you using ? 

There is a known Bug in Quartus 9.1 (without any Service Packs) that is fixed with patch 0,63 or with SP1. 

There seems to be this bug again with the currenty / latest Quartus 9.1 SP2  

some users (an unfortunately me) have the same problem with this version. 

 

if you have Quartus 9.1 upgrade to 9.1SP1 

or if you have 9.1SP2 then downgrade to 9.1SP1 

and recompile ... for me this is the only solution for the moment
0 Kudos
Altera_Forum
Honored Contributor II
571 Views

Biker Bob, the reset vector must point to epcs_controller the exception vector can point to sdram or onchip_ram. 

 

Jens
0 Kudos
Altera_Forum
Honored Contributor II
571 Views

Correct. 

i have missed that point.
0 Kudos
Altera_Forum
Honored Contributor II
571 Views

Have a look here : 

 

quartus 9.1 sp2 warning!!!!! (http://www.alteraforum.com/forum/showthread.php?t=22441

 

The Problem seems to be solved with a patch, see the last posting i did.
0 Kudos
Reply