If possible, see if you can replicate this issue with a larger model that has an rs232 port available.
Then you can use this software (or something like it) to record the output from the debug output directly to your computer:
https://www.com-port-monitoring.com/
A difficulty here will of course be that you need a computer actively working and recording for this setup. Hopefully this will be possible.
Once you have the software installed on a machine you'll use it to store the file, connect it to the rs232 port and open a putty session,
In putty - run the command:
- Code: Select all
cmd
/etc/init.d/vtss_appl stop && vtss_appl -l -m -s -a -i -v 4
This will begin logging the debug data to the terminal.
Now close putty, the command will continue to run. Next begin the logger program, give it the same settings as putty and connect.
Then it should begin logging all the output to a file on the computer.
Let us know how that goes.