Forum Discussion
Altera_Forum
Honored Contributor
14 years agoDE2-115 demonstrations: "nios2-download: command not found"
I just bought a DE2-115, installed Quartus 11.0sp1 (and NIOS). USB blaster shows up in USB devices and it responds to ControlPanel.exe (only the win7 64 bit version). Host is Windows 7 32bit. ...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- Thank you Feldti, your tip works. --- Quote End --- Thanks a lot Feldti It works! I modify the file named: nios_bash in two lines here is what i do: PATH_BEFORE_NIOS_BASH=$PATH export PATH_BEFORE_NIOS_BASH # Before ---> PATH="/bin:/usr/bin"# After ---> PATH="/bin:/usr/bin:/cygdrive/c/altera/10.1/nios2eds/bin:/cygdrive/c/altera/10.1/nios2eds/bin/fs2/bin:/cygdrive/c/altera/10.1/nios2eds/bin/gnu/H-i686-mingw32/bin:$PATH"# If ModelSim is in the path, let's keep it before we rebuild PATH vsimpath=`which vsim 2> /dev/null` [ $? != 1 ] && msim_path=`dirname $vsimpath` unset vsimpath # Before ---> PATH="/bin:/usr/bin"# After ---> PATH="/bin:/usr/bin:/cygdrive/c/altera/10.1/nios2eds/bin:/cygdrive/c/altera/10.1/nios2eds/bin/fs2/bin:/cygdrive/c/altera/10.1/nios2eds/bin/gnu/H-i686-mingw32/bin:$PATH" I only add the line PATH="/bin:/usr/bin:/cygdrive/c/altera/10.1/nios2eds/bin:/cygdrive/c/altera/10.1/nios2eds/bin/fs2/bin:/cygdrive/c/altera/10.1/nios2eds/bin/gnu/H-i686-mingw32/bin:$PATH" two times in these positions (arround the line 87 to 100). THANKS!:cool: