-
Notifications
You must be signed in to change notification settings - Fork 235
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
I did just a short test, but get a read timeout, see below. Do I need to change the example code somehow? #84
Comments
Hi, |
Hey, will you kindly tell me how to make this driver work in petalinux? |
Do you have an issue with building driver or examples, or there are errors when executing example app (share your log)? |
@tpeshkin Sorry for bothering, would you please post your makefile and xx.bb you use for building example?I know how to build app in peatlinux, but don't know how to edit makefile |
Hi, my .bb and Makefile for axidma-benchmark example |
你可以直接在目录下运行:make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm examples |
Hi,这个执行是没有问题的。我现在的问题是,如何在板子上验证这个文件正确执行了(我用的是xilinx zcu104)?不过我发现在insmod这个driver的时候没有任何输出。 |
@suikammd after you insmod driver, type dmesg to check the debug message |
I check the message, but no new message show up. |
@suikammd can you post your dmesg message after you insmod? |
It's exactly the same as before I insmod the driver. |
I did just a short test, but get a read timeout, see below. Do I need to change the example code somehow?
Originally posted by @Westwood68 in #24 (comment)
how did you get to compile the benchmark to petalinux ?
The text was updated successfully, but these errors were encountered: