-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
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
Unknown error 512 #198
Comments
I have the same problem. Do you have any solution ? |
I am having the same 512 problem coming up. No obvious code issues that I can find that wouldn't require going down to some deep level of abstraction or having to change the method of my code that utilizes the dma_to_device and dma_from_device programs in some specialized form or another. What might I want to try and do? The base programs and the specialized forms both work, but implementing them within further specialization that involves a mix of CPP and C seems to be where the issue comes up. Even though all the values I am using within read in read_to_buffer should be valid as they are no different from what I used in the base ones |
I met the error, too, and got the same messages with |
|
I am compiling xdma driver on Ubuntu 22.04 and successfully install the driver according to the method described in the article #191. However, when I ran the read-write program, it gave me an error.
I used the
sudo dmesg
command to view the messages, and it printed the following informationDoes anyone know the cause of this problem and give some suggestions?
The text was updated successfully, but these errors were encountered: