Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

NIOS2 IDE feature request

Altera_Forum
Honored Contributor II
950 Views

Hello, 

 

I've got multiple custom Avalon peripherals in my system that need to be reset upon every software download. The NIOS2 IDE doesn't always do this, only if "the processor is not responding" ("Pausing target processor: not responding. Resetting and trying again: OK"). I'd like to have a checkbox in the debug setup window "Always reset processor upon download", or even better, I can append custom command line options to the download program ("--reset-target"). 

 

Dirk
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
187 Views

Noted. I'll keep it in mind for the next release.

0 Kudos
Altera_Forum
Honored Contributor II
187 Views

Argh, sometimes workarounds are so simple that they are impossible to see: 

 

Open altera/kits/nio2/bin/nios2-download with your favorite editor and change the line 

 

"reset-target=no" 

to 

"reset-target=yes" 

 

http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/biggrin.gif  

 

Dirk
0 Kudos
Altera_Forum
Honored Contributor II
187 Views

Hey, good to know... thanks for the tip. http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif

0 Kudos
Reply