MHahn4
Occasional Contributor
7 years agoNo Nios II target connection
Hi,
I'm trying to get the Hello World Nios II example to run on an Cyclone 10 GX. The design build and the sof-programming run without a problem. But the Nios II Eclipse can't find the Nios as target connection.
In the "Run Configuration" dialog it shows:
No Nios II target connection paths were located. Check connections and that a Nios II .sof is downloaded.The Nios II system is pretty basic:
with the following settings:
- Clk Input is 100 MHz (50 Mhz doesn't work neither)
- Reset Input is active high
- Nios II:
- Nios II/e
- Reset/Exception vector memory: OnChipRAM.s1
- Include JTAG Debug
- The rest is unchanged
- OnChipRAM:
- Type: RAM
- Block type: Auto
- Size: 200000 bytes
- The rest is unchanged
- The other components (JtagUart / SystemID / PioOutput) have the default settings
And I've checked, that the Nios Core is part of the design (using the Technology Map Viewer of the final snapshot).
Can you please give me a hint what I'm doing wrong?
Thanks