From 620eac51087f30b96b57bd5afd75651de648d114 Mon Sep 17 00:00:00 2001 From: Brandon Perez Date: Mon, 9 Oct 2017 14:52:40 -0400 Subject: [PATCH] Added how to build the driver with PetaLinux. This was brought about by issue #24, and the README now contains a reference to the issue to point people on how to use the driver with PetaLinux. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index db9f0ef..7b4a987 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,10 @@ In file included from /home/bmperez/projects/xilinx_axidma/driver/axidma_dma.c:2 compilation terminated. ``` +## Using the Driver with a PetaLinux Kernel + +For how to add the driver to a PetaLinux project and build it against a PetaLinux kernel, see [issue #24](https://github.com/bperez77/xilinx_axidma/issues/24). + ## Limitations/To-Do's 1. There is currently no explicit support for concurrency, so only one thread should access the driver at a time.