Forum Discussion
Altera_Forum
Honored Contributor
8 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.