Forum Discussion
Altera_Forum
Honored Contributor
21 years agonios command line tools from windows
how can I start the nios2 command line tools e.g "elf2flash" from a windows batch file ? I can use for example %QUARTUS_ROOTDIR%\bin\cygwin\bin\bash.exe -c ". myscript" it starts t...
Altera_Forum
Honored Contributor
21 years agoYou can script the Nios2 command line tools from the Nios II SDK Shell. You just create a .sh file and run it using "bash <name>.sh" with all your commands contained within it.
To see the commands available look at your C:\<nios install directory>\bin folder