We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my env is
Linux ubuntu 5.10.104-tegra #1 SMP PREEMPT Tue Jan 24 15:09:44 PST 2023 aarch64 aarch64 aarch64 GNU/Linux
and the dmesg is as below:
Aug 16 07:56:35 ubuntu kernel: my_dma_memcpy - Init Aug 16 07:56:35 ubuntu kernel: my_dma_memcpy - Before DMA Transfer: src_buf[0] = 12 Aug 16 07:56:35 ubuntu kernel: my_dma_memcpy - Before DMA Transfer: dst_buf[0] = 0 Aug 16 07:56:38 ubuntu kernel: my_dma_memcpy - Timeout! Aug 16 07:56:38 ubuntu kernel: my_dma_memcpy - Error on DMA transfer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
my env is
Linux ubuntu 5.10.104-tegra #1 SMP PREEMPT Tue Jan 24 15:09:44 PST 2023 aarch64 aarch64 aarch64 GNU/Linux
and the dmesg is as below:
Aug 16 07:56:35 ubuntu kernel: my_dma_memcpy - Init
Aug 16 07:56:35 ubuntu kernel: my_dma_memcpy - Before DMA Transfer: src_buf[0] = 12
Aug 16 07:56:35 ubuntu kernel: my_dma_memcpy - Before DMA Transfer: dst_buf[0] = 0
Aug 16 07:56:38 ubuntu kernel: my_dma_memcpy - Timeout!
Aug 16 07:56:38 ubuntu kernel: my_dma_memcpy - Error on DMA transfer
The text was updated successfully, but these errors were encountered: