Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

How to save all the console content send by NIOS, into a file??

Altera_Forum
Honored Contributor II
1,408 Views

Hello,  

 

I have a NIOS processor in my system and it sends lot of data on the NIOSII console. 

Due to huge data size, the previous data goes off. 

 

How can I save my whole console data in a file??
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
664 Views

If this is Linux you can use the script command to log all output to a file 

script my-log-file nios2-terminal # assuming you have all path's set up exit  

If you're using an UART for your console you could use a program like kermit and just do a 'log session' which will log all output to a session.log file.
0 Kudos
Reply