Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

udev.rules files for brix #130

Open
fanshi14 opened this issue Feb 16, 2020 · 1 comment
Open

udev.rules files for brix #130

fanshi14 opened this issue Feb 16, 2020 · 1 comment

Comments

@fanshi14
Copy link
Collaborator

fanshi14 commented Feb 16, 2020

add following contents to /etc/udev/rules.d/99-aerial-robot-dev.rules

KERNEL=="ttyUSB*",  ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", ATTRS{serial}=="DM00QPFU", SYMLINK+="flight_controller"

ACTION=="add", SUBSYSTEM=="usb-serial", DRIVER=="ftdi_sio", ATTR{latency_timer}="1"

KERNEL=="ttyUSB*",  ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="A104US0G", SYMLINK+="leddarone"
@tongtybj tongtybj changed the title 99-aerial-robot-dev.rules in brix udev.rules files for brix Feb 17, 2020
@tongtybj
Copy link
Collaborator

@fanshi14

In case that have permission denied issue in camera (i.e. /dev/video0)

Please add following contents to /etc/udev/rules.d/99-usb-cam-dev.rules

SUBSYSTEM=="video4linux", MODE="0666"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants