Altera_Forum
Honored Contributor
16 years agoProgramming a custom board without flash memory
I have a custom board (Stratix-II with an EP2S90F1020C3). Right now the functionallity is only described in HDL and it's working fine. However, the board does NOT have any flash memory.
Now I wanted to add a NIOS II soft core processor to the system to extend the hardware with some software modules. For testing I created a complete new system in SOPC builder with only a NIOS (connected to the clock, reset and some LEDs) and downloaded the *.sof using Quartus Programmer. If I try to run the project as NIOS II hardware from NIOS IDE, I get the following error: --- Quote Start --- There are no Nios II CPUs with debug modules available which match the values specified. Please check that your PLD is correctly configured, downloading a new SOF file if necessary. --- Quote End --- I have some experience with development boards, using the Flash Programmer ... however I dont know how to programm the system without flash memory ;-) So thanks in advance for some advice ;-)