Skip to content

Fix udev rules for native UART devices - #35

Open
vidvidex wants to merge 3 commits into
ros2from
fix-udev-for-native-uart
Open

Fix udev rules for native UART devices#35
vidvidex wants to merge 3 commits into
ros2from
fix-udev-for-native-uart

Conversation

@vidvidex

@vidvidex vidvidex commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

Summary

This PR fixes udev rules for devices that are connected to via native UART instead of via USB.

Closes #26

Testing

Tested by connecting a Pixhawk to a Jetson both directly with UART on GPIO pins as well as via USB:

Generated rule when connected via UART:

KERNEL=="ttyTHS1", SYMLINK+="pixhawk", OWNER="uav", MODE="0666"

Generated rule when connected via USB:

SUBSYSTEM=="tty", ATTRS{idVendor}=="26ac", ATTRS{idProduct}=="0032", ATTRS{serial}=="0", SYMLINK+="pixhawk", OWNER="uav", MODE="0666"

@vidvidex
vidvidex requested a review from cychitivav August 4, 2026 11:25
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

Successfully merging this pull request may close these issues.

Wrong ttyTHSx udev rule

1 participant