1
0
mirror of https://github.com/bmartini/zynq-axis.git synced 2024-09-05 19:19:27 +08:00
zynq-axis/util/80-axis.rules
Berin Martini 537c0160be Add udev rules file to util directory
This rules file gets copied into the udev system directory so that when
the axis uio driver is loaded a device file is created that users
applications can access.

sudo cp util/80-axis.rules /etc/udev/rules.d/
2014-12-31 11:15:10 -05:00

2 lines
70 B
Plaintext

KERNEL=="uio*", ATTRS{name}=="axis_cfg", SYMLINK+="axis", MODE="0666"