Skip to content

Commit

Permalink
Added how to build the driver with PetaLinux.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bperez77 authored Oct 9, 2017
1 parent 4081f6b commit 620eac5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 620eac5

Please sign in to comment.