commit | 9cd5b259e83e900f2d7292d2f7a48dce52502137 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Tue Jan 03 21:24:57 2023 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed Jan 04 21:58:02 2023 -0800 |
tree | 8fe5310ef3d429c44b9d7ae3216b4638415dd6b0 | |
parent | 92819872cd0108db8567ee91b3fe158d9db428d6 [diff] |
Make /dev/adis16505 actually accessible on rockpi For some reason, the udev rule wasn't applying. Try again, this time tested multiple times... Change-Id: I0cf6e98b5f5c51fe9c51a696808c9d8f6df2599e Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/frc971/rockpi/contents/etc/udev/rules.d/99-adis16505.rules b/frc971/rockpi/contents/etc/udev/rules.d/99-adis16505.rules index 02f591e..25145d2 100644 --- a/frc971/rockpi/contents/etc/udev/rules.d/99-adis16505.rules +++ b/frc971/rockpi/contents/etc/udev/rules.d/99-adis16505.rules
@@ -1 +1 @@ -ACTION=="add",KERNEL=="adis16505",MODE="0666" +SUBSYSTEM=="adis16505_class", MODE="0666", GROUP="dialout"