Altera_Forum
Honored Contributor
16 years agoNios II CPU with debug module not detected
Hi
I am new to Altera's design flow, so please bear with me. I have a DE3 board from Terasic with the Stratix III EP3SL150F1152C2N FPGA. Using SOPC builder, I created a system containing a Nios II processor (with a JTAG debug module), a JTAG UART module, and an on-chip memory. I also added some logic in order to drive the LEDs. I connected one of the board's buttons to the resetN port of the system generated by SOPC-builder Now when I downloaded the SOF file, the LEDs work properly, but jtagconfig returns only
1) USB-Blaster
121020DD
The jtagconfig manual says that two more lines (one for JTAG config and one for JTAG debug module) must be printed, but that never happens. Now, if I try to use nios2-download or nios2-ide (after specifying the correct ptf file), it gives an error:
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.
If I use nios2-terminal it returns an error saying
nios2-terminal: There are no JTAG UARTs available which match the --device and
nios2-terminal: --instance options you provided.
I tried resetting the sytem (tried issuing these commands, when the button is pressed, etc). But everytime I get the same outputs/errors. It looks I am missing something trivial. Do I have to do some pin assignments for JTAG UART (currently they seem to be done magically through the JTAG link)? Is the problem related to licensing? I do not know if I have the NIOS II IP core license, License setup in quartus shows a "NIOS II Embedded Processor Encrypted Output". Is that not enough? I have subscription licenses for Quartus II. Thanks