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

WebUSB #96

Open
jnthbdn opened this issue Apr 7, 2022 · 0 comments
Open

WebUSB #96

jnthbdn opened this issue Apr 7, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@jnthbdn
Copy link
Contributor

jnthbdn commented Apr 7, 2022

On Linux, the board may not be accessible. To fix this, it needs to add a udev rule

  1. Create the udev rule file:
    echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="0d28", ATTR{idProduct}=="0204", MODE="0666"' | sudo tee /etc/udev/rules.d/70-dev-board.rules
  2. Reload udev rules :
    1. sudo udevadm control --reload-rules
    2. sudo udevadm trigger

If you are using a snap package (e.g. brave). Add the raw-usb connection: snap connect brave:raw-usb.

@jnthbdn jnthbdn added the documentation Improvements or additions to documentation label Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants