Other Parts Discussed in Thread: AM3505, OMAP3530
Hello TI,
We are using AM35xx Sitara processor based custom board. In our use case we need to display capture data on LCD through DSS as well as stream the data using USB to Ethernet converter.
We observe one issue that when there is heavy traffic through USB and simultaneously DSS displays data on LCD, then after approx 15 minutes we get USB Stall.
We referred AM3505 Errata - Advisory 1.1.36 and we found that this can happen due to DSS consuming high bandwidth resulting in USB Host EHCI stall. So we disabled DSS with following sysfs command:
echo 0 > /sys/devices/omapdss/display0/enabled
But still after disabling DSS, we observed that USB stall now happens after approx an hour and we get below kernel messages.
Can anyone suggest how can we avoid USB stalling?
Thanks,
Krunal