Skip to content

Instantly share code, notes, and snippets.

@stanekondrej
Created February 28, 2025 20:02
Show Gist options
  • Select an option

  • Save stanekondrej/2db5711af5e04cda5f3a8ba866828419 to your computer and use it in GitHub Desktop.

Select an option

Save stanekondrej/2db5711af5e04cda5f3a8ba866828419 to your computer and use it in GitHub Desktop.
Udev rule to make micro:bit device writable
# works with v1 revision, change the idProduct field if it doesn't work for you with the v2 revision
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0d28", ATTRS{idProduct}=="0204", MODE:="a+rw"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment