Hi,
I found syslog will print: “uncorr_err: request timed out after 2500 ms”, when ext4 abnormal.
Reproduce step:
Insert U disk;
mount /dev/sda1 /mnt
cp large file to /mnt
Before file tranferring stop, pull out U disk
vi print “uncorr_err: request timed out after 2500 ms”
ext4 print: "EXT4-fs (sdc1): failed to convert unwritten extents to written extents – potential data loss! "
Jetpack sdk 5.1.2, L4T version 35.4.1
I tried to read max9296 register on I2C bus, but every return is 0;
And VI also print: “capture control message timed out”. I think Orin is abnormal now.
syslog print below: syslog.zip (403.7 KB)
What I hope is VI works always fine even filesystem has problems. Can anyone can help me to fix it?
Thanks!
BR/Tim
Hi ShaneCCC
“capture control message timed out” only happen when vi recovery, please refer log:“attempting to reset the capture channel”.
If I disable camera, this recovery will not happen. So how can I confirm that?
Thanks.
Hi ShaneCCC
You mean I make timeout longer than 2.5s? But I can’t understand what this modify for? Even I make timeout longer than 1min, then no error report, I still lost my camera frame.
Sorry ShaneCCC
How you make this conclusion? And sensor output problem will make “capture control message timed out”?
I tried to abort sensor output, and it print: “successfully reset the capture channel”.
Will, interesting. I thought this forums can tell me the detail(or fix bug) directly.
Anyway I checked vi5_fops.c and it real shows IVC channel goes wrong, but for ext4 relations need dig more deeper, and cost time…