Hello,
As my collegue azogtoth indicated we are having the same problem, we cannot get de demo application delivered with the board to work. After it starts up, the following message is displayed:
--- Quote Start ---
Could not establish JTAG connection between the board and control panel application Please ensure the board is configured
with the correct programming file and the download cable is connected properly to the board.
--- Quote End ---
Additionally (and more importandly), we also cannot get any compiled NiosII program to be uploaded into the Nios core, the Nios II EDS hangs after it updates its status in the lower right corner to "Launching project (57%)"
We are using:
* Cyclone III EP3C25 Starter Kit v10.1.0
* Nios II EDS 10.1
* Quartus II 10.1 Web Edition
We folled the Nios II hardware development tutorial (doc version 3.0, dec 2009).
-> Created and generated a SOPC builder system;
-> Instantiated SOPC system in Quartus project (I used the Nios/E core);
-> Set device settings, pinnings, etc;
-> Generated SOF file;
-> Programmed SOF file into evaluation board (programmer reports 100% successfull)
-> Created eclipse NiosII project and BSP;
-> Build project succesfully
But when issuing the command RunAs -> Nios II Hardware, the EDS hangs when it attempts to launch the software in the Nios II
processor.
To check if the board is faulty, my collegue made a simple VHDL project without a processor in quartus that stimulates the LEDs in a simple pattern. I uploaded it and it works.
On the board is also a flash placed. I checked the contents of the flash using the provided factory_recovery file
cycloneIII_3c25_start_niosII_standard.pof
I used the procedure placed in "Cyclone III FPGA Starter Kit User Guide", version 1.1 (march 2010), page A5, except for the part where you need to check "Program/Configure", I checked verify. The board verified OK.
In short:
- Cannot get development demo application to work
- Cannot get compiled NiosII program to run in target NiosII.
Help is appreciated.