- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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??Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page