Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI would test that your hardware connectivity is good by issuing the command `jtagconfig -n` - this should include a Nios II debug agent node.
I would then test that you can download to the Nios II processor with a command such as `nios2-download <myfile.elf>`. If you have multiple processors then you will need to add extra command line options to nios2-download to tell it which one to use. The --go option is often useful too.