Switching newer NIOS II versions
I am not the author of the batch file but I am trying to run a batch file that is supposed to invoke a 9.1 version of NIOS II to send a file over a serial port.
This works on a different computer running XP but I am trying to get it to run on Win10.
I think my main problem is that it keeps invoking the version 11 of NIOS and not the version I am telling it.
In the batch file I set the path variables to the 91sp2 directories but something keeps overwriting those to the 11.0sp1 directory.
I have tried using the Altera tool to switch environments but it only switches between previous versions.
Can someone help me figure this out?
Thanks!
I just found out a fix for switching versions!
While working on a python project, I found out how to access Environment Variables in Windows.
In Win10 Start Menu, go to View Advanced System Settings. In that window there is an option to view Environment Variables. I re-directed the NIOS II to point to the 9.2 version and I can run the batch file like usual.
However I have a new error. Now I get an error that tells me that it "can't execute a binary file".