how to tail /sys/kernel/debug/remoteproc/remoteproc0/trace0 to external file
I tried :tail -F /sys/kernel/debug/remoteproc/remoteproc0/trace0 >> myLog.logbut this command not printing new log messages that appear in the trace0 file. how can I print every line of log to some external file that not disappear when the remotepro...