USB - UVC Gadget High Bandwidth Isochronous transfer Problem #343
Unanswered
faizel-kb
asked this question in
Linux drivers for PolarFire Soc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We have a problem in working out high bandwidth Isochronous transfers for UVC gadget. (640x480 YUV). Not able to configure the descriptors for 3x1024 packets per microframe interval. (WmaxPacketSize = 0x1400). Its working for WmaxPacketSize=1024 which sends 1024 sized packets in a uFrame interval. Below is the error we are getting when we configure for 3x1024 size
"packet size beyond hardware FIFO size1024"
When we analyzed the bare metal example -
we have seen the below comment (which says, it is not implemented)
_" @param num_usb_pkt
The num_usb_pkt parameter has different meanings for different types of
transfers.
"_
Do we have a method to enable high bandwidth isochronuos transfers in Linux UVC gagdet (Linux UVC gadget fs) ?
@ConchuOD
Beta Was this translation helpful? Give feedback.
All reactions