Altera_Forum
Honored Contributor
20 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 the script "myscript", but the enviroment is not setup, there are missing some directories. if I use the following, the startup script is not called %QUARTUS_ROOTDIR%\bin\cygwin\bin\bash.exe --rcfile %SOPC_KIT_NIOS2%\nios2_sdk_shell_bashrc -c ". myscript"