-
Notifications
You must be signed in to change notification settings - Fork 422
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
XDMA: SSL error when compile xdma #39
Comments
you need to generate the signing key using the followiing |
Hello, My name is Mark Harfouche. I am not affiliated with Xilinx in any way. Over the I've created a fork of dma_ip_drivers which I intend to maintain and work with the The fork can be found https://github.com/hmaarrfk/dma_ip_drivers For now, I am stating the main goals of the repository in If you are interested in working together, feel free to open an issue or PR to Best, Mark |
when do the step "cd xdma, sudo make install", it reports below. I use Ubuntu 18.04.
make[1]: Entering directory '/usr/src/linux-headers-5.0.0-23-generic'
INSTALL /home/my/Desktop/dma_ip_drivers-master/XDMA/linux-kernel/xdma/xdma.ko
At main.c:160:
sign-file: certs/signing_key.pem: No such file or directory
DEPMOD 5.0.0-23-generic
Warning: modules_install: missing 'System.map' file. Skipping depmod.
make[1]: Leaving directory '/usr/src/linux-headers-5.0.0-23-generic'
The text was updated successfully, but these errors were encountered: