Hi experts,
I am working on a customized board based on i.MX8MQ processor.
My Boards(more than 50 boards) all reboots randomly. It occurs after one or two day. When I refer the log message(by uart serial port) I couldn't able to find the root cause of the problem. Nothing shows up in serial console, it's just like you unplug the power and things stop suddenly.
Could anyone give me some suggestions?
Thanks very much.
Hi edward_fu:
Have you fixed the issue at the end ? I got similar issue at android9, but not at android13.
Please try to capture provide all logs including kernel and android.
Hi @edward_fu
I find the log contains lots of error about vendor.trt.rvm.controller service. Can you check this service? Disable it and test again.
D vendor.trt.rvm.controller Protocol Handle: M4 => A53 ReportErrorReq(0x0D): 0x80 0x05 0x00 0x02 0xff
11-20 15:52:30.149 365 403 D vendor.trt.rvm.controller Protocol Handle: error code base: 0x00000005, extraStr:
11-20 15:52:30.149 365 403 D vendor.trt.rvm.controller Protocol Handle: funcModule(BinFull1) find by alarm: 0x80050002 -> hwModule: k908_distance
11-20 15:52:30.149 365 403 D vendor.trt.rvm.controller Protocol Handle: BinFull1 module not enabled
Do you have any suggestions or solution?
Hi @edward_fu
The log file contains lots of D vendor.trt.rvm.controller, can you only share kernel log?
That's my logical business log. It doesn't matter.
One thing to be highlight, when I disabled watchdogd(/vendor/bin/watchdogd) not kernel watchdogd daemon, the system will stuck not reboot.