Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSave NIOS II Console view to file
Hello, i'm creating a ; seperated output in the NIOS II Console with printf-function... Is there a possibilty to save this output to a file? Copy&Paste will also be fine, but is not w...
Altera_Forum
Honored Contributor
9 years agoQuartus comes with the Nios II Command Shell. To capture all terminal output, simply open this command shell. Ensure you can see the FPGA by typing "jtagconfig". Then navigate to where you want to save the file.
Type "nios2-terminal.exe > ./{directory and name of output file}" Nothing will show, but if you locate and open the file you redirected to, you will see all the terminal output saved. Using >> instead of > will append changes to the end of the file.