Forum Discussion
Altera_Forum
Honored Contributor
21 years agothanks,
starting scripts from the NIOS2 SDK SHELL already works, to start a script from windows, e.g. with doppelclick from explorer, it works if I start my scripts in the following way: FILE: flash_sw_dviboot01.bat --------------------------------------------------------------------- %QUARTUS_ROOTDIR%\bin\cygwin\bin\bash.exe -c ". flash_sw_dviboot01" pause --------------------------------------------------------------------- SHELL SCRIPT: flash_sw_dviboot01 --------------------------------------------------------------------- source $QUARTUS_ROOTDIR/sopc_builder/bin/nios_bash sh flash_sw ../8DIO010_SOFTWARE/dvi_boot01/debug/dvi_boot01.elf --------------------------------------------------------------------- however the nios startupscript "nios_bash" takes a lot of time, perhaps someone has a faster startup script ?