USB 2.0 Host controller crashes in Android.
Posted: Fri Sep 07, 2018 3:10 pm
I've been using this board for awhile now and just ran across an issue with USB. After some time (sometime hours, sometimes minutes) the devices disappear and I see the following message in the kernel messages:
It looks like the host controller is hanging and the kernel is disabling it. Since our product relies on USB we really need this to work. Any ideas on what I can do fix this?
Thanks,
Mike
Code: Select all
[ 3893.229656] ohci-platform fe3a0000.usb: frame counter not updating; disabled
[ 3893.229760] ohci-platform fe3a0000.usb: HC died; cleaning up
[ 3893.230128] usb 6-1: USB disconnect, device number 2
[ 3893.470920] binder: 436:637 transaction failed 29189/0, size 348-0 line 2880
[ 6585.522466] ohci-platform fe3e0000.usb: frame counter not updating; disabled
[ 6585.522575] ohci-platform fe3e0000.usb: HC died; cleaning up
[ 6585.523002] usb 2-1: USB disconnect, device number 2
It looks like the host controller is hanging and the kernel is disabling it. Since our product relies on USB we really need this to work. Any ideas on what I can do fix this?
Thanks,
Mike