You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What if I want to allocate two buffers of size 256 bytes but not in a single go?
insmod u-dma-buf.ko udmabuf0=256 udmabuf1=256 --> this is correct
but what if I want to allocate them separately?
insmod u-dma-buf.ko udmabuf0=256
now what about the udmabuf1? How do I allocate this now?
The text was updated successfully, but these errors were encountered:
Thanks for replying.
I tried with the above method but facing this error on executing echo 'create udmabuf1 256' > /dev/u-dma-buf-mgr
-bash: /dev/u-dma-buf-mgr: Permission denied
What if I want to allocate two buffers of size 256 bytes but not in a single go?
insmod u-dma-buf.ko udmabuf0=256 udmabuf1=256 --> this is correct
but what if I want to allocate them separately?
insmod u-dma-buf.ko udmabuf0=256
now what about the udmabuf1? How do I allocate this now?
The text was updated successfully, but these errors were encountered: