Commit 80fd22a7 authored by Mark Hakansson's avatar Mark Hakansson
Browse files

Update README.md

parent d9467e66
Showing with 3 additions and 3 deletions
+3 -3
......@@ -4,8 +4,8 @@ This is the medium module for the Daredevil project. It's connected to one or mo
from the CAN bus. This data will be propogated through Ethernet to be displayed on a console.
See [daredevil-visualizer](https://gitlab.com/rust-daredevil-group/daredevil-visualizer).
Currently this implementation only works on a Linux computer with Kvaser's CAN adapters. But will be ported to the Xilinx Zynq UltraScale+™ MPSoC Ultra96
dev board later.
Currently this implementation only works on a Linux computer with Kvaser's CAN adapters. It can also run in Linux userspace on the Xilinx Zynq UltraScale+™ MPSoC Ultra96
dev board together with the Kvaser adapters.
New protocols and communication interfaces can be implemented using __'protocol_interface.rs'__ and
__'communication_interface.rs'__. A communication interface needs to be made for the type of interface you
......@@ -19,7 +19,7 @@ of these two can be found in the source directory.
* `cargo`
* If running on a Linux device with Kvaser CAN hardware you need to install Kvaser drivers as well as CANlib.
See [canlib-rs](https://gitlab.com/rust-daredevil-group/lib/canlib-rs) and the [Kvaser guide](https://gitlab.com/rust-daredevil-group/daredevil-medium/blob/master/kvaser_getstarted.md).
* **Optional:** Avnet Ultra96 board. Check the guide on how to get it up and running.
* **Optional:** Avnet Ultra96 board. Check the [Ultra96 guide](https://gitlab.com/rust-daredevil-group/daredevil-medium/blob/master/ultra96_gettingstarted.md) on how to get it up and running.
## Downloading
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment