Skip to content

Instantly share code, notes, and snippets.

@jenia
Created June 14, 2026 20:47
Show Gist options
  • Select an option

  • Save jenia/dbcbba623448b785f2385ad675f27361 to your computer and use it in GitHub Desktop.

Select an option

Save jenia/dbcbba623448b785f2385ad675f27361 to your computer and use it in GitHub Desktop.
#/etc/udev/rules.d/45-inav-permissions.rules
# Rule for normal operation (Virtual COM Port)
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5740", MODE:="0666"
# Rule for flashing firmware (DFU Mode)
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE:="0666"
lsusb
Bus 003 Device 014: ID 0483:5740 STMicroelectronics Virtual COM Port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment