This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

remote printed messages

hi TI-friends,

I have two questions

1.  I try to log console message by "run.sh | busybox tee > 1.txt". I found these messages with [m3video]...[m3vpss]...[c6x]... can't be log into a file but shown in console only.  Is there any way I can do that ??

2. I telnet and print the system info, and I found these messages with [m3video]...[m3vpss]...[c6x]...can be shown in console only but other remote side. Is there any way I can do that ??

  • The prints are not from the application executed using ./run.sh. It is from another application called remote_debug_client.out that is run in init.sh. if you want remote_debug_client logs logged there is already a script.

    After you run init.sh run

    ./store_logs.sh <path_to_log_file> <max_log_file_size>