7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2025-04-22 17:43:44 +00:00

Added step to generate signing key

This commit is contained in:
Aleksa Bjelogrlic 2022-10-10 20:56:12 -04:00 committed by GitHub
parent 129fd59d0c
commit 9644bf14e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ Directory and file description:
Usage:
- Change directory to the driver directory.
cd xdma
- Generate a signing key: https://github.com/Xilinx/dma_ip_drivers/issues/39
- Compile and install the kernel module driver.
make install
- Change directory to the tools directory.