-
I'm getting hundreds of these Not seen these messages before and I was curious as to what they mean or what casues them ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This indicates an USB Transaction Error (e.g. CRC error, bit stuffing error, timeout), which means something went wrong in a transfer on the USB. This is not a serious error and can be ignored normally. You could try to enable the system option |
Beta Was this translation helpful? Give feedback.
If you do not need the FIQ for other purpose and if it helps,
USE_USB_FIQ
is a good solution. I don't think, the bootloader can trigger the USB transaction errors. At the time the USB is initialized in the kernel image, the bootloader has no control at all over the RPi any more.